From 966a28d929b7339d9074b40bf1e2ef74c1f06346 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Sat, 21 Dec 2024 22:26:04 +1100 Subject: [PATCH] Update lidarr to v2.8.2.4493 --- lidarr/docker-compose.yml | 2 +- lidarr/umbrel-app.yml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lidarr/docker-compose.yml b/lidarr/docker-compose.yml index ba53b24cee..56a5558cad 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.7.1@sha256:0560361ab8df29c3d23d12c8e57a7011c4d739018369e6a5ae21f35d60a3e123 + image: linuxserver/lidarr:2.8.2@sha256:ea89a7344ac9d205812f07b4c240234c66f0d5f146eb0c3bbe3c1966c98054ef environment: - PUID=1000 - PGID=1000 diff --git a/lidarr/umbrel-app.yml b/lidarr/umbrel-app.yml index 5d512f54d5..65450774ee 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.7.1.4417" +version: "2.8.2.4493" tagline: Looks and smells like Sonarr but made for music description: >- Lidarr is a music collection manager for Usenet and BitTorrent users. @@ -34,8 +34,13 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - Highlights: - - Updated translations and localization + Key improvements in this release: + - Added support for new SABnzbd history retention values + - Improved Deluge communication + - Enhanced handling of FLAC audio formats + - Added new configuration options for advanced setups + - Improved queue filtering and management + - Better handling of custom formats - Various bug fixes and performance improvements