Version 7 (modified by thejakkal, 13 years ago) (diff) |
---|
Plugin Ideas
Auto Add Plugin
Currently working on this: gazpachoking
The Auto Add component currently in Deluge should be moved out into a plugin and some more functionality should be added. There should be the ability for the user to add more than one watch directory and perhaps have specific options for torrents added from different directories. This plugin could also interface with other plugins such as Labels to provide default labels for specific folders.
Current release can be found here: http://forum.deluge-torrent.org/viewtopic.php?f=9&t=26775
Notification Plugin
Currently working on this: Solexious
The Notification component currently in Deluge should be moved into a plugin.
Importer Plugin
Currently working on this: Nobody
This plugin would be used for importing states from other torrent clients to ease migration. It would be best to start with the more popular clients, such as uTorrent, Vuze and Transmission. uTorrent's state file is just a bencoded dict, which should be pretty easy to read and convert to Deluge. There will be some care needed to ensure the paths match up, especially if converting from another OS.
Download in Order
Currently working on this: Nobody
This plugin would download individual files within a torrent in a specified order, likely alphabetical. It would essentially set the first one with normal priority and the rest with 'do not download' and so forth as the files download.
Auto Move Storage
Currently working on this: thejakkal
This plugin would automatically change the target path of newly added torrents based on its tracker, with a configuration UI where you can specify simple tracker -> directory mappings.