Readme: Clarified info on allowed_countries

pull/105/head
desimaniac 5 years ago
parent 34105fe926
commit 940cfc6694

@ -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). - [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. - 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. `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.) - 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). - [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. `blacklisted_genres` - Blacklist certain genres.
- [List of available movie genres](assets/list_of_movie_genres.md). - [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). - [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. - 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. `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.) - 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). - [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. `blacklisted_genres` - Blacklist certain genres.
- [List of available TV show genres](assets/list_of_tv_show_genres.md). - [List of available TV show genres](assets/list_of_tv_show_genres.md).

Loading…
Cancel
Save