Za sve opcije molim te da se prijaviš ili registriraš!
Lidarr-extended
Lidarr-extended is an automated script and Docker container suite designed to expand the capabilities of the standard
music manager. While the default Lidarr is primarily built for managing existing libraries and searching Usenet/BitTorrent indexers, Lidarr-extended introduces the ability to download high-quality audio directly from streaming services like and manages music video acquisition. Key Features of Lidarr-extended
The "extended" version functions as a middleman that interprets Lidarr's "missing" or "cutoff" lists to trigger downloads through third-party scripts. Streaming Downloads : Supports direct downloading from
in various formats including FLAC (lossless), MP3 (320/128), and AAC. Music Video Automation
: Automatically searches for and downloads music videos for artists in your Lidarr library, saving them in MKV format with metadata for , Kodi, or Jellyfin. Library Expansion lidarr-extended
: Can automatically discover and add new artists to your library based on "Related Artists" from online streaming services. Enhanced Metadata : Pre-matches and tags files using Beets, adds ReplayGain
tags, and ensures cover art is included before Lidarr even sees the files. Post-Processing
: Can convert FLAC files to preferred bitrates/formats before they are imported into Lidarr. Core Functionality & Configuration
Lidarr-extended operates differently than standard plugins; it typically runs as a script that monitors your Lidarr database. Lidarr (Standard) Lidarr-extended Primary Sources Usenet & BitTorrent Tidal, Deezer, & YouTube Video Support No native automation Automated Music Video downloads Artist Discovery Manual or RSS Automated "Related Artist" adding Download Client QBittorrent, Sabnzbd, etc. Internal scripts (Deezer-dl, etc.) Installation Overview Most users deploy Lidarr-extended using . The setup requires: RandomNinjaAtk *arr-extended docker containers Lidarr-extended is an automated script and Docker container
This guide is a draft for setting up and using lidarr-extended.
Troubleshooting & Tips
Q: My downloads aren't importing.
- Check the Docker logs (
docker logs -f lidarr-extended). - Look for permission errors (PUID/PGID) in the logs. Lidarr must have write access to
/musicand/downloads.
Q: Where do I configure the extra scripts?
- Many extended builds require you to map the scripts folder. Check the specific documentation of the image you are using. Often they are located inside the container at
/scripts.
Q: Lidarr isn't seeing my artist.
- Lidarr-Extended still requires the artist to exist on MusicBrainz. If you are trying to download a very obscure artist, you may need to add the artist entry to MusicBrainz first.
Disclaimer: This is a draft guide. Specific commands and image names may change based on the maintainer. Always check the latest documentation for your specific Docker image.
Step 1: Enable Advanced Settings
Toggle the "Show Advanced" switch at the top. This reveals the "Extended" options.
Guide: Setting Up Lidarr-Extended
Important Caveats
- Not an official fork — no single “Lidarr Extended” app exists. It’s a toolkit.
- Metadata is messy — no automatic solution works for all live/bootleg content.
- MusicBrainz data quality varies for non-studio releases.
- Indexer availability — some content requires private trackers.
1. Purpose and Functionality
The primary purpose of Lidarr-Extended is to bypass the strict metadata dependencies of the standard Lidarr application. Standard Lidarr requires an artist to exist in MusicBrainz to be tracked. Lidarr-Extended removes this limitation, allowing users to download music based on file availability rather than strict database matching.
Core Features:
- Unmonitored Artist Search: It can search for and download music from artists that are currently unmonitored or not fully indexed within Lidarr.
- Missing Track Search: It specifically targets tracks listed as "missing" in the Lidarr database, performing deeper searches than the native "Search Monitored" function.
- Metadata Filling: It attempts to bridge the gap between the file found and the metadata required by Lidarr, tagging files appropriately to ensure they are imported correctly.
- Custom Search Engines: It integrates with various search APIs and indexers (often beyond what Lidarr natively supports) to locate rare files.
Where to Find Lidarr Extended Tools
- Scripts repo: GitHub – Lidarr-Community-Scripts (search “extended”)
- Trash Guides: Custom Formats for Lidarr
- Reddit: r/Lidarr – search “extended” or “live albums”
- Discord: Lidarr official + servarr Discord (ask in #lidarr-extended channel)


