forked from autobrr/omegabrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
54 lines (50 loc) · 1.05 KB
/
config.yml
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
---
server:
host: 0.0.0.0
port: 7441
apiToken: ""
schedule: "0 */6 * * *" # every 6th hour
clients:
autobrr:
host: http://localhost:7474
apikey: API_KEY
arr:
- name: radarr
type: radarr
host: http://localhost:7878
apikey: API_KEY
filters:
- 15
#matchRelease: false / true
- name: radarr4k
type: radarr
host: http://localhost:7878
apikey: API_KEY
filters:
- 16
#matchRelease: false / true
- name: sonarr
type: sonarr
host: http://localhost:8989
apikey: API_KEY
filters:
- 14
tagsInclude:
- mytag
tagsExclude:
- myothertag
#matchRelease: false / true
- name: lidarr
type: lidarr
host: http://localhost:8686
apikey: API_KEY
filters:
- 13
#matchRelease: false / true
- name: readarr
type: readarr
host: http://localhost:8787
apikey: API_KEY
filters:
- 12
#matchRelease: false # will not use other fields yet, so not needed.