Lidarr-extended
(often called Lidarr-Extended or Lidarr-Plus ) is not an official fork but refers to a set of community scripts, custom formats, and third-party tools that extend Lidarr’s capabilities — especially for handling live albums , remixes , demos , bootlegs , and non-standard releases that Lidarr typically struggles with.
Configure the included scripts to handle conversion and Beets tagging.
goes beyond just renaming files. It cleans and organizes tags, ensuring artists, albums, and tracks are properly recognized by media servers like Plex , Jellyfin , and Kodi . lidarr-extended
is an enhanced version of the standard Lidarr application. While standard Lidarr is excellent for standard releases, it often struggles with specific music formats like individual tracks, YouTube rips, or specialized torrent formats (like those converted from deezer/tidal).
#!/bin/bash # detect if album title contains "live" if [[ "$lidarr_album_title" =~ [Ll]ive ]]; then mv "$lidarr_artist_path/$lidarr_album_title" \ "$lidarr_artist_path/Live/$lidarr_album_title" fi (often called Lidarr-Extended or Lidarr-Plus ) is not
Open your terminal and create a dedicated directory for your configuration files.
You are always using the latest features, though this implies experimental stability. It cleans and organizes tags, ensuring artists, albums,
: It can automatically fetch and embed LRC lyrics and high-quality metadata from Gazelle-based trackers.
A unique feature of this project is the ability to manage music videos. For users of media servers like or Jellyfin , this creates a feature-rich viewing experience.