dwb+transmission torrent settings

master
Pierre Neidhardt 2014-01-06 10:55:10 +01:00
parent 2c258b7c39
commit 25a49b7661
4 changed files with 11 additions and 5 deletions

View File

@ -178,7 +178,7 @@ repeat= .
entry_delete_active=Control d
hints_selector=
hints_selector=
[1]
save_search_field=gs

View File

@ -111,8 +111,12 @@ extensions.load("contenthandler", {
// Handle requests based on filename extension
extension : {
// "torrent" : "xterm -e 'aria2 %u'",
// "pdf" : "xterm -e 'wget %u --directory-prefix=~/mypdfs'"
// Note that the extension handler does not always work (e.g. on
// torrenthound). As a workaround transmission can be configured to watch
// for the download path.
"torrent" : "trc -a '%u'"
// "pdf" : "xterm -e 'wget %u --directory-prefix=~/mypdfs'"
},
// Handle requests based on URI scheme

View File

@ -59,8 +59,10 @@
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"trash-original-torrent-files": true,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true
"utp-enabled": true,
"watch-dir": "/home/peter/temp",
"watch-dir-enabled": true
}

0
.scripts/rsync-preview Normal file → Executable file
View File