This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
traktarr.json.template
100 lines (100 loc) · 4.6 KB
/
traktarr.json.template
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"core": {
"debug": false
},
"notifications": {
"verbose": true
},
"automatic": {
"movies": {
"interval": 24,
"anticipated": 20,
"trending": 30,
"popular": 30,
"boxoffice": 10,
"lists": {
"https://trakt.tv/users/redouaaane/lists/rolling-stone-s-100-greatest-tv-shows-of-all-time": 500,
"https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-2019": 500,
"https://trakt.tv/users/andreofgyn/lists/2019-golden-globe-nominees-winners": 500,
"https://trakt.tv/users/andreofgyn/lists/2019-oscar-nominees-winners": 500,
"https://trakt.tv/users/justin/lists/imdb-top-rated-movies": 500,
"https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline": 500,
"https://trakt.tv/users/movistapp/lists/walt-disney-animated-feature-films": 500,
"https://trakt.tv/users/tetharion/lists/worlds-of-dc": 500,
"https://trakt.tv/users/donxy/lists/marvel-cinematic-universe": 500,
"https://trakt.tv/users/thefork/lists/academy-awards-best-picture-winners": 500,
"https://trakt.tv/users/jay-greene/lists/reddit-top-250-movies-2015-2019": 500
}
},
"shows": {
"interval": 24,
"anticipated": 10,
"trending": 10,
"popular": 10,
"lists": {
"https://trakt.tv/users/redouaaane/lists/rolling-stone-s-100-greatest-tv-shows-of-all-time": 500,
"https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-2019": 500,
"https://trakt.tv/users/andreofgyn/lists/2019-golden-globe-nominees-winners": 500,
"https://trakt.tv/users/andreofgyn/lists/2019-oscar-nominees-winners": 500,
"https://trakt.tv/users/justin/lists/imdb-top-rated-movies": 500,
"https://trakt.tv/users/ruben_vw_/lists/star-wars-canon-timeline": 500,
"https://trakt.tv/users/movistapp/lists/walt-disney-animated-feature-films": 500,
"https://trakt.tv/users/tetharion/lists/worlds-of-dc": 500,
"https://trakt.tv/users/donxy/lists/marvel-cinematic-universe": 500,
"https://trakt.tv/users/thefork/lists/academy-awards-best-picture-winners": 500,
"https://trakt.tv/users/jay-greene/lists/reddit-top-250-movies-2015-2019": 500
}
}
},
"filters": {
"shows": {
"disabled_for": [],
"allowed_countries": ["us", "gb", "ca"],
"allowed_languages": ["en"],
"blacklisted_genres": ["talk-show", "news", "sports", "biography", "eastern", "sporting-event"],
"blacklisted_networks": [],
"blacklisted_min_runtime": 10,
"blacklisted_max_runtime": 0,
"blacklisted_min_year": 2000,
"blacklisted_max_year": 2020,
"blacklisted_title_keywords": [],
"blacklisted_tvdb_ids": []
},
"movies": {
"disabled_for": [],
"allowed_countries": ["us", "gb", "ca"],
"allowed_languages": ["en"],
"blacklisted_genres": ["eastern", "fan-film", "indie", "sporting-event", "sports"],
"blacklisted_min_runtime": 60,
"blacklisted_max_runtime": 0,
"blacklisted_min_year": 1900,
"blacklisted_max_year": 2020,
"blacklisted_title_keywords": [],
"blacklisted_tmdb_ids": [],
"rotten_tomatoes": ""
}
},
"radarr": {
"api_key": "<your details here>",
"minimum_availability": "released",
"quality": "Any",
"root_folder": "/shared/merged/Media/Movies/",
"url": "http://localhost:7878/"
},
"sonarr": {
"api_key": "<your details here>",
"language": "English",
"quality": "Any",
"root_folder": "/shared/merged/Media/TV/",
"tags": {
},
"url": "http://localhost:8989"
},
"omdb": {
"api_key": "<your details here>"
},
"trakt": {
"client_id": "<your details here>",
"client_secret": "<your details here>"
}
}