sonarr_add_series
Add a series to Sonarr using its TVDB ID. Set title, quality, folder, monitoring options, and search for missing episodes.
Instructions
Add a new series to Sonarr by TVDB ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tvdbId | Yes | TheTVDB ID of the series | |
| title | Yes | Series title | |
| qualityProfileId | No | Quality profile ID (auto-detected if omitted) | |
| rootFolderPath | No | Root folder path (auto-detected if omitted) | |
| monitored | No | Whether to monitor the series (default: true) | |
| seasonFolder | No | Use season folders (default: true) | |
| monitorType | No | Which episodes to monitor | all |
| searchForMissingEpisodes | No | Search for missing episodes after adding (default: true) |