omaralvarez / deluge-autoremoveplus

Auto removing of deluge torrents
152 stars 61 forks source link

installed plugin but wont activate #57

Closed y0da822 closed 4 years ago

y0da822 commented 4 years ago

Running in docker conatiner from linuxserver.io Container has python 3.6 Created egg file using 3.6 COpiedd egg file to plugins folder I see it in the plugins in webui - I check the box to turn it on and it unchecks itself by next time i go into plugins.

y0da822 commented 4 years ago

Switched over to https://github.com/springjools/deluge-autoremoveplus

Merlincool commented 3 years ago

Switched over to https://github.com/springjools/deluge-autoremoveplus

Did it worked?

y0da822 commented 3 years ago

Switched over to https://github.com/springjools/deluge-autoremoveplus

Did it worked?

Yes it worked.

Merlincool commented 3 years ago

Switched over to https://github.com/springjools/deluge-autoremoveplus

Did it worked?

Yes it worked.

Sorry it doesn't seems to work for deluge 2.0.3, if I was not clear earlier. Have you found any work around with Deluge 2.0.3 on debian 10 based seedbox

y0da822 commented 3 years ago

Switched over to https://github.com/springjools/deluge-autoremoveplus

Did it worked?

Yes it worked.

Sorry it doesn't seems to work for deluge 2.0.3, if I was not clear earlier. Have you found any work around with Deluge 2.0.3 on debian 10 based seedbox

I just checked my stuff over - I am running Ubuntu 16 on the seedbox. Deluge container from linuxserver.io.

deep

AutoRemovePlus 2.0.0.

Merlincool commented 3 years ago

Switched over to https://github.com/springjools/deluge-autoremoveplus

Did it worked?

Yes it worked.

Sorry it doesn't seems to work for deluge 2.0.3, if I was not clear earlier. Have you found any work around with Deluge 2.0.3 on debian 10 based seedbox

I just checked my stuff over - I am running Ubuntu 16 on the seedbox. Deluge container from linuxserver.io.

deep

AutoRemovePlus 2.0.0.

Are you able to execute function with that? I am with Pulsedmedia and

python --version = 2.7.(something) python3 --version = 3.8.(something)

renaming to Autoremoveplus-2.0.0-py3.8.egg doesn't show my plugin in deluge (Of course I have restarted deluge).

renaming to Autoremoveplus-2.0.0-py2.7.egg does show plugin in deluge, but now the function is not executed. Though plugin appears in deluge (yes I have hit checkbox and it appears in list of plugins on left side of settings, below Autoadd etc)

I have no clue why 3.8.egg doesn't show me plugin but 2.7.egg does show but now it's not executable.

y0da822 commented 3 years ago

I was able to launch python 3.6 - and come to think of it, I had to compile that egg file using python 3.6. Renaming the egg doesn't work, I had to actually compile some way but I dont remember what I did there.

deep