-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.ini
25 lines (21 loc) · 906 Bytes
/
config.ini
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
[config]
torrentFileDir = '{HOME}/Downloads/tmp_torrent/' ; directory to store the .torrent files
completeTorrentDir = '{HOME}/Downloads/' ; where the torrent program put the complete download
sleepTime = 1 ; minutes to wait before check again
[default]
quality = HDTV ; HDTV or 720p or DTV
folder = '{HOME}/Downloads/' ; Where the movie must be when finished
since = 0 ; Episodes since... like S02e03 = 203
[show:fringe]
releaseDay = 5 ; day of week to start watching
folder = '{HOME}/Downloads/Videos/Fringe'
since = 310
[show:game of thrones]
quality = 720p
releaseDay = 1
folder = '{HOME}/Downloads/Videos/GoT'
[show:house]
quality = 720p
releaseDay = 1
since = 701
folder = '{HOME}/Downloads/Videos/House'