For those who struggle with obtaining high-quality music, Lidarr-Extended provides a reliable alternative to traditional torrent and Usenet indexers. Some users even subscribe to Deezer for one or two months specifically to download their entire library in lossless FLAC format using their own ARL, then cancel the subscription afterward.

The container operates as a "wrapper" around the official LinuxServer.io Lidarr image. It does not modify Lidarr’s core code; instead, it communicates with the application via public APIs. When a "wanted" album is detected:

: It can automatically fetch and embed LRC lyrics and high-quality metadata from Gazelle-based trackers.

Lidarr-Extended can automatically convert high-bitrate files into your preferred formats. For example, it can transcode massive FLAC files into high-quality OPUS or MP3 files for mobile syncing, saving storage space without sacrificing perceivable quality. 4. Advanced ReplayGain Tagging

The Ultimate Guide to Lidarr-Extended: Automating Your Perfect Music Library

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

: Automatically adds ReplayGain tags to tracks to ensure consistent volume levels across your entire library.

This project is the brainchild of , who also developed similar "extended" versions for other apps in the "*arr" ecosystem, such as Radarr, Sonarr, and Readarr, creating a comprehensive suite of enhanced media management tools.

Lidarr-Extended is ideal for:

For most users, the easiest way to deploy Lidarr-Extended is through Docker . RandomNinjaAtk/docker-lidarr-extended - GitHub

Rather than configuring separate companion downloaders like Deemix or Tidal-DL and mapping complex blackhole folders, the container handles this natively.