-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.bard.yaml
62 lines (48 loc) · 1.11 KB
/
example.bard.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
providers:
info:
sources:
- {"name": "tvdb"}
- {"name": "tvmaze"}
- {"name": "tmdb", "api_key": "..."}
default: tvdb
rules:
series:
'*': tvdb
banner: tvmaze
season:
'*': tvdb
episode:
'*': tvdb
airdate: tvmaze
download:
sources:
- {"name": "iptorrents", "username": "...", "password": "..."}
- {"name": "horriblesubs"}
default: iptorrents
fetch:
source: {"name": "transmission", "url": "https://my-transmission-with-rpc.com", "username": "admin", "password": "admin"}
notify:
source: {"name": "discord", "url": "https://discordapp.com/api/webhooks/..."}
library:
source:
name: plex
url: https://my-plex.com
token: '...'
directories:
input: /media/transmission
output: /media/storage/media/TV
temporary: /media/storage/media/Staging
web:
secret_key: 'my-big-secret-key'
host: ''
port: 7675
user_header: 'X-Heracles-User'
graphql: true
quality:
desired: 1080p
max_wait_minutes: 120
acls:
andrei: admin
guest: guest
seed_days: 18
database: sqlite://bard.db