I am working on a plugin that improves Deluge 'move storage' functionality in several ways.
- Statusbar indicates when one or more torrent storages are being moved
- Click the statusbar indicator to view the details: the torrent name, the destination folder and the progress bar for each currently moving torrent
- In Deluge when a user tries to move storage to a folder that already contains a file/directory with the same name as the torrent, nothing happens. SmartMove notifies the user when this situation occurs and suggests to view the destination folder.
The plugin has a GTK UI and I am not currently planning to work on web UI.
https://github.com/megaumi/smart-move
https://github.com/downloads/megaumi/sm ... -py2.7.egg - download this if you want to install the plugin.
I do hope you will find it useful! Please let me know if you have any questions or suggestions.
PS: Thank you, Deluge team, for a great torrent client