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:
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"
OptionValuesDescription
series_typestandard, daily, animeType of series
season_foldertrue, falseUse season subdirectories
monitoredtrue, falseMonitor new series
search_on_addtrue, falseSearch immediately
  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