confirm_selected_choices
Adds selected movie numbers from search results to Radarr as monitored, then triggers download searches. Skips duplicates and respects optional quality profile or root folder settings.
Instructions
Adds the user's numbered choices from the last search_and_select_movies grid to Radarr as monitored movies and starts a download search for each. Movies already in Radarr are reported, not added twice. Uses the quality profile you name, otherwise the default set on the Settings page, otherwise Radarr's first quality profile; and Radarr's first root folder unless told otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootFolder | No | Radarr root folder path to add to instead of the first one (e.g. '/media/movieskids'). | |
| chosenIndexes | Yes | An array of chosen numbers selected by the user (e.g., [1, 3]). | |
| qualityProfile | No | Radarr quality profile name to use instead of the default. |