diff options
| author | Craig Jennings <c@cjennings.net> | 2025-07-16 11:07:55 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-07-16 11:07:55 -0500 |
| commit | 3f4156d2c3c93d038d3b239672a33bbd51d47be7 (patch) | |
| tree | c60ad8187525e3001b78350bf0938c151a7bb362 /dotfiles/system/.config/transmission/settings.json | |
| parent | 338cf81e20014a53589052a1da9b7c21c4c520e6 (diff) | |
latest updates as of 2025-07-16 @ 11:07 AM CDT
Diffstat (limited to 'dotfiles/system/.config/transmission/settings.json')
| -rw-r--r-- | dotfiles/system/.config/transmission/settings.json | 46 |
1 files changed, 34 insertions, 12 deletions
diff --git a/dotfiles/system/.config/transmission/settings.json b/dotfiles/system/.config/transmission/settings.json index e4ef5f1..a7f5936 100644 --- a/dotfiles/system/.config/transmission/settings.json +++ b/dotfiles/system/.config/transmission/settings.json @@ -1,41 +1,53 @@ { - "alt-speed-down": 50, - "alt-speed-enabled": false, - "alt-speed-time-begin": 540, + "alt-speed-down": 500, + "alt-speed-enabled": true, + "alt-speed-time-begin": 480, "alt-speed-time-day": 127, - "alt-speed-time-enabled": false, - "alt-speed-time-end": 1020, - "alt-speed-up": 50, + "alt-speed-time-enabled": true, + "alt-speed-time-end": 1380, + "alt-speed-up": 500, "announce-ip": "", "announce-ip-enabled": false, "anti-brute-force-enabled": false, "anti-brute-force-threshold": 100, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", + "blocklist-date": 0, "blocklist-enabled": false, "blocklist-updates-enabled": true, "blocklist-url": "http://www.example.com/blocklist", "cache-size-mb": 4, "compact-view": false, "default-trackers": "", - "details-window-height": 500, - "details-window-width": 700, + "details-window-height": 712, + "details-window-width": 831, "dht-enabled": true, "download-dir": "/home/cjennings/downloads/torrents/complete", "download-queue-enabled": true, "download-queue-size": 5, "encryption": 1, + "filter-mode": "show-downloading", + "filter-trackers": "", "idle-seeding-limit": 30, "idle-seeding-limit-enabled": false, "incomplete-dir": "/home/cjennings/downloads/torrents/incomplete", "incomplete-dir-enabled": true, "inhibit-desktop-hibernation": false, "lpd-enabled": true, +<<<<<<< Updated upstream "main-window-height": 778, "main-window-is-maximized": false, "main-window-width": 1280, "main-window-x": 50, "main-window-y": 50, +======= + "main-window-height": 981, + "main-window-is-maximized": false, + "main-window-layout-order": "menu,toolbar,filter,list,statusbar", + "main-window-width": 1504, + "main-window-x": 0, + "main-window-y": 22, +>>>>>>> Stashed changes "message-level": 4, "open-dialog-dir": "/home/cjennings", "peer-congestion-algorithm": "", @@ -50,10 +62,19 @@ "port-forwarding-enabled": true, "preallocation": 1, "prefetch-enabled": true, + "prompt-before-exit": true, "queue-stalled-enabled": true, "queue-stalled-minutes": 30, "ratio-limit": 2, "ratio-limit-enabled": false, + "read-clipboard": false, + "remote-session-enabled": false, + "remote-session-host": "localhost", + "remote-session-https": false, + "remote-session-password": "", + "remote-session-port": 9091, + "remote-session-requres-authentication": false, + "remote-session-username": "", "rename-partial-files": false, "rpc-authentication-required": false, "rpc-bind-address": "0.0.0.0", @@ -79,23 +100,24 @@ "show-backup-trackers": false, "show-extra-peer-details": false, "show-filterbar": true, - "show-notification-area-icon": false, + "show-notification-area-icon": true, "show-options-window": false, "show-statusbar": true, "show-toolbar": true, "show-tracker-scrapes": false, - "sort-mode": "sort-by-name", + "sort-mode": "sort-by-progress", "sort-reversed": false, - "speed-limit-down": 100, + "speed-limit-down": 500, "speed-limit-down-enabled": false, "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, + "start-minimized": true, "statusbar-stats": "total-ratio", "tcp-enabled": true, "torrent-added-notification-enabled": true, "torrent-added-verify-mode": "fast", - "torrent-complete-notification-enabled": true, + "torrent-complete-notification-enabled": false, "torrent-complete-sound-command": [ "canberra-gtk-play", "-i", |
