Re: [Plugin] Auto Remove Plus v2.0.0
Posted: Fri Jul 04, 2025 9:13 am
I'm trying to understand the Specific Remove Rules section and below is the autoremoveplus.conf file that I've created.
The intention is for:
The intention is for:
- lst.gg torrents to be seeded for 10 days and 1 hour before being deleted.
- digitalcore.club torrents to be seeded for 5 days or they reach a ratio of 1.1 before being deleted.
Code: Select all
{
"file": 1,
"format": 1
}{
"count_exempt": false,
"enabled": true,
"filter": "func_added",
"filter2": "func_ratio",
"hdd_space": -1.0,
"interval": 24.0,
"label_rules": {},
"labels": [],
"max_seeds": 0,
"min": 336.0,
"min2": 5.0,
"remove": true,
"remove_data": true,
"rule_1_enabled": false,
"rule_2_enabled": false,
"sel_func": "or",
"tracker_rules": {
"digitalcore.club": [
[
"or",
"func_ratio",
1.100000023841858
],
[
"or",
"func_seed_time",
121
]
],
"lst.gg": [
[
"or",
"func_seed_time",
241
]
]
},
"trackers": [
"myanonamouse.ne",
"flacsfor.me"
]
}