Add config for transmission-remote-gtk
This commit is contained in:
parent
eec4bb838f
commit
b2f7e2fa15
44
arch-config/.config/transmission-remote-gtk/config.json
Normal file
44
arch-config/.config/transmission-remote-gtk/config.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"profiles" : [
|
||||
{
|
||||
"profile-name" : "Default",
|
||||
"hostname" : "172.16.16.12",
|
||||
"port" : 9091,
|
||||
"rpc-url-path" : "/transmission/rpc",
|
||||
"username" : "",
|
||||
"password" : "",
|
||||
"auto-connect" : true,
|
||||
"ssl" : false,
|
||||
"ssl-validate" : false,
|
||||
"timeout" : 40,
|
||||
"retries" : 3,
|
||||
"update-active-only" : false,
|
||||
"activeonly-fullsync-enabled" : false,
|
||||
"activeonly-fullsync-every" : 2,
|
||||
"update-interval" : 3,
|
||||
"min-update-interval" : 3,
|
||||
"session-update-interval" : 60,
|
||||
"exec-commands" : [],
|
||||
"destinations" : []
|
||||
}
|
||||
],
|
||||
"profile-id" : 0,
|
||||
"tree-views" : {
|
||||
"TrgTorrentTreeView" : { },
|
||||
"TrgTrackersTreeView" : { },
|
||||
"TrgFilesTreeView" : { },
|
||||
"TrgPeersTreeView" : { }
|
||||
},
|
||||
"start-paused" : false,
|
||||
"add-options-dialog" : true,
|
||||
"delete-local-torrent" : false,
|
||||
"show-state-selector" : true,
|
||||
"filter-dirs" : true,
|
||||
"filter-trackers" : true,
|
||||
"directories-first" : true,
|
||||
"show-notebook" : false,
|
||||
"system-tray" : false,
|
||||
"system-tray-minimise" : false,
|
||||
"add-notify" : false,
|
||||
"complete-notify" : false
|
||||
}
|
Loading…
Reference in New Issue
Block a user