Search found 2 matches

by yaneh
Mon Oct 28, 2024 7:56 pm
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v2.0.0
Replies: 129
Views: 2355289

Re: [Plugin] Auto Remove Plus v2.0.0

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.
by yaneh
Sat Oct 26, 2024 10:06 am
Forum: Plugins
Topic: [Plugin] Auto Remove Plus v2.0.0
Replies: 129
Views: 2355289

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-autoremoveplus/releases and renaming it to "AutoRemovePlus-0.6.3-py3.11.egg" and also to "AutoRemovePlus-0.6...