sonarr_add_series
Add a new TV series to your Sonarr library using a TVDB ID. Set root folder, quality profile, and monitored seasons to control how episodes are tracked.
Instructions
Add a new TV series to your library. You need the tvdbId from sonarr_search_series. Optionally specify root folder path, quality profile, and which seasons to monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Array of tag IDs to apply to the series | |
| tvdbId | Yes | TVDB ID from search results (required) | |
| seasons | No | Specify which seasons to monitor (optional - monitors all if not specified) | |
| monitored | No | Whether to monitor the series for new episodes | |
| seasonFolder | No | Whether to create season folders | |
| rootFolderPath | No | Root folder path (optional - uses default if not specified) | |
| qualityProfileId | No | Quality profile ID (optional - uses default if not specified) | |
| languageProfileId | No | Language profile ID (optional - uses default if not specified) |