Results 56 comments of Jools

Hmmm, I see. The port isn't hardcoded but it needs to be supplied together with the 'server' parameter, and in case you don't use a reverse proxy that will differ....

Yes, but there's still a lot to do until this is fully working as everyone wants.

https://github.com/springjools/deluge-autoremoveplus/blob/master/autoremoveplus/core.py#L692 It first checks for the remove condition and then the pause condition. So the torrent will get removed. Since they are in the same if clause: if the remove...

I gueess, but why use ratio? I use these criteria for stalled torrent detection: 1 Availability < 1 2 Time since last seen complete > 20 h or something like...

Specific rules are referenced for unfinished torrents, it was always this way. Finished torrents are removed using the settings for pause and remove in main tab. Of course it should...

Hey, sorry for the late response. Yes, autoremoveplus supports python3. It uses gtk3ui.py for python3 and gtkui.py for python2. But as I wrote in the release notes: I haven't tested...

And yes mediaserver needs requests library and deluge itself needs the future package, as long as we are instructed to also support python 2. I don't know how many actually...

Yes, I originally converted the plugin to python 3 using the six module, but when I manually went through the code I could eliminate the specifics for python 2 (silly...

Hmm, maybe there's a problem with the build script? I just zip the files and rename the extension to .egg. I didn't actually touch the build script 🤔

I started looking at the GTK using x-server over ssh, but I can't figure where the logs are being output. Nothing is showing in the log file from deluge daemon...