[2.8.4] Some WebUI Configuration Changes not taking effect
Posted: Fri Aug 12, 2011 7:41 pm
Hi all,
I'm having a few problems with my qBT 2.8.4 (headless/no-gui) not setting some configuration options after saving in the WebUI.
The one's i've spotted so far are:
* "Encryption Mode" -- Setting to Required was ignored, setting Bittorrent\Encryption=1 in the config manually works and is seen correctly in WebUI afterwards
* "Copy .torrent files to:" -- Have checked perms on the directories, but it's not even attempting to set it... Any ideas on the manual entry for this one??
Also, on a side note; with transmission they offered three levels of pre-allocation [None/Some/Full] - where the 'Some' option would allocate the space, but very quickly (unlike full which takes forever and a day!) - any ideas/plans to implement something similar?
For reference, i'm running Debian Wheezy (testing) x86_64.
Here's my current config for reference too:
Other than that, a fantastic program so far; can't wait to put it under some serious testing!
Edit: I've posted a bug report anyway; so i guess the question here is "How do i manually set the 'Copy .torrent files to:' option in the config?"
I'm having a few problems with my qBT 2.8.4 (headless/no-gui) not setting some configuration options after saving in the WebUI.
The one's i've spotted so far are:
* "Encryption Mode" -- Setting to Required was ignored, setting Bittorrent\Encryption=1 in the config manually works and is seen correctly in WebUI afterwards
* "Copy .torrent files to:" -- Have checked perms on the directories, but it's not even attempting to set it... Any ideas on the manual entry for this one??
Also, on a side note; with transmission they offered three levels of pre-allocation [None/Some/Full] - where the 'Some' option would allocate the space, but very quickly (unlike full which takes forever and a day!) - any ideas/plans to implement something similar?
For reference, i'm running Debian Wheezy (testing) x86_64.
Here's my current config for reference too:
Code: Select all
[General]
ported_to_new_savepath_system=true
[Preferences]
WebUI\Enabled=true
General\Locale=en_GB
Downloads\SavePath=/data/Torrents/Finished
Downloads\TempPathEnabled=true
Downloads\TempPath=/data/Torrents/Incomplete
Downloads\ScanDirs=/data/Torrents/Watch
Downloads\DownloadInScanDirs=0
MailNotification\enabled=true
MailNotification\email=<SNIPPED>
MailNotification\smtp_server=localhost
MailNotification\req_ssl=false
MailNotification\req_auth=false
MailNotification\username=
MailNotification\password=
Downloads\PreAllocation=false
Queueing\QueueingEnabled=false
Queueing\MaxActiveDownloads=3
Queueing\MaxActiveTorrents=5
Queueing\MaxActiveUploads=3
Downloads\UseIncompleteExtension=true
Connection\PortRangeMin=6881
Connection\UPnP=true
Connection\GlobalDLLimit=3000
Connection\GlobalUPLimit=250
Bittorrent\MaxConnecs=500
Bittorrent\MaxConnecsPerTorrent=100
Bittorrent\MaxUploadsPerTorrent=4
Advanced\IncludeOverhead=false
Bittorrent\DHT=true
Bittorrent\sameDHTPortAsBT=true
Bittorrent\DHTPort=6881
Bittorrent\PeX=true
Bittorrent\LSD=true
Bittorrent\Encryption=1
Connection\ProxyType=-1
Connection\Proxy\IP=0.0.0.0
Connection\Proxy\Port=8080
Connection\ProxyPeerConnections=false
Connection\Proxy\Authentication=false
Connection\Proxy\Username=
Connection\Proxy\Password=
IPFilter\Enabled=false
IPFilter\File=
WebUI\Port=9091
WebUI\Username=<SNIPPED>
WebUI\LocalHostAuth=true
WebUI\HTTPS\Enabled=false
DynDNS\Enabled=false
DynDNS\Service=0
DynDNS\Username=
DynDNS\Password=
DynDNS\DomainName=changeme.dyndns.org
WebUI\Password_ha1=<SNIPPED>
[AutoRun]
enabled=false
program=
[LegalNotice]
Accepted=true
Edit: I've posted a bug report anyway; so i guess the question here is "How do i manually set the 'Copy .torrent files to:' option in the config?"