dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

settings.json (3413B)


      1 {
      2     "alt-speed-down": 50,
      3     "alt-speed-enabled": true,
      4     "alt-speed-time-begin": 540,
      5     "alt-speed-time-day": 127,
      6     "alt-speed-time-enabled": false,
      7     "alt-speed-time-end": 1020,
      8     "alt-speed-up": 0,
      9     "bind-address-ipv4": "0.0.0.0",
     10     "bind-address-ipv6": "::",
     11     "blocklist-enabled": true,
     12     "blocklist-updates-enabled": true,
     13     "blocklist-url": "https://github.com/sahsu/transmission-blocklist/releases/latest/download/blocklist.gz",
     14     "cache-size-mb": 4,
     15     "compact-view": false,
     16     "details-window-height": 542,
     17     "details-window-width": 700,
     18     "dht-enabled": false,
     19     "download-dir": "/home/hayden/general/music",
     20     "download-queue-enabled": true,
     21     "download-queue-size": 5,
     22     "encryption": 1,
     23     "idle-seeding-limit": 30,
     24     "idle-seeding-limit-enabled": false,
     25     "incomplete-dir": "/home/hayden/.incomplete",
     26     "incomplete-dir-enabled": true,
     27     "inhibit-desktop-hibernation": false,
     28     "lpd-enabled": true,
     29     "main-window-height": 1031,
     30     "main-window-is-maximized": 0,
     31     "main-window-width": 850,
     32     "main-window-x": 1930,
     33     "main-window-y": 35,
     34     "message-level": 2,
     35     "open-dialog-dir": "/home/hayden",
     36     "peer-congestion-algorithm": "",
     37     "peer-id-ttl-hours": 6,
     38     "peer-limit-global": 200,
     39     "peer-limit-per-torrent": 50,
     40     "peer-port": 51413,
     41     "peer-port-random-high": 65535,
     42     "peer-port-random-low": 49152,
     43     "peer-port-random-on-start": false,
     44     "peer-socket-tos": "default",
     45     "pex-enabled": true,
     46     "port-forwarding-enabled": false,
     47     "preallocation": 1,
     48     "prefetch-enabled": true,
     49     "queue-stalled-enabled": true,
     50     "queue-stalled-minutes": 30,
     51     "ratio-limit": 30,
     52     "ratio-limit-enabled": true,
     53     "recent-download-dir-1": "/home/hayden/general/music",
     54     "rename-partial-files": true,
     55     "rpc-authentication-required": false,
     56     "rpc-bind-address": "0.0.0.0",
     57     "rpc-enabled": true,
     58     "rpc-host-whitelist": "",
     59     "rpc-host-whitelist-enabled": true,
     60     "rpc-password": "{72dc83c52677798ae1153353e83400d2301771ff2ownXslf",
     61     "rpc-port": 9091,
     62     "rpc-url": "/transmission/",
     63     "rpc-username": "",
     64     "rpc-whitelist": "127.0.0.1,::1",
     65     "rpc-whitelist-enabled": true,
     66     "scrape-paused-torrents-enabled": true,
     67     "script-torrent-done-enabled": false,
     68     "script-torrent-done-filename": "/home/hayden",
     69     "seed-queue-enabled": false,
     70     "seed-queue-size": 10,
     71     "show-backup-trackers": false,
     72     "show-extra-peer-details": false,
     73     "show-filterbar": false,
     74     "show-notification-area-icon": false,
     75     "show-options-window": true,
     76     "show-statusbar": true,
     77     "show-toolbar": false,
     78     "show-tracker-scrapes": true,
     79     "sort-mode": "sort-by-time-left",
     80     "sort-reversed": true,
     81     "speed-limit-down": 750,
     82     "speed-limit-down-enabled": true,
     83     "speed-limit-up": 1000000,
     84     "speed-limit-up-enabled": true,
     85     "start-added-torrents": true,
     86     "statusbar-stats": "total-transfer",
     87     "torrent-added-notification-enabled": true,
     88     "torrent-complete-notification-enabled": true,
     89     "torrent-complete-sound-command": "torrentdone",
     90     "torrent-complete-sound-enabled": true,
     91     "trash-can-enabled": true,
     92     "trash-original-torrent-files": false,
     93     "umask": 18,
     94     "upload-slots-per-torrent": 14,
     95     "user-has-given-informed-consent": true,
     96     "utp-enabled": true,
     97     "watch-dir": "/home/hayden/Desktop",
     98     "watch-dir-enabled": false
     99 }