Page 1 of 1

[Plugin] SmartMove - move storage with a progress bar

Posted: Sun Aug 05, 2012 11:13 am
by umi
Hi!

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.
I have tested the plugin on Ubuntu 12.04 and 10.04. I hope it works on other systems, although it is known not to work on Windows.
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 :)

Re: [Plugin] SmartMove - move storage with a progress bar

Posted: Tue Aug 28, 2012 1:45 pm
by johnnyg
I was wondering how you were going to provide a progress bar seeing libtorrent doesn't expose that info and then I saw that you look at file size :P

Re: [Plugin] SmartMove - move storage with a progress bar

Posted: Wed Aug 29, 2012 9:59 am
by umi
johnnyg wrote:I was wondering how you were going to provide a progress bar seeing libtorrent doesn't expose that info and then I saw that you look at file size :P
Is that so wrong? :) It works for me :)

Re: [Plugin] SmartMove - move storage with a progress bar

Posted: Thu Aug 30, 2012 12:36 pm
by johnnyg
I'd say that's (unfortunately) the best solution until libtorrent's method allows us to specify a progress callback.

Re: [Plugin] SmartMove - move storage with a progress bar

Posted: Sat Sep 08, 2012 10:16 pm
by MasterCATZ
I will give this a go

cheers

currently been having to sit their waiting for file location to update :P


*edit*

could not get this working ?

I could not find smart move option ( if their is one )

and using normal move did not show anything either

Re: [Plugin] SmartMove - move storage with a progress bar

Posted: Thu Sep 13, 2012 8:15 pm
by Cas
You should see the following icon (furthest right) in your Statusbar:
Workspace 1_004.png
Workspace 1_004.png (9.43 KiB) Viewed 36536 times
and clicking it will bring up this info box:
Currently moving data_003.png
Currently moving data_003.png (9.34 KiB) Viewed 36536 times

Re: [Plugin] SmartMove - move storage with a progress bar

Posted: Sat Jan 29, 2022 10:14 am
by Wizardling
I just tried this out with Deluge for Windows, and it showed the progress for moving the first file in a torrent, but none of the others.