From fa0858c95b7a9a1ab769214ee602093e86cdd8cd Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 13 Sep 2016 14:11:37 -0700 Subject: [PATCH] Add transmission settings --- dotfiles/config/transmission/settings.json | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 dotfiles/config/transmission/settings.json diff --git a/dotfiles/config/transmission/settings.json b/dotfiles/config/transmission/settings.json new file mode 100644 index 00000000..492200cd --- /dev/null +++ b/dotfiles/config/transmission/settings.json @@ -0,0 +1,95 @@ +{ + "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-updates-enabled": true, + "blocklist-url": "http://www.example.com/blocklist", + "cache-size-mb": 4, + "compact-view": false, + "dht-enabled": true, + "download-dir": "/home/imalison/Downloads", + "download-queue-enabled": true, + "download-queue-size": 5, + "encryption": 1, + "idle-seeding-limit": 30, + "idle-seeding-limit-enabled": false, + "incomplete-dir": "/home/imalison/Downloads", + "incomplete-dir-enabled": false, + "inhibit-desktop-hibernation": false, + "lpd-enabled": false, + "main-window-height": 597, + "main-window-is-maximized": 1, + "main-window-width": 1478, + "main-window-x": 1545, + "main-window-y": 2396, + "message-level": 2, + "open-dialog-dir": "/home/imalison", + "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": true, + "queue-stalled-enabled": true, + "queue-stalled-minutes": 30, + "ratio-limit": 2, + "ratio-limit-enabled": false, + "recent-download-dir-1": "/home/imalison/Downloads", + "rename-partial-files": true, + "rpc-authentication-required": false, + "rpc-bind-address": "0.0.0.0", + "rpc-enabled": false, + "rpc-password": "{885dd6dad1998041734e98dbfe4c837900eeeeac9YQyusfH", + "rpc-port": 9091, + "rpc-url": "/transmission/", + "rpc-username": "", + "rpc-whitelist": "127.0.0.1", + "rpc-whitelist-enabled": true, + "scrape-paused-torrents-enabled": true, + "script-torrent-done-enabled": false, + "script-torrent-done-filename": "", + "seed-queue-enabled": false, + "seed-queue-size": 10, + "show-backup-trackers": false, + "show-extra-peer-details": false, + "show-filterbar": true, + "show-notification-area-icon": false, + "show-options-window": true, + "show-statusbar": true, + "show-toolbar": true, + "show-tracker-scrapes": false, + "sort-mode": "sort-by-name", + "sort-reversed": false, + "speed-limit-down": 100, + "speed-limit-down-enabled": false, + "speed-limit-up": 100, + "speed-limit-up-enabled": false, + "start-added-torrents": true, + "statusbar-stats": "total-ratio", + "torrent-added-notification-enabled": true, + "torrent-complete-notification-enabled": true, + "torrent-complete-sound-command": "canberra-gtk-play -i complete-download -d 'transmission torrent downloaded'", + "torrent-complete-sound-enabled": true, + "trash-can-enabled": true, + "trash-original-torrent-files": false, + "umask": 18, + "upload-slots-per-torrent": 14, + "user-has-given-informed-consent": true, + "utp-enabled": true, + "watch-dir": "/home/imalison/Downloads", + "watch-dir-enabled": false +}