From b347e56bfb8c79e4b7b17449985c9fc465a00a0d Mon Sep 17 00:00:00 2001 From: James Date: Wed, 21 Mar 2018 21:18:34 +0000 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f8292d..e1f2503 100644 --- a/README.md +++ b/README.md @@ -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": { "debug": false }, @@ -36,10 +51,13 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists. ], "blacklisted_genres": [ "documentary", - "music" + "music", + "animation" ], + "blacklisted_max_year": 2019, "blacklisted_min_runtime": 60, - "blacklisted_min_year": 2000 + "blacklisted_min_year": 2000, + "blacklisted_tmdb_ids": [] }, "shows": { "allowed_countries": [ @@ -59,6 +77,7 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists. "documentary", "special-interest" ], + "blacklisted_max_year": 2019, "blacklisted_min_runtime": 15, "blacklisted_min_year": 2000, "blacklisted_networks": [ @@ -76,9 +95,13 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists. "espn", "yahoo!", "fox sports" - ] + ], + "blacklisted_tvdb_ids": [] } }, + "notifications": { + "verbose": true + }, "radarr": { "api_key": "", "profile": "HD-1080p", @@ -89,6 +112,7 @@ Script to add new shows & movies to Sonarr/Radarr based on Trakt lists. "api_key": "", "profile": "HD-1080p", "root_folder": "/tv/", + "tags": {}, "url": "http://localhost:8989" }, "trakt": {