Advertisement
effemmeffe

transmission settings

Oct 20th, 2013
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. xbian@xbian ~ $ cat /etc/transmission/settings.json
  2. {
  3. "alt-speed-down": 50,
  4. "alt-speed-enabled": false,
  5. "alt-speed-time-begin": 540,
  6. "alt-speed-time-day": 127,
  7. "alt-speed-time-enabled": false,
  8. "alt-speed-time-end": 1020,
  9. "alt-speed-up": 50,
  10. "bind-address-ipv4": "0.0.0.0",
  11. "bind-address-ipv6": "::",
  12. "blocklist-enabled": false,
  13. "blocklist-url": "",
  14. "cache-size-mb": 4,
  15. "dht-enabled": true,
  16. "download-dir": "/home/xbian/downloads",
  17. "download-limit": 100,
  18. "download-limit-enabled": 0,
  19. "download-queue-enabled": true,
  20. "download-queue-size": 5,
  21. "encryption": 0,
  22. "idle-seeding-limit": 30,
  23. "idle-seeding-limit-enabled": false,
  24. "incomplete-dir": "/home/xbian/incomplete",
  25. "incomplete-dir-enabled": true,
  26. "lpd-enabled": false,
  27. "max-peers-global": 200,
  28. "message-level": 2,
  29. "peer-congestion-algorithm": "",
  30. "peer-id-ttl-hours": 6,
  31. "peer-limit-global": 240,
  32. "peer-limit-per-torrent": 60,
  33. "peer-port": 51413,
  34. "peer-port-random-high": 65535,
  35. "peer-port-random-low": 49152,
  36. "peer-port-random-on-start": false,
  37. "peer-socket-tos": "default",
  38. "pex-enabled": true,
  39. "port-forwarding-enabled": false,
  40. "preallocation": 1,
  41. "prefetch-enabled": 1,
  42. "queue-stalled-enabled": true,
  43. "queue-stalled-minutes": 30,
  44. "ratio-limit": 0.2,
  45. "ratio-limit-enabled": true,
  46. "rename-partial-files": true,
  47. "rpc-authentication-required": true,
  48. "rpc-bind-address": "0.0.0.0",
  49. "rpc-enabled": true,
  50. "rpc-password": "a",
  51. "rpc-port": 9091,
  52. "rpc-url": "/transmission/",
  53. "rpc-username": "xbian",
  54. "rpc-whitelist": "127.0.0.1,192.168.*.*,10.0.*.*",
  55. "rpc-whitelist-enabled": true,
  56. "scrape-paused-torrents-enabled": true,
  57. "script-torrent-done-enabled": truee,
  58. "script-torrent-done-filename": "/media/Tera/Downloads/libraryupdater.sh",
  59. "seed-queue-enabled": false,
  60. "seed-queue-size": 10,
  61. "speed-limit-down": 100,
  62. "speed-limit-down-enabled": false,
  63. "speed-limit-up": 100,
  64. "speed-limit-up-enabled": false,
  65. "start-added-torrents": true,
  66. "trash-original-torrent-files": false,
  67. "umask": 2,
  68. "upload-limit": 100,
  69. "upload-limit-enabled": 0,
  70. "upload-slots-per-torrent": 14,
  71. "utp-enabled": true,
  72. "watch-dir": "/home/xbian/torrents",
  73. "watch-dir-enabled": true
  74. }
  75. xbian@xbian ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement