-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.inc.example
33 lines (26 loc) · 988 Bytes
/
config.inc.example
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
# Command line for your torrent client
# should be able to start new torrents with commands such as `$TORRENT_CLIENT file.torrent`
TORRENT_CLIENT="aria2c --seed-time=3600 --log-level=info --show-console-readout=false --on-download-complete move_completed.sh"
# Optional intermediary server to proxy torrents download
#PROXY_SERVER="ssh myserver"
# Where your TORRENT_CLIENT downloads and stores completed torrents
DOWNLOAD_DIR=""
ACHIEVED_DIR="achieved"
# Where you want everything ready to be watched to be
READY_DIR="ready"
# Your choice of resolution (720 or 1080)
RES="720"
# Your choice of subtitles language
SUBS_LANG="English"
# Set to true to always download S01E01 torrents
DL_ALL_FIRST_EPS=true
# One source per line, optionnally completed by the number of pages to crawl
SOURCES="ettv 3
rartv
AnimeRG
Lucifer22"
# One show per line
# add #NOSEASON at the end of the line for animes (without SxxEyy pattern)
SHOWS="Game of Thrones
The league
Dragon Ball Super #NOSEASON"