add_series
Add a new TV series to Sonarr by TVDB ID with a root folder and quality profile. Resolves series metadata via lookup for immediate library updates.
Instructions
Add a new series to the library by TVDB id. Resolves the series metadata via lookup, then posts it with the given root folder and quality profile. Use list_root_folders and list_quality_profiles first to get valid ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag ids to apply, from list_tags | |
| monitor | No | Which episodes to monitor when adding (default 'all') | |
| tvdb_id | Yes | TVDB id of the series, from lookup_series | |
| monitored | No | Monitor the series (default true) | |
| series_type | No | Series type (default 'standard') | |
| season_folder | No | Use season folders (default true) | |
| root_folder_path | Yes | Root folder path, from list_root_folders | |
| quality_profile_id | Yes | Quality profile id, from list_quality_profiles | |
| search_for_missing_episodes | No | Start a search for missing episodes right after adding (default false) | |
| search_for_cutoff_unmet_episodes | No | Start a search for cutoff unmet episodes right after adding |