From 940cfc66948bb1cde41e74f8a639f032466842ad Mon Sep 17 00:00:00 2001 From: desimaniac <5501908+desimaniac@users.noreply.github.com> Date: Sun, 29 Sep 2019 23:43:18 -0500 Subject: [PATCH] Readme: Clarified info on allowed_countries --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 33a16eb..3b72d81 100644 --- a/README.md +++ b/README.md @@ -573,7 +573,7 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi - [List of available country codes](assets/list_of_country_codes.md). -- Special keywords (used as the only list item): +- Special keywords: - Blank list (i.e. `[]`) - Add movies from any country. @@ -583,12 +583,14 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi `allowed_languages` - Only add movies with these languages. Listed as two-letter language codes. -- By default, Traktarr will only query movies in English. If you need to search for other languages (e.g. Japanese for anime), you must add those languages here. - - Languages are in [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) format (e.g. `ja` for Japanese.) - [List of available language codes](assets/list_of_language_codes.md). +- Special keywords: + + - Blank list (i.e. `[]`) - Only add shows that are in English (`en`). + `blacklisted_genres` - Blacklist certain genres. - [List of available movie genres](assets/list_of_movie_genres.md). @@ -688,7 +690,7 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi - [List of available country codes](assets/list_of_country_codes.md). -- Special keywords (used as the only list item): +- Special keywords: - Blank list (i.e. `[]`) - Add shows from any country. @@ -698,12 +700,14 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi `allowed_languages` - Only add shows with these languages. -- By default, Traktarr will only query shows in English. If you need to search for other languages (e.g. Japanese for anime), you must add those languages here. - - Languages are in [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1) format (e.g. `ja` for Japanese.) - [List of available language codes](assets/list_of_language_codes.md). +- Special keywords: + + - Blank list (i.e. `[]`) - Only add shows that are in English (`en`). + `blacklisted_genres` - Blacklist certain genres. - [List of available TV show genres](assets/list_of_tv_show_genres.md).