Page 1 of 1
How to install autoremoverplus on deluge 2.0.3 running ubuntu 21.04
Posted: Sun Aug 15, 2021 10:16 pm
by Newrasp
Hello,
I am trying to install the autoremoverplus plugin on my deluge 2.0.3, which I am running on ubuntu 21.04. I tried downloading the egg files and installing it via the plugin settings on both the desktop client and the webUI but once I browse to the egg file and press open nothing happens and the plug in is not added. Any ideas on how I can get it to install? Is there a way to install it via the terminal?
Re: How to install autoremoverplus on deluge 2.0.3 running ubuntu 21.04
Posted: Mon Aug 16, 2021 12:25 pm
by mhertz
Install it manually by moving it into your deluge profile's plugins dir, e.g. on ubuntu it's often under '/var/lib/deluge/.config/deluge/plugins', or if running under own user-account, then '˝/.config/deluge/plugins'. If cannot find, then can see all your deluge profile dirs(as sometimes theres a couple when having tested running deluged from terminal also etc), using:
Code: Select all
sudo find / -path */.config/deluge/plugins
And move plugin to correct one.
Last, if not using python 3.8.x or whatever hardcoded in plugin filename, then need rename plugin to match installed version, which you can check from a terminal by running 'python3 -V', so e.g. if having python 3.9.x, then rename it to '*-py3.9.egg'.
Restart deluge afterwards.
Re: How to install autoremoverplus on deluge 2.0.3 running ubuntu 21.04
Posted: Mon Oct 04, 2021 7:34 pm
by merlincool
I have had no luck while using this plugin on Pulsedmedia seedbox using Deluge 2.0.3. I have checked python3 and renamed plugin accordingly but still failed to remove torrents after rules were met.
Re: How to install autoremoverplus on deluge 2.0.3 running ubuntu 21.04
Posted: Mon Oct 04, 2021 9:27 pm
by mhertz
Make sure to have plugin correctly setup e.g HD-space -1 and max-torrents 0, and I'd suggest using my posted versions(until fixed upstream - I have submitted patch) of either springjools or tote94's fork, in there respective threads here, which fixes an often occurring issue regarding this i.e cached libtorrent values returned leading to mismatches.
Re: How to install autoremoverplus on deluge 2.0.3 running ubuntu 21.04
Posted: Thu Nov 04, 2021 12:10 pm
by merlincool
mhertz wrote: ↑Mon Oct 04, 2021 9:27 pm
Make sure to have plugin correctly setup e.g HD-space -1 and max-torrents 0, and I'd suggest using my posted versions(until fixed upstream - I have submitted patch) of either springjools or tote94's fork, in there respective threads here, which fixes an often occurring issue regarding this i.e cached libtorrent values returned leading to mismatches.
Have those rules set and also I have did setup you asked for. My seedbox provider is using debian 10 and support is not good enough, my ticket is put on hold since past 2 months, I dont expect any reply now or in future. Is there something I should check for and notify back in here?
Re: How to install autoremoverplus on deluge 2.0.3 running ubuntu 21.04
Posted: Thu Nov 04, 2021 12:22 pm
by mhertz
Could you please post your autoremoveplus.conf in your deluge profile dir - other wise please explain exactly what you changed from default i.e what rules consist of specifically and which checkboxes enabled/disabled. Springjools or tote94's version(with my fix)?