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: enabled: true url: "http://sonarr:8989" api_key: "your_sonarr_api_key" quality_profile_id: 1 root_folder: "/tv" search_on_add: true monitored: true season_folder: true series_type: "standard"Configuration Options
Section titled “Configuration Options”| Option | Values | Description |
|---|---|---|
series_type | standard, daily, anime | Type of series |
season_folder | true, false | Use season subdirectories |
monitored | true, false | Monitor new series |
search_on_add | true, false | Search immediately |
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