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.
. (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.