deluge-autoremoveplus icon indicating copy to clipboard operation
deluge-autoremoveplus copied to clipboard

Removal of torrents

Open Groodles opened this issue 5 years ago • 1 comments

https://github.com/springjools/deluge-autoremoveplus/blob/5165e1f4f8b2f156f70cc5e4d39b506adeb1a0cd/autoremoveplus/core.py#L618

Surely this should be:

if remove_cond and seed_remove_cond

Otherwise all other specific rules are not referenced at all

Groodles avatar Feb 16 '20 17:02 Groodles

Specific rules are referenced for unfinished torrents, it was always this way. Finished torrents are removed using the settings for pause and remove in main tab.

Of course it should not be this way but a fix requires refactoring the code. In fact, the whole plugin should just be specific rules.

springjools avatar Mar 06 '20 16:03 springjools