Lidarr-extended [better] Info
Scripts like Lidarr.Extended.py (community) that:
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.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
Implementing this script transforms your music library from a simple list of audio tracks into a feature-rich media center. lidarr-extended
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 is typically deployed as a Docker container, often based on the LinuxServer.io Lidarr image. Configuration : Users must provide credentials, such as a Deezer Token or Tidal account details, within a configuration file ( extended.conf : It relies heavily on MusicBrainz
Managing a digital music library manually is a tedious chore. While tools like Sonarr and Radarr have perfected automated downloading for TV shows and movies, music presents unique challenges. Albums have multiple releases, metadata is often messy, and high-quality audio files (like FLAC) are harder to track down. Scripts like Lidarr
: Automatically embeds correct artist, album, and track data. Lossless Quality : Focuses on fetching pristine FLAC files.
Check the option to to ensure Plex prioritizes the folder artwork and lyrics downloaded by the script.
One of its standout selling points is its ability to automatically curate a music video library. This public link is valid for 7 days
The scripts themselves have modest requirements—the entire arr-scripts repository is approximately 917 KB and written in Shell, making it lightweight despite its powerful capabilities.
In essence, Lidarr-Extended was not a complete rewrite of the standard Lidarr application, but rather its ultimate enhancement package. The original incarnation was a Docker container that began with the standard linuxserver/lidarr base (on the develop branch) and added a suite of scripts on top to provide a wide range of new functionalities. A key design principle was that it did not modify the core Lidarr application itself; all enhancements were performed through public APIs, ensuring stability and compatibility.