mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Updated API:Command (markdown)
parent
405ee19aba
commit
772be0e89e
@ -147,5 +147,18 @@ Instruct Radarr to rename all files in the provided movies.
|
||||
|
||||
---
|
||||
|
||||
### CutOffUnmetMoviesSearch
|
||||
Instructs Radarr to search all cutoff unmet movies (Take care, since it could go over your indexers api limits!)
|
||||
|
||||
##### Parameters
|
||||
|
||||
`filterKey (string)` Key by which to further filter cutoff unmet movies. (Possible values: monitored (recommended), all, status)
|
||||
|
||||
`filterValue (string)` Value by which to further filter cutoff unmet movies. This must correspond to the filterKey. (Possible values with respect to the ones for the filterKey above: (true (recommended), false), (all), (available, released, inCinemas, announced)
|
||||
|
||||
{"name":"cutOffUnmetMoviesSearch","filterKey":"monitored","filterValue":"true"}
|
||||
|
||||
---
|
||||
|
||||
### NetImportSync ###
|
||||
Instructs Radarr to search all lists for movies not yet added to Radarr.
|
Loading…
Reference in New Issue
Block a user