Page 2 of 4

Re: [Plugin] Copy Completed plugin

Posted: Tue May 01, 2012 4:57 pm
by vodkaholic27
Running debug just pops up a black cmd screen than nothing, This plugin will not save the folder I asked it to, It shows fine and after a reboot or going to options in deluge wipes it

This just does not work

Is there an Execute command? just to copy finished downloads to a other folder?

Re: [Plugin] Copy Completed plugin

Posted: Fri May 04, 2012 6:24 pm
by Cas
I will test this plugin on Windows when I get a chance.

Re: [Plugin] Copy Completed plugin

Posted: Fri May 04, 2012 6:44 pm
by vodkaholic27
Cas wrote:I will test this plugin on Windows when I get a chance.
Thanks Cas

Re: [Plugin] Copy Completed plugin

Posted: Sat May 19, 2012 12:45 pm
by Cas
Testing on Windows reveals that paths using single backslash will need escaped otherwise python will consider it invalid. The other option is to use forward slashes as the separator.

e.g. the path C:\Users\User\Downloads should instead be C:\\Users\\User\\Downloads or C:/Users/User/Downloads

Re: [Plugin] Copy Completed plugin

Posted: Sat Jun 09, 2012 10:27 pm
by vodkaholic27
Cas wrote:Testing on Windows reveals that paths using single backslash will need escaped otherwise python will consider it invalid. The other option is to use forward slashes as the separator.

e.g. the path C:\Users\User\Downloads should instead be C:\\Users\\User\\Downloads or C:/Users/User/Downloads
Thanks Cas

Re: [Plugin] Copy Completed plugin

Posted: Sat Sep 29, 2012 12:51 pm
by Cas
I have forked this plugin to add a gtk ui and also a 'Move To' option as a result of the discussion here: http://forum.deluge-torrent.org/viewtop ... =7&t=41309

https://github.com/cas--/deluge-copycompleted

Re: [Plugin] Copy Completed plugin

Posted: Thu Apr 25, 2013 11:24 pm
by erinchris
I am not sure if anyone is still watching this but, I could really use a huge amount of help.

I have setup a Raspberry PI auto downloader(a slow process for me), and would like to move the files when completed. I have the GUI setup as I am not really sure if I can figure out the webui just yet. I see the execute plugin but don't know how to write the command, I don't know how to configure the webui, and am a bit afraid of messing up what I have already configured the GUI


Please help

Re: [Plugin] Copy Completed plugin

Posted: Tue Jul 21, 2015 4:59 pm
by Corgano
Somewhat completed question, I'm looking for this exact plugin, but on the scope of FILES. So then a torrent finishes downloading a FILE it marks the file "do not download" and moves it to the destination dir. Has anyone heard of anything like that?

Re: [Plugin] Copy Completed plugin

Posted: Wed Aug 19, 2015 5:00 pm
by AlxAlxV
Thanks for your work. Is it possible to copy file excluding a specific label ? or for a specific category only ?

Re: [Plugin] Copy Completed plugin

Posted: Sun Oct 16, 2016 1:17 am
by ult.nrg
Updated this plugin to append label to the end of the directory.

E.g. if your Copy folder is C:\Downloads, your label is "Movies" and you've ticked "Append Label" in settings, it will copy the files to C:\Downloads\Movies

Have run and tested it on Windows. If you have issues please attach the log file.

https://github.com/ultnrg/deluge-CopyCompleted

Download: https://github.com/ultnrg/deluge-CopyCo ... -py2.7.egg