File: settings.cfg

package info (click to toggle)
tremc 0.9.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: python: 4,793; sh: 23; makefile: 15
file content (107 lines) | stat: -rw-r--r-- 3,140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[Connection]
password = 
username = 
port = 9091
host = localhost
path = /transmission/rpc
ssl = False

[Sorting]
# Set startup torrent list sort order. Possible sort keys are:
#  name, addedDate, percentDone, seeders, leechers, sizeWhenDone, status, 
#  uploadedEver, rateUpload, rateDownload, uploadRatio, peersConnected, 
#  downloadDir, mainTrackerDomain.
# Prepend ':' for reversed sort.
# Examples:
#
#  order = :name
#  Sorts by torrent name in reversed alphabetical order.
#
#  order = sizeWhenDone
#  Sorts by torrent size, small to large.
order = name

[Filtering]
# Set startup torrent list filter. Possible filter keys are:
#  uploading, downloading, active, paused, seeding, incomplete, verifying,
#  private, isolated, selected, honors.
# Use 'invert=True' to shoe only torrents not matching filter.
filter =  
invert = False

[Misc]
lines_per_torrent = 3
torrentname_is_progressbar = True
file_viewer = xdg-open %%s
file_open_in_terminal = True
view_selected = False
rdns = True
geoip_database = /xyz
torrent_numbers = True
profile =
x_selection = clipboard

[Colors]
# Set colors of various interface elements.
# Each element has background and foreground color. 
# Each color is default or one of the eight curses colors:
#  Black, White, Red, Green, Blue, Cyan, Yellow, Magenta.
# Default is the default background or foreground color.
title_seed = bg:green,fg:black
title_download = bg:blue,fg:black
title_idle = bg:cyan,fg:black
title_verify = bg:magenta,fg:black
title_paused = bg:default,fg:default
title_error = bg:red,fg:default
download_rate = bg:default,fg:blue
upload_rate = bg:default,fg:red
eta+ratio = bg:default,fg:default
filter_status = bg:default,fg:red
multi_filter_status = bg:default,fg:blue
dialog = bg:default,fg:default
dialog_important = bg:default,fg:red
file_prio_high = bg:default,fg:red
file_prio_normal = bg:default,fg:default
file_prio_low = bg:default,fg:yellow
file_prio_off = bg:default,fg:blue

[Profiles]
# Define filter/sort profiles. See README.md for details.
# Examples:
#
#  profile1 = regex#=ubuntu#=:uploadRatio
#   A profile named '1' shows only torrents whose name contains ubuntu (case
#   insensitive match), sorted by upload ratio from large to small.
#   This profile can be selected from the profile menu or by pressing '1'.
#
#  profile2 = incomplete#=#=percentDone
#   A profile named '2' shows incomplete torrents sorted by progress.
#
#  profileABC = regex#=ubuntu#=:incomplete#= #& #  location#=/torrents#=peersConnected
#   A profile named 'ABC' shows only torrents that satisfy one of the
#   conditions:
#    1. Name contains ubuntu and complete;
#    2. Download location is /torrents.
#   The torrent list is sorted by number of peers connected.
#   This profile can be selected from the profile menu.

# Show all torrents, sort by name:
profile0 = 


[ListKeys]
# Configure keys in torrent list only.
backslash = select_search_torrent_fulltext
gt = select_search_torrent_regex_fulltext
y = toggle_torrent_numbers

[DetailsKeys]
# Configure keys in torrent details only.
y = view_file

[CommonKeys]
# Configure keys globally.
Y = verify_torrent
v = move_torrent