-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.rtorrent.rc
More file actions
51 lines (36 loc) · 1.07 KB
/
.rtorrent.rc
File metadata and controls
51 lines (36 loc) · 1.07 KB
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
# Color / Canvas patch
# 0 - Black
# 1 - Red
# 2 - Green
# 3 - Yellow
# 4 - Cool Blue
# 5 - Purple
# 6 - Light Blue
# 7 - White
# Color patch needs to be applied (see .bashrc.setup).
color_dead_fg = 1
color_dead_bg = 0
color_inactive_fg = 3
color_inactive_bg = 0
color_finished_fg = 6
color_finished_bg = 0
color_active_fg = 5
color_active_bg = 0
# ------------------------------------------------------------------------------
download_rate = 10000
upload_rate = 50
min_peers = 50
max_peers = 500
max_peers_seed = 100
max_uploads = 25
port_random = yes
check_hash = yes
encryption = allow_incoming,enable_retry,try_outgoing
# use_udp_trackers = yes # -- deprecated by new rtorrent?
dht=on
# peer_exchange = yes # -- deprecated by new rtorrent?
session = ~/Downloads/rtorrent/.session
directory = ~/Data/Torrents/
schedule = low_diskspace,5,60,close_low_diskspace=2048M
schedule = watch_directory,5,5,"load.start=~/Downloads/*.torrent"
# system.method.set_key = event.download.finished,make_torrent_link,"create_link=base_filename,~/Data/Torrents/," # -- deprecated by new rtorrent?