1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-07 04:19:25 +02:00

Updated API:Movie (markdown)

Leonardo Galli 2018-07-20 23:21:00 +02:00
parent c3bb36aeb8
commit 6d7d95a4b0

@ -142,14 +142,14 @@ Adds a new movie to your collection
NOTE: if you do not add the required params, then the movie addition wont function. Some of these without the others can indeed make a "movie". But it wont function properly in Radarr. NOTE: if you do not add the required params, then the movie addition wont function. Some of these without the others can indeed make a "movie". But it wont function properly in Radarr.
Required: Required:
`title (string)`
`qualityProfileId (int)` - `title (string)`
`titleSlug (string)` - `qualityProfileId (int)`
`images (array)` - `titleSlug (string)`
`tmdbId (int)` - `images (array)`
`path (string)` - full path to the movie on disk - `tmdbId (int)`
*or* - `year (int)` release year. **Very important needed for the correct path!**
`rootFolderPath (string)` - full path will be created by combining the rootFolderPath with the movie title - `path (string)` - full path to the movie on disk **or** `rootFolderPath (string)` - full path will be created by combining the rootFolderPath with the movie title
Optional: Optional:
`monitored (bool)` `monitored (bool)`