Sonarr Integration
Sonarr integration allows Blockbusterr to automatically add TV shows to your library.
Prerequisites
Section titled “Prerequisites”- Running Sonarr instance (v3 or v4)
- Sonarr API key
- Network access from Blockbusterr to Sonarr
Configuration
Section titled “Configuration”sonarr: url: "http://sonarr:8989" api_key: "your_sonarr_api_key" quality_profile: 1 root_folder: "/tv" monitor: "all"Monitor Options
Section titled “Monitor Options”The monitor setting controls which episodes Sonarr will monitor and download when adding a new series.
| Value | Description |
|---|---|
all | Monitor all episodes (default) |
future | Only monitor future episodes (not yet aired) |
missing | Monitor episodes that are missing from your library |
existing | Monitor episodes you already have |
firstSeason | Only monitor the first season |
lastSeason | Only monitor the last season |
latestSeason | Only monitor the latest/current season |
pilot | Only monitor the pilot episode |
recent | Monitor recent episodes |
monitorSpecials | Include special episodes in monitoring |
unmonitorSpecials | Exclude special episodes from monitoring |
none | Add the series but don’t monitor any episodes |
Getting API Key
Section titled “Getting API Key”- Open Sonarr web interface
- Go to Settings → General
- Scroll to Security section
- Copy the API Key
Testing Connection
Section titled “Testing Connection”curl "http://localhost:9090/v1/sonarr/validate"Docker Networking
Section titled “Docker Networking”Use container names:
sonarr: url: "http://sonarr:8989" # Container nameNext Steps
Section titled “Next Steps”- Configure Radarr for movies
- Set up TV show jobs
- Learn about integration modes