Hi. Is there a py2.7.egg somewhere? I tried searching the thread, but it turned out empty.
Thanks.
[Plugin] Auto Remove Plus v2.0.0
Re: [Plugin] Auto Remove Plus v2.0.0
Assuming you're still using Deluge v1.3
You could build it from my ARP fork, branch deluge-1: https://github.com/laur89/deluge-autore ... e/deluge-1
Highly recommend upgrading your deluge instance though, as I'm no longer supporting ARP for Deluge 1.
Re: [Plugin] Auto Remove Plus v2.0.0
Thanks. Yeah, I'm considering itbasher wrote: ↑Tue Sep 17, 2024 1:48 pmAssuming you're still using Deluge v1.3
You could build it from my ARP fork, branch deluge-1: https://github.com/laur89/deluge-autore ... e/deluge-1
Highly recommend upgrading your deluge instance though, as I'm no longer supporting ARP for Deluge 1.

But...is there more of a doc somewhere? I was wondering if this plugin is active even if the thin client's not running. Also, do I need to check "active" on the main tab for it to monitor my own rules? If so, are there any settings to tell it not to touch anything but what's in my rules?
Re: [Plugin] Auto Remove Plus v2.0.0
Sorry, the documentation is quite lacking.tiwas wrote: ↑Tue Sep 17, 2024 2:40 pm But...is there more of a doc somewhere? I was wondering if this plugin is active even if the thin client's not running. Also, do I need to check "active" on the main tab for it to monitor my own rules? If so, are there any settings to tell it not to touch anything but what's in my rules?
Where do you see this 'active' flag? There's 'enable' on the general-settings tab that toggles the whole plugin execution.
As long as you have at least one rule defined under the 'Specific Remove Rules' tab, then the two rules under general tab are effectively ignored. Which means only your specific rules are applied, and torrents that don't qualify are not touched.
Re: [Plugin] Auto Remove Plus v2.0.0
Sorry - had another language installed, but with English that box is "enable".
And for time "1.000000" means 1 day, right?
And for time "1.000000" means 1 day, right?
Re: [Plugin] Auto Remove Plus v2.0.0
Thanks again

I upgraded to 2.x and installed yours, so should be hours. I'll go ahead and test it now

Thanks for all the help!
Re: [Plugin] Auto Remove Plus v2.0.0
Ok, so I'm back 
I just wanted to run something by you and hear if there's a good reason it doesn't work.
General: Enabled, set check interval to 0.5. Added excemption to a label called seed. The rest is unchanged.
Specific Remove Rules: Label, <label name - one word>, and, seed time, 1.000000
I now have a torrent sitting in the label used above. It's been there for five hours or so, and except for the first few minutes it has been seeding the whole time. Shouldn't the above settings work?

I just wanted to run something by you and hear if there's a good reason it doesn't work.
General: Enabled, set check interval to 0.5. Added excemption to a label called seed. The rest is unchanged.
Specific Remove Rules: Label, <label name - one word>, and, seed time, 1.000000
I now have a torrent sitting in the label used above. It's been there for five hours or so, and except for the first few minutes it has been seeding the whole time. Shouldn't the above settings work?
Re: [Plugin] Auto Remove Plus v2.0.0
Code: Select all
{
"file": 1,
"format": 1
}{
"count_exempt": false,
"enabled": true,
"filter": "func_seed_time",
"filter2": "func_ratio",
"hdd_space": 10.0,
"interval": 0.5,
"label_rules": {
"label_name": [
[
"and",
"func_seed_time",
1.0
]
]
},
"labels": [
"seed"
],
"max_seeds": 0,
"min": 0.0,
"min2": 0.0,
"remove": true,
"remove_data": true,
"rule_1_enabled": true,
"rule_2_enabled": false,
"sel_func": "and",
"tracker_rules": {},
"trackers": []
}