omaralvarez / deluge-autoremoveplus

Auto removing of deluge torrents
152 stars 61 forks source link

Support for more arbitrary boolean logic #46

Open rbhalla opened 6 years ago

rbhalla commented 6 years ago

I realise this is a big shift away from the current interface, but I thought I'd put it out here to see if anyone has a solution, or could potentially add support for this.

What I'd like to have is something like this:

Private tracker 1: (min ratio 2 and min 7 days seeding) or 365 days seeding Private tracker 1: (min ratio 2 and min 7 days seeding) or 365 days seeding Otherwise: min 30 days seeding

I'm not aware of any current way to do this in the plugin, and more importantly I think it's quite hard to understand, for a given tracker, how rules are going to be applied to it (e.g. if I have an or in the general tab, and then 2 ands for the tracker in the specific tab, what does that mean?)

Hopefully that makes sense, let me know if it doesn't.