From 30440e3bfc8c21ffd7bdd0112781ba9cf68f52b4 Mon Sep 17 00:00:00 2001 From: desimaniac <5501908+desimaniac@users.noreply.github.com> Date: Tue, 7 May 2019 13:41:28 -0500 Subject: [PATCH] Readme: Added example for blacklist_ids --- README.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index eee8c10..1d36e68 100644 --- a/README.md +++ b/README.md @@ -599,16 +599,15 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi - This is similar to running `--ignore-blacklist` via the CLI command. +- Example: -Example: - -``` - "disabled_for": [ - "anticipated", - "watchlist:user1", - "list:http://url-to-list" - ], -``` + ``` + "disabled_for": [ + "anticipated", + "watchlist:user1", + "list:http://url-to-list" + ], + ``` `allowed_countries` - Only add shows from these countries. Listed as two-letter country codes. @@ -638,6 +637,19 @@ Example: `blacklisted_tvdb_ids` - Blacklist certain shows with their TVDB IDs. + - Example: + + ``` + "blacklisted_tvdb_ids": [ + 79274, + 85287, + 71256, + 194751, + 76733, + 336238 + ], + ``` + ## Notifications