-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
33 lines (28 loc) · 755 Bytes
/
config.yaml
File metadata and controls
33 lines (28 loc) · 755 Bytes
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
global:
proxy:
enabled: false
host: '127.0.0.1'
port: 1080
qbittorrent:
host: '127.0.0.1'
port: 8080
username: 'admin'
password: 'adminadmin'
download_dir: '/downloads/TV Shows'
anime_dir: '/downloads/Anime'
movies_dir: '/downloads/Movies'
incomplete_dir: '/incomplete'
anilibria:
torrent_mirror: 'https://www.anilibria.tv'
api_mirror: 'https://api.anilibria.tv'
db_path: '/storage/anilibria.json'
lostfilm:
lf_session: '' # set via LF_SESSION env var
torrent_mirror: 'https://www.lostfilm.tv'
db_path: '/storage/lostfilm.json'
renamer:
root_dir: '/library'
anilibria:
regex: '(?P<name>.+)_\[(?P<episode>\d{2})(?:_\w+)?\](?:_\[[^\]]+\])*\.mkv'
nocronbot:
token: '' # set via TG_BOT_TOKEN env var