Readme: Added examples for tmdb id blacklist

pull/78/head
desimaniac 6 years ago committed by GitHub
parent 05b6a1320f
commit d11eb4e565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -514,7 +514,7 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi
- Example: - Example:
``` ```json
"disabled_for": [ "disabled_for": [
"anticipated", "anticipated",
"watchlist:user1", "watchlist:user1",
@ -550,6 +550,15 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi
`blacklisted_tmdb_ids` - Blacklist certain movies with their TMDB IDs. `blacklisted_tmdb_ids` - Blacklist certain movies with their TMDB IDs.
- Example:
```json
"blacklisted_tmdb_ids": [
140607,
181808
],
```
`rating_limit` - Only add movies above this Rotten Tomatoes score. `rating_limit` - Only add movies above this Rotten Tomatoes score.
#### Shows #### Shows
@ -603,7 +612,7 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi
- Example: - Example:
``` ```json
"disabled_for": [ "disabled_for": [
"anticipated", "anticipated",
"watchlist:user1", "watchlist:user1",
@ -641,7 +650,7 @@ Use filters to specify the movie/shows's country of origin or blacklist (i.e. fi
- Example: - Example:
``` ```json
"blacklisted_tvdb_ids": [ "blacklisted_tvdb_ids": [
79274, 79274,
85287, 85287,

Loading…
Cancel
Save