Radarr Integration
Radarr integration allows Blockbusterr to automatically add movies to your library.
Prerequisites
Section titled “Prerequisites”- Running Radarr instance (v3 or v4)
- Radarr API key
- Network access from Blockbusterr to Radarr
Configuration
Section titled “Configuration”radarr: enabled: true url: "http://radarr:7878" api_key: "your_radarr_api_key" quality_profile_id: 1 root_folder: "/movies" search_on_add: true monitored: true minimum_availability: "released"Getting API Key
Section titled “Getting API Key”- Open Radarr web interface
- Go to Settings → General
- Scroll to Security section
- Copy the API Key
Finding Quality Profile ID
Section titled “Finding Quality Profile ID”Via API:
curl "http://localhost:9090/v1/radarr/quality-profiles"Via Radarr UI:
- Go to Settings → Profiles
- Note the profile name you want to use
- The ID corresponds to the order (1, 2, 3, etc.)
Finding Root Folder
Section titled “Finding Root Folder”Via API:
curl "http://localhost:9090/v1/radarr/root-folders"Via Radarr UI:
- Go to Settings → Media Management
- Check Root Folders section
Testing Connection
Section titled “Testing Connection”curl "http://localhost:9090/v1/radarr/validate"Docker Networking
Section titled “Docker Networking”If using Docker, use container names:
radarr: url: "http://radarr:7878" # Container name, not localhostEnsure both containers are on the same Docker network.
Next Steps
Section titled “Next Steps”- Configure Sonarr for TV shows
- Set up movie jobs
- Learn about integration modes