Skip to content

Releases: d8ahazard/deluge-extractor

1.4 - Merge Pull Requests

22 Apr 02:00
5822d64
Compare
Choose a tag to compare

Sorry, been working on several other projects, just hadn't had a chance to test this for myself.

Thanks to all for the PR's!

1.3 - Set "torrent completed" flag on start/stop of extraction check

08 Feb 17:07
Compare
Choose a tag to compare

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

23 Jan 01:14
Compare
Choose a tag to compare

Fix issues with stuff breaking, actually set paths to where they're advertised to be.

1.1 - Multiple Fixes, Improvements

27 Dec 22:08
Compare
Choose a tag to compare

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

24 Nov 15:19
Compare
Choose a tag to compare

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

25 Oct 16:53
Compare
Choose a tag to compare

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

23 Oct 18:22
Compare
Choose a tag to compare

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.