Favicon of Radarr (LinuxServer.io)

Radarr (LinuxServer.io)

Automate your movie library with smart search, customizable quality profiles, and automatic failed download handling. Track upcoming releases in one calendar.

Take complete control of your media library with an advanced movie collection manager designed for automation. This system ensures you always get the best available versions of your favorite films by seamlessly integrating with your preferred download clients.

Enjoy a hands-off approach to media management with these powerful features:

  • Automatic Failed Download Handling: Automatically blacklists broken releases or missing blocks, and tries alternative sources until a successful download is found.
  • Custom Formats: Gain fine-grained control over release prioritization using preferred words and regex to ensure you get the exact quality you want.
  • Comprehensive Calendar: Track all upcoming movie releases in one convenient view.
  • Smart Following: Automatically track and download new movies from your favorite collections, actors, or directors.
  • Manual Search: Browse available releases and send them directly to your download client.

Directory Structure

radarr-linuxserver-io
radarr
config
downloads
movies
.env
docker-compose.yml

docker-compose.yml

services:
  radarr:
    image: lscr.io/linuxserver/radarr:latest
    container_name: radarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
      - ./movies:/movies
      - ./downloads:/downloads
    ports:
      - 7878:7878
    restart: unless-stopped

.env

# No sensitive credentials are required for the initial setup.
# Authentication is configured within the application web interface.
# If you choose to externalize variables later, define them here.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Radarr (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon