sbussetti / deluge-siphon

A Chrome extension for sending torrents to your Deluge server.
http://sbussetti.github.io/deluge-siphon/
82 stars 22 forks source link

allow status and control of torrents #17

Closed sbussetti closed 5 years ago

sbussetti commented 9 years ago

Investigate fasibility of viewing status and stopping/starting downloading torrents from within extension.

This is actually (implementation-wise) similar to the request to add labels -- it'll have to get done using the newer Rich Notifications API in Chrome.

chenks commented 9 years ago

labels would also be good to have (as you noted in the original post). that means i get could manually add and let sonaar and couchpotato deal with it automatically after i had manually added the torrent.

sbussetti commented 9 years ago

Yup -- #12 I've been super busy and haven't been developing new features for this extension but I plan on digging back into it again to implement this set of features. There was a new api in chrome introduced several months ago that allows a lot of this functionality in a non-hacky way, which is great.

sbussetti commented 5 years ago

Closing this -- I don't plan on adding status / control of torrents as this duplicates the functionality of the web-ui and doesn't provide any additional value you couldn't get from just going to Deluge. Other items have been added.