Linux/Transmission: Difference between revisions

From Wiki
Line 1: Line 1:
== /etc/transmission-daemon/settings.json ==
== /etc/transmission-daemon/settings.json ==
<pre>
<pre>
     "blocklist-enabled": true,.
     "blocklist-enabled": true,
     "blocklist-url": "http://list.iblocklist.com/?list=bt_level1",.
     "blocklist-url": "http://list.iblocklist.com/?list=bt_level1",


     "download-dir": "/filesystem/01_filesharing/done",.
     "download-dir": "/filesystem/01_filesharing/done",


     "idle-seeding-limit": 2,.
     "idle-seeding-limit": 2,
     "idle-seeding-limit-enabled": true,.
     "idle-seeding-limit-enabled": true,


     "incomplete-dir": "/filesystem/01_filesharing/active",.
     "incomplete-dir": "/filesystem/01_filesharing/active",
     "incomplete-dir-enabled": true,.
     "incomplete-dir-enabled": true,


     "peer-limit-global": 300,.
     "peer-limit-global": 300,
     "peer-limit-per-torrent": 100,.
     "peer-limit-per-torrent": 100,
     "ratio-limit": 0.0098,.
     "ratio-limit": 0.0098,
     "ratio-limit-enabled": true,.
     "ratio-limit-enabled": true,


     "rpc-authentication-required": false,.
     "rpc-authentication-required": false,
     "rpc-bind-address": "127.0.0.1",.
     "rpc-bind-address": "127.0.0.1",
     "rpc-enabled": true,.
     "rpc-enabled": true,
     "rpc-password": "{64ae06492a41d5575528249b46de524087c34e4fTuI5Qn4K",.
     "rpc-password": "{64ae06492a41d5575528249b46de524087c34e4fTuI5Qn4K",
     "rpc-port": 9091,.
     "rpc-port": 9091,
     "rpc-url": "/login/transmission/",.
     "rpc-url": "/login/transmission/",
     "rpc-username": "transmission",.
     "rpc-username": "transmission",
     "rpc-whitelist": "127.0.0.1",.
     "rpc-whitelist": "127.0.0.1",
     "rpc-whitelist-enabled": true,.
     "rpc-whitelist-enabled": true,


     "speed-limit-down": 5000,.
     "speed-limit-down": 5000,
     "speed-limit-down-enabled": true,.
     "speed-limit-down-enabled": true,
     "speed-limit-up": 250,.
     "speed-limit-up": 250,
     "speed-limit-up-enabled": true,.
     "speed-limit-up-enabled": true,


     "umask": 2,.
     "umask": 2,


     "watch-dir": "/filesystem/01_filesharing/watch",.
     "watch-dir": "/filesystem/01_filesharing/watch",
     "watch-dir-enabled": true
     "watch-dir-enabled": true
</pre>
</pre>

Revision as of 15:19, 1 April 2017

/etc/transmission-daemon/settings.json

    "blocklist-enabled": true,
    "blocklist-url": "http://list.iblocklist.com/?list=bt_level1",

    "download-dir": "/filesystem/01_filesharing/done",

    "idle-seeding-limit": 2,
    "idle-seeding-limit-enabled": true,

    "incomplete-dir": "/filesystem/01_filesharing/active",
    "incomplete-dir-enabled": true,

    "peer-limit-global": 300,
    "peer-limit-per-torrent": 100,
    "ratio-limit": 0.0098,
    "ratio-limit-enabled": true,

    "rpc-authentication-required": false,
    "rpc-bind-address": "127.0.0.1",
    "rpc-enabled": true,
    "rpc-password": "{64ae06492a41d5575528249b46de524087c34e4fTuI5Qn4K",
    "rpc-port": 9091,
    "rpc-url": "/login/transmission/",
    "rpc-username": "transmission",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": true,

    "speed-limit-down": 5000,
    "speed-limit-down-enabled": true,
    "speed-limit-up": 250,
    "speed-limit-up-enabled": true,

    "umask": 2,

    "watch-dir": "/filesystem/01_filesharing/watch",
    "watch-dir-enabled": true