Lidarr-extended ((full)) Jun 2026
Navigate to .
To avoid a massive influx of music, you should fine-tune your extended.conf :
Through extended scripting, this setup can talk to your media server to generate automated playlists based on your listening habits, newly added tracks, or top charts, completely mimicking the Spotify experience on self-hosted hardware. How to Set Up Lidarr-Extended
Lidarr-Extended is a third-party, community-developed custom script designed to augment the functionality of Lidarr , a music collection manager for Usenet and BitTorrent users. While standard Lidarr excels at monitoring and managing a library of known artists, it often struggles with music that is not indexed in its metadata databases (MusicBrainz) or finding specific rare tracks.
: In the Lidarr UI, ensure your quality profiles match the downloads you expect (e.g., FLAC vs. 320kbps). 4. Recommended Workflows lidarr-extended
: Unlike standard Lidarr, which relies on Usenet or Torrents, Lidarr-extended uses scripts to pull music directly from streaming platforms.
Standard Lidarr relies on the "Release Group" type in MusicBrainz. If a release is marked as "Single," "EP," or "Broadcast," Lidarr often ignores it unless you tweak complex profiles. Lidarr-Extended treats every release type equally. If a song exists on MusicBrainz, Lidarr-Extended can find it.
Example custom format JSON (for preferring live albums):
: Uses MusicBrainz and specialized scripts to ensure perfect tracking, lyrics, and album art. Navigate to
Create a new directory for your music stack and paste the following baseline docker-compose.yml configuration:
Lidarr-Extended is a custom Docker stack or extended configuration template that pairs the core Lidarr application with a powerful suite of complementary scripts, plugins, and helper tools.
version: "3.8" services: lidarr-extended: image: randomblock1/lidarr-extended:latest container_name: lidarr-extended environment: - PUID=1000 - PGID=1000 - TZ=America/New_York volumes: - /path/to/config:/config - /path/to/music:/music - /path/to/downloads:/downloads ports: - 8686:8686 restart: unless-stopped
Disclaimer: This article is for educational purposes regarding software functionality. Users are responsible for complying with copyright laws in their jurisdiction when downloading content. While standard Lidarr excels at monitoring and managing
If you are trying to generate or fix your configuration and find settings are reverting, check the enableAutoConfig option in the extended.conf on GitHub . Setting this to
: It can automatically fetch and embed LRC lyrics and high-quality metadata from Gazelle-based trackers.
Lidarr-Extended utilizes built-in scripts to download music. However, you can also link it to standard torrent clients (like qBittorrent) or Usenet clients (like SABnzbd). Navigate to . Click the + icon and select your preferred client. Enter your client's host IP, port, and login credentials. Best Practices for Library Maintenance