Readme: Added example for blacklist_ids

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

@ -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

Loading…
Cancel
Save