add_movie
Add a movie to the Radarr library by TMDB ID, selecting root folder and quality profile to start monitoring and searching.
Instructions
Add a movie to the library by TMDB id. Looks the movie up first, then posts it with the given root folder and quality profile. Use list_root_folders and list_quality_profiles to pick valid values, and lookup_movie to find the tmdbId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag ids to apply | |
| monitor | No | What to monitor on add (default 'movieOnly') | |
| tmdb_id | Yes | TMDB id of the movie to add | |
| monitored | No | Monitor the movie (default true) | |
| root_folder_path | Yes | Root folder to store the movie in, e.g. '/movies' (see list_root_folders) | |
| search_for_movie | No | Immediately run an indexer search after adding (default true) | |
| quality_profile_id | Yes | Quality profile id (see list_quality_profiles) | |
| minimum_availability | No | When Radarr may start searching (default 'released') |