Skip to content

Sonarr Integration

Sonarr integration allows Blockbusterr to automatically add TV shows to your library.

  • Running Sonarr instance (v3 or v4)
  • Sonarr API key
  • Network access from Blockbusterr to Sonarr
sonarr:
url: "http://sonarr:8989"
api_key: "your_sonarr_api_key"
quality_profile: 1
root_folder: "/tv"
monitor: "all"

The monitor setting controls which episodes Sonarr will monitor and download when adding a new series.

ValueDescription
allMonitor all episodes (default)
futureOnly monitor future episodes (not yet aired)
missingMonitor episodes that are missing from your library
existingMonitor episodes you already have
firstSeasonOnly monitor the first season
lastSeasonOnly monitor the last season
latestSeasonOnly monitor the latest/current season
pilotOnly monitor the pilot episode
recentMonitor recent episodes
monitorSpecialsInclude special episodes in monitoring
unmonitorSpecialsExclude special episodes from monitoring
noneAdd the series but don’t monitor any episodes
  1. Open Sonarr web interface
  2. Go to SettingsGeneral
  3. Scroll to Security section
  4. Copy the API Key
Terminal window
curl "http://localhost:9090/v1/sonarr/validate"

Use container names:

sonarr:
url: "http://sonarr:8989" # Container name