[Plugin] Auto Remove Plus v2.0.0

Suggest, post, or discuss plugins for Deluge
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

Hi. Is there a py2.7.egg somewhere? I tried searching the thread, but it turned out empty.

Thanks.
basher
Seeder
Seeder
Posts: 103
Joined: Wed Sep 29, 2021 8:42 am
Location: Estonia/Spain

Re: [Plugin] Auto Remove Plus v2.0.0

Post by basher »

tiwas wrote: Tue Sep 17, 2024 6:29 am Hi. Is there a py2.7.egg somewhere?
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.
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

basher wrote: Tue Sep 17, 2024 1:48 pm
tiwas wrote: Tue Sep 17, 2024 6:29 am Hi. Is there a py2.7.egg somewhere?
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.
Thanks. Yeah, I'm considering it :)

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?
basher
Seeder
Seeder
Posts: 103
Joined: Wed Sep 29, 2021 8:42 am
Location: Estonia/Spain

Re: [Plugin] Auto Remove Plus v2.0.0

Post by basher »

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?
Sorry, the documentation is quite lacking.

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.
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

Sorry - had another language installed, but with English that box is "enable".

And for time "1.000000" means 1 day, right?
basher
Seeder
Seeder
Posts: 103
Joined: Wed Sep 29, 2021 8:42 am
Location: Estonia/Spain

Re: [Plugin] Auto Remove Plus v2.0.0

Post by basher »

tiwas wrote: Tue Sep 17, 2024 4:30 pm And for time "1.000000" means 1 day, right?
If you use my fork, then all times are in hours. If you use other builds, then refer to their github page or forum posts.
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

basher wrote: Tue Sep 17, 2024 4:34 pm
tiwas wrote: Tue Sep 17, 2024 4:30 pm And for time "1.000000" means 1 day, right?
If you use my fork, then all times are in hours. If you use other builds, then refer to their github page or forum posts.
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!
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

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?
basher
Seeder
Seeder
Posts: 103
Joined: Wed Sep 29, 2021 8:42 am
Location: Estonia/Spain

Re: [Plugin] Auto Remove Plus v2.0.0

Post by basher »

tiwas wrote: Tue Sep 17, 2024 9:26 pm Shouldn't the above settings work?
Post your settings from autoremoveplus.conf
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

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": []
}
Post Reply