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

FR: allow defining comparison operators

Open laur89 opened this issue 3 years ago • 0 comments

Currently rules are all evaluated via >=; extend the rules syntax to allow defining the operator; eg

  • -gt or >
  • -lt or <
  • -ge or >=
  • -le or <=
  • -eq or ==

Think it's worth looking into py-based rule engines.

laur89 avatar Jan 23 '22 15:01 laur89