Lidarr-extended Verified Page
for advanced tagging and ensures music is properly organized with cover art before Lidarr even "sees" the files for import. Streamlined Import
You can toggle specific features like autoArtistAdder or the music video script by editing the configuration file before restarting the container.
is a specialized Docker container project that enhances the standard Lidarr music manager by integrating automated downloading and post-processing scripts. It is developed and maintained by RandomNinjaAtk and is designed for users who want to automate music acquisition from sources beyond standard Usenet and BitTorrent indexers. Core Functionality & Features
If you are a heavy user of or Jellyfin and want your music organized, tagged, and converted perfectly without manual effort, lidarr-extended is a must-have addition to your server.
Lidarr-Extended often comes with a "Queue Cleaner" script. In standard Lidarr, a stuck download (one that errors out) can hang the entire queue. lidarr-extended
version: "3.8" services: lidarr-extended: image: modernmedia/lidarr-extended:latest # Example image tag; verify current community maintainer container_name: lidarr-extended environment: - PUID=1000 - PGID=1000 - TZ=America/New_York - LIDARR_URL=http://lidarr:8686 - LIDARR_API_KEY=your_lidarr_api_key_here - YOUTUBE_API_KEY=your_youtube_api_key_here - DOWNLOAD_VIDEOS=true - DOWNLOAD_LYRICS=true volumes: - /path/to/config:/config - /path/to/music:/music restart: unless-stopped Use code with caution. Configuration Steps:
Enter your unique (found in Lidarr under Settings > General ). Spin up the container using docker compose up -d . Connecting the Script to Lidarr
Instead of just downloading an audio file, Lidarr-Extended fetches complementary media assets and optimizes your files. It bridges the gap between raw audio downloads and a premium, Plex- or Navidrome-ready music experience. Key Features of Lidarr-Extended
: For downloading from Deezer or Tidal, you often need a "User Token" (Arl) or valid session cookies from those platforms. for advanced tagging and ensures music is properly
version: "3.8" services: lidarr-extended: image: linuxserver/lidarr:latest # Base image container_name: lidarr-extended environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC volumes: - /path/to/lidarr/config:/config - /path/to/music/library:/music - /path/to/downloads:/downloads - /path/to/extended-scripts:/scripts # Map your custom scripts here ports: - 8686:8686 restart: unless-stopped Use code with caution. Step 2: Configure Post-Processing Scripts
A unique characteristic of Lidarr-Extended is its heavy reliance on MusicBrainz. The script uses MusicBrainz as a fixed indexer—you cannot remove it even if you add other indexers in Lidarr's settings. When an album isn't found through direct streaming service searches, the script queries MusicBrainz to see if a release has a URL attached that directly points to the album on the service.
Lidarr-Extended injects several advanced features into your automated music pipeline: 1. Automated Music Video Downloads
While it can run bare-metal, running Lidarr-Extended via Docker is highly recommended for dependency management. It is developed and maintained by RandomNinjaAtk and
Searches for, downloads, processes, and imports music without user intervention. Key Features of Lidarr-Extended
Managing a digital music library manually is tedious. Finding high-quality audio files, organizing them into standard folder structures, and downloading matching lyrics or music videos takes hours. While Lidarr successfully automates music tracking and downloading, it lacks native support for advanced features like music videos, lyrics, and specialized codec sorting.
As part of the family (including radarr-extended and sonarr-extended ), lidarr-extended is a specialized Docker container that provides advanced, automated post-processing for your music collection.