Lidarr-extended - _best_
: Unlike standard Lidarr, which relies on Usenet or Torrents, Lidarr-extended uses scripts to pull music directly from streaming platforms.
docker run -d \ --name=lidarr-extended \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=America/New_York \ -p 8686:8686 \ -v /path/to/data:/config \ -v /path/to/music:/music \ -v /path/to/downloads:/downloads \ --restart unless-stopped \ ghcr.io/hotio/lidarr-extended lidarr-extended
: It can automatically search for and download high-quality music videos (primarily in MKV format) for the artists in your library, complete with thumbnails and NFO files for Plex or Jellyfin . Advanced Post-Processing : : Unlike standard Lidarr, which relies on Usenet
: Includes scripts to automatically download music videos for artists in your library from sources like IMVDB . : Unlike standard Lidarr
CC25