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
63
64
|
{
"automatic": {
"movies": {
"anticipated": 3,
"boxoffice": 10,
"interval": 20,
"popular": 3,
"trending": 3
},
"shows": {
"anticipated": 10,
"interval": 48,
"popular": 1,
"trending": 1
}
},
"core": {
"debug": false
},
"filters": {
"movies": {
"allowed_countries": [],
"allowed_languages": [],
"blacklist_title_keywords": [],
"blacklisted_genres": [],
"blacklisted_max_year": 2019,
"blacklisted_min_runtime": 60,
"blacklisted_min_year": 2000,
"blacklisted_tmdb_ids": [],
"disabled_for": []
},
"shows": {
"allowed_countries": [],
"allowed_languages": [],
"blacklisted_genres": [],
"blacklisted_max_year": 2019,
"blacklisted_min_runtime": 15,
"blacklisted_min_year": 2000,
"blacklisted_networks": [],
"blacklisted_tvdb_ids": [],
"disabled_for": []
}
},
"notifications": {
"verbose": true
},
"radarr": {
"api_key": "",
"profile": "HD-1080p",
"root_folder": "/movies/",
"url": "http://localhost:7878/"
},
"sonarr": {
"api_key": "",
"profile": "HD-1080p",
"root_folder": "/tv/",
"tags": {},
"url": "http://localhost:8989/"
},
"trakt": {
"client_id": "",
"client_secret": ""
}
}
|