From 93d2743e3864e9eab0699b1bb1ea5f01c10bdbc1 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 23 Sep 2019 06:32:38 +0300 Subject: initial commit --- dotfiles/.config/transmission/settings.json | 90 +++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 dotfiles/.config/transmission/settings.json (limited to 'dotfiles/.config/transmission') diff --git a/dotfiles/.config/transmission/settings.json b/dotfiles/.config/transmission/settings.json new file mode 100644 index 0000000..f440feb --- /dev/null +++ b/dotfiles/.config/transmission/settings.json @@ -0,0 +1,90 @@ +{ + "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, + "blocklist-date": 0, + "blocklist-enabled": false, + "blocklist-updates-enabled": true, + "blocklist-url": "http://www.example.com/blocklist", + "compact-view": false, + "dht-enabled": true, + "download-dir": "/home/yaroslav/Downloads/P2P", + "download-queue-enabled": true, + "download-queue-size": 5, + "encryption": 1, + "filter-mode": "show-all", + "filter-trackers": "", + "idle-seeding-limit": 30, + "idle-seeding-limit-enabled": false, + "incomplete-dir": "/home/yaroslav/Downloads", + "incomplete-dir-enabled": false, + "inhibit-desktop-hibernation": false, + "lpd-enabled": false, + "main-window-height": 1017, + "main-window-layout-order": "menu,toolbar,filter,list,statusbar", + "main-window-width": 618, + "main-window-x": 50, + "main-window-y": 50, + "message-level": 2, + "open-dialog-dir": "/home/yaroslav", + "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": 0, + "pex-enabled": true, + "port-forwarding-enabled": true, + "preallocation": 1, + "prompt-before-exit": true, + "queue-stalled-minutes": 30, + "ratio-limit": 2, + "ratio-limit-enabled": false, + "remote-session-enabled": true, + "remote-session-host": "localhost", + "remote-session-password": "", + "remote-session-port": 9091, + "remote-session-requres-authentication": false, + "remote-session-username": "", + "rename-partial-files": true, + "rpc-authentication-required": false, + "rpc-enabled": false, + "rpc-password": "", + "rpc-port": 9091, + "rpc-username": "", + "rpc-whitelist": "127.0.0.1", + "rpc-whitelist-enabled": true, + "script-torrent-done-enabled": false, + "script-torrent-done-filename": "", + "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, + "sort-mode": "sort-by-name", + "sort-reversed": false, + "speed-limit-down": 10240, + "speed-limit-down-enabled": true, + "speed-limit-up": 10240, + "speed-limit-up-enabled": true, + "start-added-torrents": true, + "start-minimized": false, + "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-original-torrent-files": false, + "upload-slots-per-torrent": 14, + "user-has-given-informed-consent": true, + "utp-enabled": true, + "watch-dir": "/home/yaroslav/Downloads", + "watch-dir-enabled": false +} -- cgit v1.2.3