Skip to content
Blockbusterr v2

Radarr

Radarr manages movies. In Direct to Radarr and Sonarr mode, Blockbusterr adds accepted movies to Radarr using your selected quality profile, root folder, availability, and monitoring settings. Radarr handles release searching, downloads, and imports through its own configuration.

If you only want movies, you do not need Sonarr. If you want requests to go through Jellyseerr or Seerr, configure that delivery target instead; its server owns the downstream Radarr settings.

Before connecting Blockbusterr, make sure you can add a movie in Radarr itself. Configure your library root folder, quality profiles, indexers, and download client there first. Blockbusterr does not configure those services for you.

Copy the Radarr API key from Settings → General → Security. You also need its server URL as reachable from the machine or container running Blockbusterr.

DeploymentExample server URL
Both programs run directly on the same hosthttp://localhost:7878
Containers share a Docker network and Radarr’s service name is radarrhttp://radarr:7878
Radarr runs on another LAN machinehttp://192.168.1.20:7878

In a container, localhost refers to that container. A URL that works in your laptop’s browser may not work from Blockbusterr. Include Radarr’s configured URL base if it uses one; do not append /api/v3.

  1. Start Blockbusterr with BLOCKBUSTERR_DRY_RUN=true while configuring delivery; follow the quickstart to set the environment variable and recreate your container with its existing data mount.
  2. Open Settings → Connections → Radarr.
  3. Enter Server URL and API key, then select Test connection.
  4. Select Reload profiles and choose a Quality profile by name.
  5. Select Reload root folders and choose the movie library folder configured in Radarr.
  6. Start with Minimum availability → Released and Monitor → Movie only if those match how you normally add movies.
  7. In Settings, choose Direct to Radarr and Sonarr as the delivery mode, then Save changes.
  8. Create or review a movie job and inspect its preview while dry run remains on.
  9. Confirm its rules, destination, and delivery cap before turning dry run off. Review all enabled jobs first, because dry run is global.

A quality profile is Radarr’s policy for acceptable release qualities and upgrades. Its numeric ID is not its position in a list; selecting it in Blockbusterr avoids guessing IDs.

The root folder is the path Radarr sees, for example /movies. It is not necessarily the host’s path, and Blockbusterr does not need the movie files mounted locally to submit additions through Radarr’s API.

Minimum availability controls when Radarr considers a movie available. It does not enforce a video quality; Radarr’s quality profile and other release settings do that.

UI choiceConfig valueMeaning
AnnouncedannouncedUse Radarr’s announced availability setting
In cinemasinCinemasUse theatrical availability
ReleasedreleasedUse released availability
Monitor choiceConfig valueResult
Movie onlymovieOnlyMonitor the selected movie
Movie and collectionmovieAndCollectionAsk Radarr to monitor the movie and its collection
NonenoneAdd without monitoring or an initial movie search from Blockbusterr

A collection is Radarr’s collection grouping, not every movie in a shared universe. Review collection monitoring before using it because its scope can extend beyond the one title Blockbusterr selected.

Jobs can override availability and monitoring. Check an individual job if its behavior differs from the Settings defaults.

A successful addition means Radarr accepted the movie into its management database. It does not mean a release exists, a download completed, or a playable file is already in your library. For monitored movies, Blockbusterr also asks Radarr to search when adding.

Existing movies are handled as duplicates. Removing a title from a discovery list does not delete it from Radarr. See Jobs for repeat handling when a previously delivered title is later removed from your library.

ProblemWhat to check
Connection refused or timed outCheck the URL from Blockbusterr’s host/container, network membership, port, and firewall.
UnauthorizedCopy the API key from this Radarr instance; do not use the Blockbusterr or Sonarr key.
No profiles or foldersCreate them in Radarr first, then reload the dropdowns.
Preview passes but nothing is addedCheck dry run, job enabled state, global/per-job delivery mode, caps, duplicates, and Job Runs.
Movie appears but does not downloadInspect Radarr’s history, queue, indexers, download client, availability, and quality decisions.
Wrong folder or qualityReview the saved Radarr defaults and confirm the job is delivering directly rather than through a request server.

Use Activity Entries for individual delivery outcomes and Job Runs for the scheduled run as a whole.