|
|
@ -20,6 +20,21 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
"automatic": {
|
|
|
|
|
|
|
|
"movies": {
|
|
|
|
|
|
|
|
"anticipated": 10,
|
|
|
|
|
|
|
|
"boxoffice": 10,
|
|
|
|
|
|
|
|
"interval": 24,
|
|
|
|
|
|
|
|
"popular": 3,
|
|
|
|
|
|
|
|
"trending": 2
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
"shows": {
|
|
|
|
|
|
|
|
"anticipated": 10,
|
|
|
|
|
|
|
|
"interval": 72,
|
|
|
|
|
|
|
|
"popular": 1,
|
|
|
|
|
|
|
|
"trending": 2
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
"core": {
|
|
|
|
"core": {
|
|
|
|
"debug": false
|
|
|
|
"debug": false
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -36,10 +51,13 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists.
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"blacklisted_genres": [
|
|
|
|
"blacklisted_genres": [
|
|
|
|
"documentary",
|
|
|
|
"documentary",
|
|
|
|
"music"
|
|
|
|
"music",
|
|
|
|
|
|
|
|
"animation"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
"blacklisted_max_year": 2019,
|
|
|
|
"blacklisted_min_runtime": 60,
|
|
|
|
"blacklisted_min_runtime": 60,
|
|
|
|
"blacklisted_min_year": 2000
|
|
|
|
"blacklisted_min_year": 2000,
|
|
|
|
|
|
|
|
"blacklisted_tmdb_ids": []
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"shows": {
|
|
|
|
"shows": {
|
|
|
|
"allowed_countries": [
|
|
|
|
"allowed_countries": [
|
|
|
@ -59,6 +77,7 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists.
|
|
|
|
"documentary",
|
|
|
|
"documentary",
|
|
|
|
"special-interest"
|
|
|
|
"special-interest"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
"blacklisted_max_year": 2019,
|
|
|
|
"blacklisted_min_runtime": 15,
|
|
|
|
"blacklisted_min_runtime": 15,
|
|
|
|
"blacklisted_min_year": 2000,
|
|
|
|
"blacklisted_min_year": 2000,
|
|
|
|
"blacklisted_networks": [
|
|
|
|
"blacklisted_networks": [
|
|
|
@ -76,9 +95,13 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists.
|
|
|
|
"espn",
|
|
|
|
"espn",
|
|
|
|
"yahoo!",
|
|
|
|
"yahoo!",
|
|
|
|
"fox sports"
|
|
|
|
"fox sports"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
|
|
|
|
"blacklisted_tvdb_ids": []
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"notifications": {
|
|
|
|
|
|
|
|
"verbose": true
|
|
|
|
|
|
|
|
},
|
|
|
|
"radarr": {
|
|
|
|
"radarr": {
|
|
|
|
"api_key": "",
|
|
|
|
"api_key": "",
|
|
|
|
"profile": "HD-1080p",
|
|
|
|
"profile": "HD-1080p",
|
|
|
@ -89,6 +112,7 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists.
|
|
|
|
"api_key": "",
|
|
|
|
"api_key": "",
|
|
|
|
"profile": "HD-1080p",
|
|
|
|
"profile": "HD-1080p",
|
|
|
|
"root_folder": "/tv/",
|
|
|
|
"root_folder": "/tv/",
|
|
|
|
|
|
|
|
"tags": {},
|
|
|
|
"url": "http://localhost:8989"
|
|
|
|
"url": "http://localhost:8989"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"trakt": {
|
|
|
|
"trakt": {
|
|
|
|