Plugin settings

General support for problems installing or using Deluge
Post Reply
andoru
New User
New User
Posts: 5
Joined: Sun Jul 27, 2014 4:49 pm

Plugin settings

Post by andoru »

I'm not sure if this is a known problem but Deluge never remembers plugin settings, every time I have to reboot or restart deluge, the plugin settings get overriden with the default (none being ticked under the Plugins tab)
Any solutions for this?

Deluge Version: 1.3.7
Libtorrent Version: 0.16.17.0
Operating System Version: CrunchBang 11 Waldorf with unstable repos

Also consider the following items if they seem relevant to your problem:

WebUI, Console or GTK: GTK
Filesystem: EXT4 (installed), NTFS (storage)
Installation Type: Package

Code: Select all

deluge:
  Installed: 1.3.7-1
  Candidate: 1.3.7-1
  Version table:
 *** 1.3.7-1 0
        500 http://ftp.ro.debian.org/debian/ sid/main i386 Packages
        100 /var/lib/dpkg/status
core.conf:

Code: Select all

{
  "file": 1, 
  "format": 1
}{
  "info_sent": 1410367777.004346, 
  "lsd": true, 
  "send_info": true, 
  "move_completed_path": "/home/andoru/downloads", 
  "enc_in_policy": 1, 
  "queue_new_to_top": false, 
  "ignore_limits_on_local_network": true, 
  "rate_limit_ip_overhead": true, 
  "daemon_port": 58846, 
  "natpmp": true, 
  "max_active_limit": 8, 
  "utpex": true, 
  "max_active_downloading": 3, 
  "max_active_seeding": 5, 
  "allow_remote": false, 
  "max_half_open_connections": 50, 
  "download_location": "/home/andoru/torrents", 
  "compact_allocation": false, 
  "max_upload_speed": -1.0, 
  "cache_expiry": 60, 
  "prioritize_first_last_pieces": false, 
  "auto_managed": true, 
  "enc_level": 2, 
  "max_connections_per_second": 20, 
  "dont_count_slow_torrents": true, 
  "random_outgoing_ports": true, 
  "max_upload_slots_per_torrent": -1, 
  "new_release_check": false, 
  "enc_out_policy": 1, 
  "outgoing_ports": [
    0, 
    0
  ], 
  "seed_time_limit": -1, 
  "cache_size": 16384, 
  "share_ratio_limit": -1.0, 
  "max_download_speed": -1.0, 
  "geoip_db_location": "/usr/share/GeoIP/GeoIP.dat", 
  "torrentfiles_location": "/home/andoru/downloads", 
  "stop_seed_at_ratio": false, 
  "peer_tos": "0x00", 
  "listen_interface": "", 
  "upnp": true, 
  "max_download_speed_per_torrent": -1, 
  "max_upload_slots_global": -1, 
  "enabled_plugins": [
    "CopyMagnetURI", 
    "Pieces"
  ], 
  "random_port": true, 
  "autoadd_enable": false, 
  "max_connections_global": -1, 
  "enc_prefer_rc4": true, 
  "listen_ports": [
    6881, 
    6891
  ], 
  "dht": true, 
  "stop_seed_ratio": 2.0, 
  "seed_time_ratio_limit": -1.0, 
  "max_upload_speed_per_torrent": -1, 
  "copy_torrent_file": false, 
  "del_copy_torrent_file": false, 
  "move_completed": false, 
  "proxies": {
    "peer": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }, 
    "web_seed": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }, 
    "tracker": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }, 
    "dht": {
      "username": "", 
      "password": "", 
      "type": 0, 
      "hostname": "", 
      "port": 8080
    }
  }, 
  "add_paused": false, 
  "max_connections_per_torrent": -1, 
  "remove_seed_at_ratio": false, 
  "autoadd_location": "/home/andoru/downloads", 
  "plugins_location": "/home/andoru/.config/deluge/plugins"
}
Last edited by andoru on Thu Sep 11, 2014 7:07 pm, edited 2 times in total.
andoru
New User
New User
Posts: 5
Joined: Sun Jul 27, 2014 4:49 pm

Re: Plugin settings

Post by andoru »

*bump*
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Plugin settings

Post by Cas »

How about providing more detail as per readme announcement
andoru
New User
New User
Posts: 5
Joined: Sun Jul 27, 2014 4:49 pm

Re: Plugin settings

Post by andoru »

Fixed that, terribly sorry.

But I think I found what the problem was, when I swiched to classic mode, the plugin settings were saved. Is this a bug?
Post Reply