aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/transmission-remote-gtk
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-03-05 16:47:12 +0300
committerYaroslav <contact@yaroslavps.com>2020-03-05 16:47:12 +0300
commit8bb0c36caddfded6dbb1a9fff70868cb4cdf1408 (patch)
tree4e47cb19eff6752c94500da375510c22d9addb93 /dotfiles/.config/transmission-remote-gtk
parent8dc3ea2cdf943037e63499b4ca81d92b6a3e8bb9 (diff)
downloadswayrice-8bb0c36caddfded6dbb1a9fff70868cb4cdf1408.tar.gz
swayrice-8bb0c36caddfded6dbb1a9fff70868cb4cdf1408.zip
transmission-remote-gtk config
Diffstat (limited to 'dotfiles/.config/transmission-remote-gtk')
-rw-r--r--dotfiles/.config/transmission-remote-gtk/config.json118
1 files changed, 118 insertions, 0 deletions
diff --git a/dotfiles/.config/transmission-remote-gtk/config.json b/dotfiles/.config/transmission-remote-gtk/config.json
new file mode 100644
index 0000000..bca0554
--- /dev/null
+++ b/dotfiles/.config/transmission-remote-gtk/config.json
@@ -0,0 +1,118 @@
+{
+ "profiles" : [
+ {
+ "profile-name" : "Default",
+ "hostname" : "localhost",
+ "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" : {
+ },
+ "TrgFilesTreeView-dialog" : {
+ "sort-col" : -2,
+ "sort-type" : 0,
+ "widths" : [
+ 655,
+ 83,
+ 97,
+ 105,
+ 90
+ ],
+ "columns" : [
+ "name",
+ "size",
+ "progress",
+ "wanted",
+ "priority"
+ ]
+ },
+ "TrgPeersTreeView-dialog" : {
+ "sort-col" : -2,
+ "sort-type" : 0,
+ "widths" : [
+ 113,
+ 131,
+ 151,
+ 182,
+ 161,
+ 159,
+ 135,
+ 139
+ ],
+ "columns" : [
+ "ip",
+ "host",
+ "country",
+ "down-speed",
+ "up-speed",
+ "progress",
+ "flags",
+ "client"
+ ]
+ },
+ "TrgTrackersTreeView-dialog" : {
+ "sort-col" : -2,
+ "sort-type" : 0,
+ "widths" : [
+ 71,
+ 223,
+ 83,
+ 132,
+ 139,
+ 140,
+ 117,
+ 125
+ ],
+ "columns" : [
+ "tier",
+ "announce-url",
+ "last-announce-peer-count",
+ "seeder-count",
+ "leecher-count",
+ "last-announce-time",
+ "last-result",
+ "scrape-url"
+ ]
+ }
+ },
+ "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" : true,
+ "system-tray" : false,
+ "system-tray-minimise" : false,
+ "add-notify" : false,
+ "complete-notify" : false,
+ "dialog-width" : 1062,
+ "dialog-height" : 680
+} \ No newline at end of file