Updated README to include instructions for using rating restrictions from CLI

pull/49/merge^2
davidaghaian@student.cccd.edu 6 years ago
parent 5cfe5b4010
commit 61fee8e911

@ -291,6 +291,9 @@ You can repeat this process for as many users as you like.
"trakt": {
"client_id": "",
"client_secret": ""
},
"omdb": {
"api_key": ""
}
}
```
@ -782,7 +785,16 @@ Trakt Authentication info:
`client_secret` - Fill in your Trakt Secret key (_Client Secret_)
## OMDB
OMDB Authentication info:
```json
"omdb": {
"api_key":""
}
```
`api_key` - Fill in your OMDB API key (*This is only needed if you wish to use rating filtering on adding movies from command line*)
# Usage
## Automatic (Scheduled)
@ -927,6 +939,8 @@ Options:
[default: 2.5]
-s, --sort [votes|rating|release]
Sort list to process.
-r, --rating INTEGER Only add movies above this rating according to Rotten Tomatoese Score
[default: 0]
-g, --genre TEXT Only add movies from this genre to Radarr.
-f, --folder TEXT Add movies with this root folder to Radarr.
--no-search Disable search when adding movies to Radarr.
@ -971,6 +985,10 @@ Options:
- Example: `-s release`
`-r`, `--rating` - Only add movies above this rating according to Rotten Tomatoese Score.
- Example: `-r 75`
`-g`, `--genre` - Only add movies from this genre to Radarr.
- Can find a list [here](list_of_movie_genres.md).

Loading…
Cancel
Save