sonarr_add_series
Add a TV series to Sonarr using its TVDB ID, specifying quality profile and root folder. Use confirm=true to execute or omit for a dry-run preview.
Instructions
Add a series to Sonarr by tvdbId.
Use sonarr_lookup_series to get tvdb_id, sonarr_quality_profiles for quality_profile_id, and sonarr_root_folders for root_folder_path.
Set confirm=True to actually add; omit or set False for a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| tvdb_id | Yes | ||
| root_folder_path | Yes | ||
| quality_profile_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |