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