deluge-autoremoveplus
deluge-autoremoveplus copied to clipboard
FR: allow defining comparison operators
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.