edit_movies
Bulk-update Radarr movies: monitoring, quality profile, minimum availability, root folder, tags. Only supplied fields change; tags can be added, removed, or replaced.
Instructions
Bulk-edit movies: monitoring, quality profile, minimum availability, root folder and tags in one call. Only the given fields change. apply_tags controls whether the tag ids are added, removed or replace the existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag ids to apply per apply_tags | |
| monitored | No | Monitor or unmonitor all of them | |
| movie_ids | Yes | Radarr movie ids to edit | |
| apply_tags | No | How to apply `tags` (default 'add') | |
| move_files | No | Move files when changing the root folder (default false) | |
| root_folder_path | No | New root folder path | |
| quality_profile_id | No | New quality profile id | |
| minimum_availability | No | New minimum availability |