This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_GUI/config/includes.chroot/etc/skel/.config/transmission/settings.json
nodiscc d2f1d12ae5 skel: add transmission configuration:
- UI/dialogs settings/placement
 - enable all peer exchange methods excet local peer discovery
 - set fixed peer port to 52943
 - play sound/notification on completion
 - append .part to partially downloaded files
 - disable rpc
 - show tray icon
 - no disk space preallocation when download starts
 - start newly added torrents
 - inhibet sleep/hibernate
2020-03-07 21:01:47 +01:00

32 lines
970 B
JSON

{
"compact-view": true,
"dht-enabled": true,
"encryption": 1,
"inhibit-desktop-hibernation": true,
"lpd-enabled": false,
"peer-limit-global": 350,
"peer-limit-per-torrent": 160,
"peer-port": 52943,
"peer-port-random-on-start": false,
"pex-enabled": true,
"play-download-complete-sound": true,
"port-forwarding-enabled": false,
"preallocation": 0,
"prompt-before-exit": false,
"rename-partial-files": true,
"rpc-enabled": false,
"rpc-whitelist-enabled": true,
"show-desktop-notification": true,
"show-extra-peer-details": false,
"show-filterbar": true,
"show-notification-area-icon": true,
"show-options-window": true,
"show-statusbar": true,
"show-toolbar": true,
"sort-mode": "sort-by-state",
"sort-reversed": false,
"start-added-torrents": true,
"statusbar-stats": "total-ratio",
"user-has-given-informed-consent": true,
}