dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

.rtorrent.rc (755B)


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
#
# author:    Xu Xiaodong <[email protected]>
# modified:  2012 Jun 14
#

#-- base --#

min_peers     = 40
max_peers     = 100
download_rate = 0
upload_rate   = 0
directory     = ~/tmp
session       = ~/tmp/session

#-- schedule --#

schedule = watch_directory,5,5,load_start=~/tmp/*.torrent
schedule = watch_directory_2,10,10,"load_start=~/mov/*.torrent,d.set_directory=~/mov/"
schedule = low_diskspace,5,60,close_low_diskspace=1024M

#-- dht --#

dht           = auto
dht_port      = 6881
peer_exchange = yes

#-- colors --#
# 0     | 1   | 2     | 3      | 4    | 5       | 6    | 7     | -1
# black | red | green | yellow | blue | magenta | cyan | white | default

#done_fg_color   = 2
#done_bg_color   = -1
#active_fg_color = 1
#active_bg_color = -1