Lidarr-extended

version: "3.8" services: lidarr-extended: image: modernmedia/lidarr-extended:latest # Example image tag; verify current community maintainer container_name: lidarr-extended environment: - PUID=1000 - PGID=1000 - TZ=America/New_York - LIDARR_URL=http://lidarr:8686 - LIDARR_API_KEY=your_lidarr_api_key_here - YOUTUBE_API_KEY=your_youtube_api_key_here - DOWNLOAD_VIDEOS=true - DOWNLOAD_LYRICS=true volumes: - /path/to/config:/config - /path/to/music:/music restart: unless-stopped Use code with caution. Configuration Steps:

Which (videos, lyrics, or transcoding) you want to prioritize lidarr-extended

Create a docker-compose.yml file inside your container directory. nano ~/containers/lidarr-extended/docker-compose.yml Use code with caution. Paste the following configuration into the file: version: "3

For most users, the easiest way to deploy Lidarr-Extended is through Docker . RandomNinjaAtk/docker-lidarr-extended - GitHub Paste the following configuration into the file: For

: Downloads are often tagged and paired with cover art before Lidarr even "sees" them for final import. Implementation Details

With optional scripts, it can search for music videos, including featured artists from platforms like IMVDB. Why Use Lidarr-Extended Over Standard Lidarr?

: Fetch higher quality artwork, artist biographies, and extra metadata that standard scrapers might miss.

Index