[Plugin] Auto Remove Plus v2.0.0

Suggest, post, or discuss plugins for Deluge
basher
Seeder
Seeder
Posts: 101
Joined: Wed Sep 29, 2021 8:42 am
Location: Estonia/Spain

Re: [Plugin] Auto Remove Plus v2.0.0

Post by basher »

You have `hdd_space` set to 10, which means ARP won't do anything until free space falls below 10GB. If you don't want to use space threshold, set its value to -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 »

Ok, thanks. That seems to have sorted it out.
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

Quick question - are the rules on Specific Remove Rules page anded? I had two rules for the same label. One for time and one for ration, and I was expecting an OR. When things didn't go as I expected, I removed the ratio rule, and things started to work again.

If the AND is intentional, it might be a good idea to mention it? Or make it possible to specify OR?

Thanks!
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

...and a sugggestion for an already really plugin - have it remove by "hours since completed" also. If there's a really special file there might not be too much interest in it, so it won't stay long in a seeding state. If there are other, more popular torrents, the weird one out will never get much seed time nor ratio.

Thanks!
yaneh
New User
New User
Posts: 2
Joined: Sat Oct 26, 2024 9:57 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by yaneh »

I am trying to install the plugin on Raspberry PI OS which is running python 3.11.2.

I've tried building manually and downloading the .egg from https://github.com/laur89/deluge-autore ... s/releases and renaming it to "AutoRemovePlus-0.6.3-py3.11.egg" and also to "AutoRemovePlus-0.6.3-py3.11.2.egg" and moving to to .config/deluge/plugins then restarting deluged.service and deluge-web.service but it's still not appearing in the WebUI list where I can enable plugins.

I've also tried to to edit the core.conf file:

"enabled_plugins": [
"Label",
"AutoRemovePlus"
],

Note that I already enable the Label plugin from the WebUI but the core.conf was not impacted by this it just said "enabled_plugins":[]" Not sure if it's supposed to be showing as enabled in the config if I enabled it from the WebUI.

Now I'm not sure what else I can try to run it. This is also a fresh install of the OS.

I'd appreciate any help with this! Thanks.


EDIT: So I noticed I was able to enable the plugins from the deluge client on the raspberry pi but they are not showing at all in the WebUI.
What should I do so I can use the plugin from the WebUI?
yaneh
New User
New User
Posts: 2
Joined: Sat Oct 26, 2024 9:57 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by yaneh »

Fixed the above by adding the plugins in

Code: Select all

/var/lib/deluged/config/plugins/
instead of

Code: Select all

.config/deluge/plugins
Apparently .config manages the installed client and the /var/lib/ path manages the WebUI.
mhertz
Moderator
Moderator
Posts: 2302
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: [Plugin] Auto Remove Plus v2.0.0

Post by mhertz »

Apologies buddy, forgot had glanced your post and so didn't show up as unread obviously, and forgot. Thanks for posting solution :)
Reco-X
Member
Member
Posts: 10
Joined: Wed May 15, 2013 8:26 pm

Re: [Plugin] Auto Remove Plus v2.0.0

Post by Reco-X »

yaneh wrote: Sat Oct 26, 2024 10:06 am I am trying to install the plugin on Raspberry PI OS which is running python 3.11.2.

I've tried building manually and downloading the .egg from https://github.com/laur89/deluge-autore ... s/releases and renaming it to "AutoRemovePlus-0.6.3-py3.11.egg" and also to "AutoRemovePlus-0.6.3-py3.11.2.egg" and moving to to .config/deluge/plugins then restarting deluged.service and deluge-web.service but it's still not appearing in the WebUI list where I can enable plugins.

I've also tried to to edit the core.conf file:

"enabled_plugins": [
"Label",
"AutoRemovePlus"
],

Note that I already enable the Label plugin from the WebUI but the core.conf was not impacted by this it just said "enabled_plugins":[]" Not sure if it's supposed to be showing as enabled in the config if I enabled it from the WebUI.

Now I'm not sure what else I can try to run it. This is also a fresh install of the OS.

I'd appreciate any help with this! Thanks.


EDIT: So I noticed I was able to enable the plugins from the deluge client on the raspberry pi but they are not showing at all in the WebUI.
What should I do so I can use the plugin from the WebUI?
Edited the the core.conf with with AutoRemover as you suggested and it worked.

Thanks
tiwas
Member
Member
Posts: 30
Joined: Fri Nov 01, 2019 8:40 am

Re: [Plugin] Auto Remove Plus v2.0.0

Post by tiwas »

Quick question.

How do I use the "date added" option? I want to delete all torrents that have been sitting for one day no matter the status (seeding, paused, etc). Is "date added" the right place? Some of the torrents will never reach a high ratio, and some might get too much seed time (deluge is controlling).

Thanks.
Post Reply