{Qnap} Json options - anything additional features missing?

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Cosmo99
Posts: 1
Joined: Wed May 08, 2019 6:53 pm

{Qnap} Json options - anything additional features missing?

Post by Cosmo99 »

Hi I have installed transmission on a Qnap and noticed that the watch directory option was not a part of the JSON after install. I added the following to the end of the JSON.

"utp-enabled": true,
"watch-dir": "/share/Download/dropbox/Transmission",
"watch-dir-enabled": true


I was wondering if there are any other options available for transmission that were not included in the JSON file listen below. and if so what they are and what they can do.

The below settings work with the drop box and have the capability to delete the torrent file once the download starts.

Thanks

Cosmo99

{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 2,
"dht-enabled": true,
"download-dir": "/share/Multimedia/Videos/NewContent",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 0,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/share/Multimedia/Incomplete",
"incomplete-dir-enabled": true,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": false,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-host-whitelist": "",
"rpc-host-whitelist-enabled": true,
"rpc-password": "{7148db665a4a5bd7316e4024891ebb2440e50113nGfup8pP",
"rpc-port": 49091,
"rpc-url": "/transmission/",
"rpc-username": "qnap",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": true,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "/share/Download/dropbox/Transmission",
"watch-dir-enabled": true
}
Post Reply