From 4a899aff1e1bab7721275022725bf83cb6b157fb Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 16 Jul 2024 13:03:30 +1000 Subject: [PATCH] Update Plex to v1.40.4 (#1211) --- plex/docker-compose.yml | 4 ++-- plex/umbrel-app.yml | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/plex/docker-compose.yml b/plex/docker-compose.yml index 668cd1bf..a00faaae 100644 --- a/plex/docker-compose.yml +++ b/plex/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: server: - image: linuxserver/plex:1.40.3@sha256:36f7953fb618f99bfb456c80e7ec94432d8af3c1bfcc034e46a018cc64b534b7 + image: linuxserver/plex:1.40.4@sha256:e06a8af0b30250f4efd8392b55a3d56578919f94fa2ac9eaee14998f9d22af56 restart: on-failure hostname: "${DEVICE_HOSTNAME}" network_mode: host @@ -28,4 +28,4 @@ services: volumes: - ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/transcode:/transcode - - ${UMBREL_ROOT}/data/storage/downloads:/downloads + - ${UMBREL_ROOT}/data/storage/downloads:/downloads \ No newline at end of file diff --git a/plex/umbrel-app.yml b/plex/umbrel-app.yml index 35b26ea4..fef3d979 100644 --- a/plex/umbrel-app.yml +++ b/plex/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: plex category: media name: Plex -version: "1.40.3" +version: "1.40.4" tagline: Stream Movies & TV Shows description: >- Stream movies and TV shows, plus 300+ channels of live TV, instantly, without a subscription. Watch live TV and movies anywhere, from any device, with Plex. @@ -32,10 +32,14 @@ releaseNotes: >- NEW: - Metadata: Added support for additional TVDB episode orderings in TV Show preferences. This requires a metadata refresh. + + - Web: Updated to 4.132.2 FIXES: + - Library: Multi-episode files will only retain one of the episodes. + - Live-TV: Fixed an issue where tuning slots were not properly released if the tune was canceled during startup, such as when rapidly changing channels. - Scanner: Removed deprecated support for modern metadata agent scan/refresh via Scanner CLI. @@ -46,9 +50,13 @@ releaseNotes: >- - Serialization: The viewUpdatedAt field is now included when requested. + - Tonemapping: Hardware Tonemapping failed on intel devices when run on Synology. + - Transcoder: Corrected the quality parameter for devices without rate control. - - Transcoder: Fixed an issue where Windows would fail to hardware transcode after an RDP session is started or ended. + - Transcoder: Hardware Transcoding failed when using an AMD or Intel device on windows. + + - Transcoder: Windows would fail to HW transcode after an RDP session is started or ended. Full release notes are available at https://www.videohelp.com/software/Plex