Page 2 of 23

Re: [Plugin] libtorrent Config v0.2.1

Posted: Thu Jan 23, 2014 9:05 pm
by Ratanak
Once you have the first column checked, double click the value under the Settings column.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Thu Feb 20, 2014 9:39 pm
by Phixion
I don't know what you've done but since the update it's not working for me - the config file doesn't contain any settings.

I've never been able to get a UI with this either, I am running deluged on debian 7, connecting via thinclient, python 2.7 is installed.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Thu Feb 20, 2014 11:53 pm
by Cas
Have you installed to both client and server as per Plugins wiki page.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Sun Feb 23, 2014 12:16 am
by Phixion
Cas wrote:Have you installed to both client and server as per Plugins wiki page.
I am connecting to the deluge daemon via Thinclient on home PC, adding the plugin from Client side.

I can see the plugin in the list, I can enable it... I just can't see any interface.

I used to edit the settings via the config file this plugin created but it doesn't contain any settings since this new release.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Sun Feb 23, 2014 7:37 am
by Cas
So have you tried a) removing config or b) checking logs...

Re: [Plugin] libtorrent Config v0.2.2

Posted: Sun Feb 23, 2014 5:05 pm
by Phixion
Deleting the config doesn't help/change anything.

Here is my ltconfig.conf:

Code: Select all

{
  "file": 1,
  "format": 1
}{
  "apply_on_start": false,
  "settings": {}
deluged.log is empty.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Sun Feb 23, 2014 5:38 pm
by Cas
What about the client log...

Re: [Plugin] libtorrent Config v0.2.2

Posted: Mon Feb 24, 2014 12:35 am
by Phixion
Thanks for the help Cas, but I decided to go another route in the end.

I'm editing the settings prior to compiling libtorrent now.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Mon Feb 24, 2014 3:48 am
by Ratanak
The plugin no longer saves all settings. It only saves the libtorrent settings that have been enabled. This is meant to prevent overwriting settings that the user has set elsewhere in a Deluge UI. If you know the python binding name of the settings you need, you should be able to add them manually to the config file.

As far as why you don't see the configuration page in preferences, I can't say without more information.

Re: [Plugin] libtorrent Config v0.2.2

Posted: Sat Mar 01, 2014 9:48 pm
by Phixion
Nevermind, I am adding the settings to core.conf now.