[Plugin] ltConfig v2.0.0

Suggest, post, or discuss plugins for Deluge
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.1

Post by Ratanak »

Once you have the first column checked, double click the value under the Settings column.
Phixion
Member
Member
Posts: 22
Joined: Sat Jul 30, 2011 7:43 pm

Re: [Plugin] libtorrent Config v0.2.2

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Plugin] libtorrent Config v0.2.2

Post by Cas »

Have you installed to both client and server as per Plugins wiki page.
Phixion
Member
Member
Posts: 22
Joined: Sat Jul 30, 2011 7:43 pm

Re: [Plugin] libtorrent Config v0.2.2

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Plugin] libtorrent Config v0.2.2

Post by Cas »

So have you tried a) removing config or b) checking logs...
Phixion
Member
Member
Posts: 22
Joined: Sat Jul 30, 2011 7:43 pm

Re: [Plugin] libtorrent Config v0.2.2

Post 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.
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: [Plugin] libtorrent Config v0.2.2

Post by Cas »

What about the client log...
Phixion
Member
Member
Posts: 22
Joined: Sat Jul 30, 2011 7:43 pm

Re: [Plugin] libtorrent Config v0.2.2

Post 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.
Ratanak
Leecher
Leecher
Posts: 98
Joined: Sat Dec 22, 2012 4:47 am

Re: [Plugin] libtorrent Config v0.2.2

Post 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.
Phixion
Member
Member
Posts: 22
Joined: Sat Jul 30, 2011 7:43 pm

Re: [Plugin] libtorrent Config v0.2.2

Post by Phixion »

Nevermind, I am adding the settings to core.conf now.
Last edited by Phixion on Mon Mar 03, 2014 9:13 pm, edited 1 time in total.
Post Reply