Lidarr-extended Jun 2026
This change affects not only Lidarr but also other arr applications: sabnzbd-extended , radarr-extended , sonarr-extended , and readarr-extended have all followed the same migration path toward modular scripts.
: The developers of Lidarr-Extended have focused on optimizing the application's performance, leading to faster search and download operations, as well as reduced memory and CPU usage.
The successor project lives in the repository, specifically the lidarr folder. This shift represents a significant architectural improvement: instead of maintaining separate "extended" container images for each arr application, users can now inject the extended functionality scripts into any standard container.
: Automatically find and download music videos for the artists in your library, typically sourcing from YouTube. lidarr-extended
| Stock Lidarr Problem | Lidarr Extended Solution | |----------------------|---------------------------| | Only matches standard studio albums | Handles live albums, EPs, singles, compilations | | Strict MusicBrainz matching | Relaxed matching rules with manual overrides | | Poor handling of multiple artists/featuring | Custom tagging and release grouping | | No support for “Various Artists” compilations well | Scripts to properly tag and organize compilations | | Limited release filtering | Extended custom formats (e.g., [Live] , [Remastered] , [Deluxe] ) |
Lidarr-Extended includes a "Local Metadata Override" folder. Place a .nfo file or a properly tagged .mp3 into /config/Overrides/ArtistName/ . The scanner will import it even if MusicBrainz doesn't know it exists.
One significant advantage of the transition away from pre-built extended Docker containers is enhanced security. By using standard containers and injecting only the scripts you need, you reduce the attack surface and maintain better control over what's running in your environment. This change affects not only Lidarr but also
: It does not modify Lidarr’s core code; instead, it interacts with Lidarr via its public API to push updates and notify it of new imports. Status & Alternatives
To make the most of your newly downloaded music videos and lyrics, tweak your media player settings: For Plex Users Enable the scanner.
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 Place a
For example, a power user can structure their library like: Music/Artist Name/Singles/2025 - Song Title (FLAC)/
Inside your appdata/lidarr folder, create two subfolders: custom-services.d and custom-cont-init.d .
: Usually built upon the LinuxServer.io Lidarr develop branch.
The script continuously runs in the background, "always downloading a cover if you set it up to work automatically, unless it's sleeping for 15 minutes". This constant activity provides thorough music coverage but may impact system resources on lower-end hardware.
: Established a foundation by tracking artists and monitoring RSS feeds for new tracks, ensuring libraries remained updated with high-quality metadata and cover art.
Submit A Comment