1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +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.
Required:
`title (string)`
`qualityProfileId (int)`
`titleSlug (string)`
`images (array)`
`tmdbId (int)`
`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
- `title (string)`
- `qualityProfileId (int)`
- `titleSlug (string)`
- `images (array)`
- `tmdbId (int)`
- `year (int)` release year. **Very important needed for the correct path!**
- `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:
`monitored (bool)`