Page 4 of 4

Re: [Plugin] Copy Completed plugin

Posted: Sat Jan 11, 2020 2:27 pm
by Blackdove77
I found myself in need of this plugin for Deluge 2.0, and it hadn't been updated in years so I updated the code.

Source can be found: https://github.com/mikepauer/deluge-copycompleted
Egg can be found: https://github.com/mikepauer/deluge-cop ... -py3.8.egg

Contains both the Label patch, and the Move to patch, along with Move to setting added to the options gui.

While it works perfectly on my server, I make no guarantee it will work for anyone else :) feel free to let me know if you do encounter issue's with it.

Re: [Plugin] Copy Completed plugin

Posted: Sat Feb 01, 2020 4:47 pm
by iconoclasthero

Code: Select all

$ deluged --version
deluged 2.0.3-2-201906121747-ubuntu18.04.1
libtorrent: 1.1.5.0
Python: 3.6.9
OS: Linux 5.3.0-28-generic
$ deluge-gtk --version
deluge-gtk 2.0.3-2-201906121747-ubuntu18.04.1
libtorrent: 1.1.5.0
Python: 3.6.9
OS: Linux 5.3.0-28-generic
I'm looking to do something that will probably work from this...however, I downloaded the egg and tried to install it through deluge-gtk...it didn't show up. I downloaded the source and tried to compile it with python3, python3.8, and python3.6.

Code: Select all

sudo python{ver} setup.py install
. (My python3 --version reports 3.6.9.) Anyway, assuming that this can process files based on labels, I want to move/copy torrents tagged "music" and "flac" to somewhere that I could then use a systemd process to monitor it and call a program to tag the files. I'm inclined to have it pop a picard window and wait for me to manually finalize the entry into that month's new music folder. I'm not sure where to begin and my python experience is limited to a single script to parse my mpd.log file.

Re: [Plugin] Copy Completed plugin

Posted: Sat Feb 01, 2020 10:31 pm
by mhertz
Use Blackdove77's fixed version 2 post above and rename it first to have 36 instead of 38 in name.

If building yourself, then it's 'python setup.py bdist_egg' and plugin is afterwards in dist folder. (change possibly python to python3 or python36 if needed on your distro)