Results 56 comments of Jools

Yeah sorry for that. I was away during the Easter and just skimmed through those posts. But yes, there's a problem like you mentioned: def on_menu_show(menu, (menu_item, toggled)): That's not...

@mhertz The proper fix for python 3 when you have a nested function like in this case is to rewrite it like this: def on_menu_show(menu, tuple): (menu_item, toggled) = tuple...

Ah yes of course. I only started the daemon that way and assumed they would end up there. Now I should be able to work with the GTK too...

Maybe this is the reason the build didn't work: https://github.com/deluge-torrent/deluge/pull/284/commits/15c250e15252fb9131a1b4c39226fcd43d45fc08

Just uncheck the pause and remove options

That's because a lot of people have changed the plugin since then, see for example https://abiroid.com/deluge/deluge-modify-autoremoveplus-plugin-delete-dead-torrents-based-availability I included that mod and made it work with python 3. One of the...

There's an issues with this as talked about here: https://github.com/springjools/deluge-autoremoveplus/issues/10 Maybe the whole plugin should be rewritten to just use the specific rules instead? I mean, if you could add...

I haven't tested gtk, from readme: This is a Gtk3UI and WebUI plugin. However, since there is not yet any gtk client for wndows for deluge 2.03, this part is...

You're right. I just reinstalled windows so I don't have any VM atm. I guess I could install vmware. But how many need the gtk anyway? Don't most people use...

I managed to launch the GTK version with x-server over ssh, but I can't figure out where the logs are being written. There is nothing in the daemon log. I'll...