Lidarr-extended -
Perhaps the most compelling feature is the ability to download music from high-quality streaming sources:
: Supports FLAC (lossless), MP3 (320/128), and AAC (320/96) formats. It can automatically convert FLAC files to your preferred bitrate before importing them into your library.
Which (videos, lyrics, or transcoding) you want to prioritize
Lidarr-Extended represents a fascinating evolution in music automation, bridging the gap between traditional media management and modern streaming service integration. While the original Docker container may be deprecated, the project lives on through modular scripts that continue to serve a dedicated user base. lidarr-extended
for advanced tagging and ensures music is properly organized with cover art before Lidarr even "sees" the files for import. Streamlined Import
Fetches .lrc (timed) or .txt (static) lyrics for your tracks.
version: "3.8" services: lidarr-extended: image: randomninjaatk/lidarr-extended:latest container_name: lidarr-extended environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - LIDARR_URL=http://localhost:8686 - LIDARR_API_KEY=YOUR_LIDARR_API_KEY_HERE volumes: - ~/containers/lidarr-extended/config:/config - ~/media/music:/music ports: - 8686:8686 restart: unless-stopped Use code with caution. Perhaps the most compelling feature is the ability
Lidarr, a popular open-source music collection management tool, has been a go-to solution for music enthusiasts and collectors alike. Its robust features and automated workflows make it an ideal choice for managing extensive music libraries. However, for power users and those seeking enhanced functionality, Lidarr-Extended emerges as a game-changing extension that takes Lidarr to the next level.
Unlike the base version of Lidarr, which focuses on managing and tracking artists/albums, Lidarr-Extended adds a layer of automated scripts to handle the heavy lifting of downloading and processing files:
: Lidarr moves the downloaded files to your media folder and organizes them. While the original Docker container may be deprecated,
Always schedule automated backups of your Lidarr database. Navigate to to configure daily or weekly backup routines. Store these backups outside of the container config folder for safety. Monitor System Logs
: Settings are managed via an extended.conf file, which controls script intervals (e.g., checking for new audio every 15 minutes) and file paths.
Lidarr is notified to officially import the cleaned, tagged files into your main media library. Installation and Usage
: Scouring Tidal for related musicians based on the user's existing taste.
: Automatically converts heavy FLAC files to high-bitrate MP3s or AACs for mobile streaming compatibility.