[Plugin] Copy Completed plugin

Suggest, post, or discuss plugins for Deluge
User avatar
vodkaholic27
Member
Member
Posts: 25
Joined: Thu Apr 12, 2012 1:48 pm
Contact:

Re: [Plugin] Copy Completed plugin

Post 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?
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Plugin] Copy Completed plugin

Post by Cas »

I will test this plugin on Windows when I get a chance.
User avatar
vodkaholic27
Member
Member
Posts: 25
Joined: Thu Apr 12, 2012 1:48 pm
Contact:

Re: [Plugin] Copy Completed plugin

Post by vodkaholic27 »

Cas wrote:I will test this plugin on Windows when I get a chance.
Thanks Cas
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Plugin] Copy Completed plugin

Post 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
User avatar
vodkaholic27
Member
Member
Posts: 25
Joined: Thu Apr 12, 2012 1:48 pm
Contact:

Re: [Plugin] Copy Completed plugin

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Plugin] Copy Completed plugin

Post 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
erinchris

Re: [Plugin] Copy Completed plugin

Post 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
Corgano

Re: [Plugin] Copy Completed plugin

Post 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?
AlxAlxV
Member
Member
Posts: 19
Joined: Tue Nov 12, 2013 12:36 pm

Re: [Plugin] Copy Completed plugin

Post by AlxAlxV »

Thanks for your work. Is it possible to copy file excluding a specific label ? or for a specific category only ?
ult.nrg
Member
Member
Posts: 10
Joined: Thu Sep 01, 2016 6:41 am

Re: [Plugin] Copy Completed plugin

Post 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
Post Reply