From e81f4a341af8221f44165155fb6cac0f70e40ead Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 30 Oct 2024 16:15:49 +1000 Subject: [PATCH] Update lidarr to version v2.7.1.4417 (#1701) --- lidarr/docker-compose.yml | 2 +- lidarr/umbrel-app.yml | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/lidarr/docker-compose.yml b/lidarr/docker-compose.yml index 2941d18..ba53b24 100644 --- a/lidarr/docker-compose.yml +++ b/lidarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/lidarr:2.6.4@sha256:5e686381e39ebbf84098d5ff6c5b40da0be3b48e0a18b81584a12f4d7e2d1951 + image: linuxserver/lidarr:2.7.1@sha256:0560361ab8df29c3d23d12c8e57a7011c4d739018369e6a5ae21f35d60a3e123 environment: - PUID=1000 - PGID=1000 diff --git a/lidarr/umbrel-app.yml b/lidarr/umbrel-app.yml index 0e55056..5d512f5 100644 --- a/lidarr/umbrel-app.yml +++ b/lidarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: lidarr category: media name: Lidarr -version: "2.6.4.4402" +version: "2.7.1.4417" tagline: Looks and smells like Sonarr but made for music description: >- Lidarr is a music collection manager for Usenet and BitTorrent users. @@ -34,14 +34,9 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - This update includes several improvements and bug fixes: - - Added a "Last Searched" column on Wanted screens - - Improved validation for individual album adding - - Enhanced error handling for adding albums to existing artists - - Added a warning in the queue for downloads containing executable or archive files without detected audio files - - Implemented a check for available space before grabbing - - Improved SSL Certificate validation messaging - - Enhanced tag management and auto-tagging functionality + Highlights: + - Updated translations and localization + - Various bug fixes and performance improvements Full release notes are found at https://github.com/Lidarr/Lidarr/releases.