[Plugin] Copy Completed plugin

Suggest, post, or discuss plugins for Deluge
Autocat
Member
Member
Posts: 19
Joined: Sun Nov 20, 2016 1:16 pm

Re: [Plugin] Copy Completed plugin

Post by Autocat »

this update, exactly what i needed!! thank you so much, tested it on windows 10 and works like a charm!
seanvree
Member
Member
Posts: 30
Joined: Tue Dec 27, 2016 1:42 pm

Re: [Plugin] Copy Completed plugin

Post by seanvree »

Yeah, so just so I"m clear, there is no way to only copy/move a completed torrent based on the watch folder or label? It's all or none, correct?
POWerSUrgeSW3

Re: [Plugin] Copy Completed plugin

Post by POWerSUrgeSW3 »

ult.nrg wrote: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
Thank you for working on this, it's great. I tried using this on my QuickBox v2.4.9 with Deluge v1.3.14 (Which I only use, nothing else on the box) installed Ubuntu v16.04.2. I was able to install the plugin, and it actually shows up in my "Catagories" now, unless the v0.6. I have my 'Copy to path', which is what I normally use when issuing a 'cp -a' command when I manually copy files over... but nothing seems to copy over when it's done downloading and seeing. Still have to manually copy downloaded torrents over.

I used this plugin when I was running a Windows box, but that thing kept locking up and just having fits. When I found out about QuickBox and it runs on Linux I tried it... and haven't looked back. But this has been the one missing part, because nothing else seems to work as seemlessly like this plugin did when I was on Windows. Which is why when I finally saw this update I was hoping it would work.

Image

My box is solid, I've been using it for about 4 months without issue, though since I've been on Linux I haven't been able to use this plugin. So I know it's not a path issue there or something weird on that end. Maybe it's v1.3.14? Any suggestions.

Either way thanks for keeping the plugin alive and the thread going!
jaydee99

Re: [Plugin] Copy Completed plugin

Post by jaydee99 »

Hi,

Thanx a lot for this plugin.

The only thing that keeps me away from only using Deluge on my seedbox is the ability to hardlink completed torrents.

Do you think you could add a checkbox "Hardlink instead of copy" to that plugin ? It would be wonderful and i could then use only my favorite torrent downloader.

Thanx !
ykurtulus

Re: [Plugin] Copy Completed plugin

Post by ykurtulus »

Hello,

I try to install the plugin, pressing install button but my deluge no react.
Have you any opinion?

Image
esplinter
New User
New User
Posts: 9
Joined: Sat Mar 24, 2012 5:26 pm

Re: [Plugin] Copy Completed plugin

Post by esplinter »

for my setup I need that the plugin only copies those torrents which are labeled so I did a small code change.

My custom version is available here, in case is useful for anyone else
https://github.com/pescobar/deluge-CopyCompleted

This is the .egg file
https://github.com/pescobar/deluge-Copy ... -py2.7.egg
ss4johnny
Member
Member
Posts: 16
Joined: Fri Sep 08, 2017 11:44 pm

Re: [Plugin] Copy Completed plugin

Post by ss4johnny »

esplinter wrote:for my setup I need that the plugin only copies those torrents which are labeled so I did a small code change.

My custom version is available here, in case is useful for anyone else
https://github.com/pescobar/deluge-CopyCompleted

This is the .egg file
https://github.com/pescobar/deluge-Copy ... -py2.7.egg
This works great, but how would I go about modifying this to work with LabelPlus?
esplinter
New User
New User
Posts: 9
Joined: Sat Mar 24, 2012 5:26 pm

Re: [Plugin] Copy Completed plugin

Post by esplinter »

ss4johnny wrote:
esplinter wrote:for my setup I need that the plugin only copies those torrents which are labeled so I did a small code change.

My custom version is available here, in case is useful for anyone else
https://github.com/pescobar/deluge-CopyCompleted

This is the .egg file
https://github.com/pescobar/deluge-Copy ... -py2.7.egg
This works great, but how would I go about modifying this to work with LabelPlus?
I haven't checked the code of LabelPlus but I assume that the label format must be the same no matter if you use the regular label plugin or LabelPlus, isn't it? If that's the case the this modification should work with LabelPlus. Have you tried it?
jjs
New User
New User
Posts: 1
Joined: Thu Mar 22, 2018 12:23 pm

Re: [Plugin] Copy Completed plugin

Post by jjs »

esplinter wrote:for my setup I need that the plugin only copies those torrents which are labeled so I did a small code change.

My custom version is available here, in case is useful for anyone else
https://github.com/pescobar/deluge-CopyCompleted

This is the .egg file
https://github.com/pescobar/deluge-Copy ... -py2.7.egg
Hello thanks for the plugin, however I'm having a problem. I noticed that the "Append Label" checkbox tends to deselect itself from time to time, the setting doesn't stick. I have not idea what could be causing this. I am running your plugin on deluge within a docker. Thoughts?
3rdStng
New User
New User
Posts: 1
Joined: Sun Sep 09, 2018 10:59 pm

Re: [Plugin] Copy Completed plugin

Post by 3rdStng »

I recently switched over from an Ubuntu headless server dedicated to running Deluge to a Deluge docker running on my Synology NAS. Everything has transferred over great with the exception of the Copy Completed plugin. If I attempt to install the egg from the initial post (v2.6) it doesn't do anything. Manually placing the file and the conf files into my docker and restarting it does nothing as well.

If I install the next egg file (.7, or 2.7) from page 2 on this thread, it installs and I can see the PlugIn within my WebUI. I put in my Copy To directory, click Apply and OK. The conf files are created, but when Deluge finishing downloading, it does not copy the file. I have the completed files set to move, and it will do this. However it will not copy at all.

I can drop to the bash shell and navigate to the Copy To location. I can even touch a file and it creates, so it doesn't appear to be a permission issue. Any ideas on what I can look at or why this doesn't work anymore?
Post Reply