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

Auto removing of deluge torrents

Results 6 deluge-autoremoveplus issues
Sort by recently updated
recently updated
newest added

When selecting the `Remove By:` as `Torrent State` the option can not be set to seeding or others as the box only accepts numbers. this is using 2.0.3 on webui...

This feature has had some interest over the years but I haven't found any forks of this plugin that implement it. Would you be willing and able to? https://github.com/omaralvarez/deluge-autoremoveplus/issues/21

enhancement

Currently rules are all evaluated via `>=`; extend the rules syntax to allow defining the operator; eg - `-gt` or `>` - `-lt` or `=` - `-le` or `

Otherwise the state file will continue growing indefinitely. Note atm we do clean it up if ARP itself removes the torrent, but not in cases where torrent deletion is triggered...

As-is: currently rules do not allow grouping by parentheses. To-be: evolve the rules syntax to allow parentheses. This will allow defining rules such as ``` if (ratio >= 5.1 OR...