[Plugin] Auto Remove Plus v2.0.0
Re: [Plugin] Auto Remove Plus v2.0.0
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
Re: [Plugin] Auto Remove Plus v2.0.0
Ok, thanks. That seems to have sorted it out.
Re: [Plugin] Auto Remove Plus v2.0.0
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!
If the AND is intentional, it might be a good idea to mention it? Or make it possible to specify OR?
Thanks!
Re: [Plugin] Auto Remove Plus v2.0.0
...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!
Thanks!
Re: [Plugin] Auto Remove Plus v2.0.0
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?
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?
Re: [Plugin] Auto Remove Plus v2.0.0
Fixed the above by adding the plugins in instead of
Apparently .config manages the installed client and the /var/lib/ path manages the WebUI.
Code: Select all
/var/lib/deluged/config/plugins/
Code: Select all
.config/deluge/plugins
Re: [Plugin] Auto Remove Plus v2.0.0
Apologies buddy, forgot had glanced your post and so didn't show up as unread obviously, and forgot. Thanks for posting solution
Re: [Plugin] Auto Remove Plus v2.0.0
Edited the the core.conf with with AutoRemover as you suggested and it worked.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?
Thanks
Re: [Plugin] Auto Remove Plus v2.0.0
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.
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.