Releases: d8ahazard/deluge-extractor
1.4 - Merge Pull Requests
1.3 - Set "torrent completed" flag on start/stop of extraction check
I wasn't sure if I needed this or not...but clearly, some apps will start copying a file as soon as it's found, regardless of if extraction is complete.
This should fix that.
1.2 - No, really, extract things
Fix issues with stuff breaking, actually set paths to where they're advertised to be.
1.1 - Multiple Fixes, Improvements
Add option to extract all archives to torrent root, destination folder, or true in-place.
Add sonarr/radarr support (marks torrent "incomplete" until extraction is done).
Bundle 7z.exe for windows users.
Fix GTK UI not working...at all.
Improve web and GTK UI so they're uniform, have radio buttons, etc.
Add builds for python 3.7 AND 3.8 egg, as the windows version seems to need 3.7, and the other needs 3.8. Or something.
Fix Compatibility with Latest Deluge Version
There doesn't appear to be anything wrong with the code, we just needed to use python 3.8 to build for it to show up.
I think.
Add label support
Add UI element for a comma-separated list of labels to extract by.
Should work with both Label and LabelPlus plugins.
If no filter is specified, it will extract anything.
Updated for Deluge V2 Versions
This is a pretty simple modification of the original Extractor Plugin that ships with Deluge, I followed the original SimpleExtractor's example, and modified the version that ships with Deluge V2.0.3.
I have not tested this with Deluge V1.xx versions, but from the documentation, it should be compatible with everything.