-
Notifications
You must be signed in to change notification settings - Fork 9
/
.rtorrent.rc
27 lines (21 loc) · 972 Bytes
/
.rtorrent.rc
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
# network
port_range = 7881-7889
scgi_local = /home/noclaf/.config/rtorrent/scgi.sock
encryption = allow_incoming,try_outgoing,enable_retry
# limits
max_peers = 50
max_peers_seed = 50
max_uploads = 20
upload_rate = 60
download_rate = 0
# default dirs
directory = /mnt/Gluttony
session = /home/noclaf/.config/rtorrent/session/
# watch dirs
schedule = watch_directory_1,5,5,"load_start=/home/noclaf/tor/waf/*.torrent,d.set_directory=/mnt/Gluttony/waffles/"
schedule = watch_directory_2,5,5,"load_start=/home/noclaf/tor/inc/*.torrent,d.set_directory=/mnt/Gluttony/.incomplete/"
schedule = watch_directory_3,5,5,"load_start=/home/noclaf/tor/anime/*.torrent,d.set_directory=/mnt/Gluttony/video/anime"
schedule = watch_directory_4,5,5,"load_start=/home/noclaf/tor/movies/*.torrent,d.set_directory=/mnt/Gluttony/video/movies"
# on finish hook
system.method.set_key = event.download.finished,notify_me,"execute=/home/noclaf/bin/torrentdone,$d.get_name="
# vim: set ft=cfg :