Skip to content

Releases: springjools/deluge-autoremoveplus

Autoremoveplus-0.6.15

19 Apr 17:07
Compare
Choose a tag to compare

Explicit import of gtkui module

Autoremoveplus-0.6.14

17 Apr 14:53
Compare
Choose a tag to compare

Fix the build script

Autoremoveplus-0.6.13

17 Apr 12:38
Compare
Choose a tag to compare

Version 0.6.13

  • Swapped raise Exception for log error in mediaserver.py
  • Changed pause seeding torrents to just pause torrents, that works for all cases

Autoremoveplus-0.6.12

06 Mar 17:28
Compare
Choose a tag to compare
  • A bit of refactoring: do the torrent removal now always with local method and do the blacklisting separately. Blacklisting works only for sonarr at the time of this writing (it might work for lidarr and radarr too but may produce an error in deluge). The reason is instability in deluge's API, so the workaround is to handle the blacklisting and removal separately.

Fixes some bugs too and cleaned up some code.

Autoremoveplus-0.6.11

23 Jan 13:34
Compare
Choose a tag to compare

Version 0.6.11

  • Added the 'xor' selection function. In short: returns true if only one of the conditions is true but not both.
  • Added two new filter functions: time since last transfer and time since last time complete was seen. Probably only supported on deluge 2.03 and above.
  • Removed dependecy on past_utils/future

Autoremoveplus-0.6.10

18 Jan 15:47
Compare
Choose a tag to compare

Added function to removed data when removing completed torrents

Autoremoveplus-0.6.9

08 Jan 13:11
Compare
Choose a tag to compare

Add some missing default config values

Autoremoveplus-0.6.8

13 Dec 01:16
Compare
Choose a tag to compare

Explicitly convert some values loaded from config to float or int respectively, in order to fix error when a string was used in the code unintentionally.

Autoremoveplus-0.6.7

23 Nov 16:20
Compare
Choose a tag to compare

Added some checks that new config values are populated during the first run. Sonarr/Radarr/Lidarr integration doesn't work fully anyway and is now disabled automatically if no valid server config is found.

Autoremoveplus-0.6.6

15 Nov 18:34
5e0366d
Compare
Choose a tag to compare

Version 0.6.6 that supports deluge 2.0.3 and python 3.