| name | sonarr | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| version | 1.0.0 | ||||||||||
| description | Search and add TV shows to Sonarr. Supports monitor options, search-on-add. | ||||||||||
| metadata |
|
Add TV shows to your Sonarr library.
Create ~/.clawdbot/credentials/sonarr/config.json:
{
"url": "http://localhost:8989",
"apiKey": "your-api-key",
"defaultQualityProfile": 1
}defaultQualityProfile: Quality profile ID (runconfigto see options)
- Search:
search "Show Name"- returns numbered list - Present results with TVDB links - always show clickable links
- Check: User picks a number
- Add: Add show and start search
- Always include TVDB links when presenting search results to user
- Format:
[Title (Year)](https://thetvdb.com/series/SLUG) - Uses
defaultQualityProfilefrom config; can override per-add
bash scripts/sonarr.sh search "Breaking Bad"bash scripts/sonarr.sh exists <tvdbId>bash scripts/sonarr.sh add <tvdbId> # searches right away
bash scripts/sonarr.sh add <tvdbId> --no-search # don't searchbash scripts/sonarr.sh remove <tvdbId> # keep files
bash scripts/sonarr.sh remove <tvdbId> --delete-files # delete files tooAlways ask user if they want to delete files when removing!
bash scripts/sonarr.sh config