After installing the plugin I don't get any new options?
deluge: 1.3.12
libtorrent: 1.0.9.0
Python 2.7.9
Something is wrong with your install. It works fine for me and you should not be seeing "Not available" for all of those info notes. Do all of your other plugins work correctly? I have had on occasion where I have to restart deluge to get plugins working again. In my case it seems to happen occasionally if I enable and disable them frequently.
Thank you so much for this plugin. This plugin is a must-have for me for enabling 'force_proxy' and 'anonymous_mode' which deluge doesn't provide native functionality for, to fully secure my socks5 proxy setup. If not for this plugin, I would need to use qbittorrent, which also is very nice, but deluge has a console ui which I prefer and deluge uses less ram with roughly same cpu usage(though in a VM deluge uses double cpu than qbittorrent there for some reason? Of course it's C++ vs python, but it's only in the VM this shows oddly), and I don't have any other apps installed needing QT on my system, only GTK+.
Edit: To be fair, found out that qbittorrent(-nox) only uses more ram because disk-cache is set higher than deluge by default and so with comparative disk-cache settings in both, then qbittorrent(-nox) actually uses less ram than deluge.
Just wanted to follow up on libtorrent 1.1.x. Since Deluge 1.3.x will not be supporting this libtorrent version, ltConfig will also not.
Deluge 1.3.13 with libtorrent 1.0.9 should work with ltConfig 0.2.5.0. If you are having issues with this combination, then it is a legitimate problem that I will try to help with.
Trying to go to my deluge webui. I get the error below in the webpage. It worked fine 24 hours ago, and the only thing I changed was applying the Itconfig "High performance seed" profile to both daemons on my seedbox. Everything works fine in my Windows client, just not the Webui. Also, the same settings work fine in another seedbox (Ubuntu 14.04 with libtorrent v0.16.)
Which setting(s) do I need to change back?
From browser:
web.Server Traceback (most recent call last):
exceptions.KeyError: 'ltconfig/ltconfig.js'
/usr/lib/python2.7/dist-packages/twisted/web/server.py:189 in process
188 self._encoder = encoder
189 self.render(resrc)
190 except:
/usr/lib/python2.7/dist-packages/twisted/web/server.py:238 in render
237 try:
238 body = resrc.render(self)
239 except UnsupportedMethod as e:
/usr/local/lib/python2.7/dist-packages/deluge-1.3.13-py2.7.egg/deluge/ui/web/server.py:572 in render
571
572 scripts = component.get("Scripts").get_scripts(mode)
573 scripts.insert(0, "gettext.js")
/usr/local/lib/python2.7/dist-packages/deluge-1.3.13-py2.7.egg/deluge/ui/web/server.py:377 in get_scripts
376 for path in _order:
377 filepath = _scripts[path]
378
exceptions.KeyError: 'ltconfig/ltconfig.js'
Deluge v1.13
libtorrent v1.09.09
Seedbox: Debian 8.6
Client on: Win7x64