Browse Source

Update plex to version 1.41.0.8994 (#1562)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
d5fc550e18
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      plex/docker-compose.yml
  2. 31
      plex/umbrel-app.yml

2
plex/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: linuxserver/plex:version-1.41.0.8992-8463ad060@sha256:0c4e1981b23c3bdf2892cb9b85c299137af55390044dd5cfdd33bdbc4e32ee1f
image: linuxserver/plex:version-1.41.0@sha256:a623829dedcdad4c2dd8720031c1c2a69acc00f2977bfa2117a983b53667d424
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
network_mode: host

31
plex/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: plex
category: media
name: Plex
version: "1.41.0.8992"
version: "1.41.0.8994"
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.
@ -29,21 +29,24 @@ torOnly: false
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
What’s New:
- Ad Detection: Now works in all libraries, even without DVR.
- Nvidia Shield: Removed support for older plug-ins.
- Subtitles: Improved handling of external subtitle files and better performance for subtitles when using hardware transcoding.
- Tone Mapping: Added options to choose different tone mapping methods, with new support for certain Intel devices on Windows.
- Web App Update: Upgraded to the latest version for a smoother experience.
New Features:
- Ad detection now works in libraries without DVR.
- Removed support for legacy plug-ins on Nvidia Shield devices.
- Scanner now looks for external subtitles in ‘subs’ and ‘subtitles’ folders.
- Improved subtitle burn-in performance when using hardware transcoding.
- Added an option to choose a tone mapping algorithm on some platforms/devices.
- Added hardware tone mapping support for some Intel devices on Windows.
- Web client updated to version 4.136.1.
Fixes:
- Improved sorting of library items.
- Restored the Plex icon on QNAP devices.
- Faster scanning of new movies and better handling of local metadata.
- Fixed issues with sharing and sorting media.
- Resolved installation problems on some Synology devices.
- Fixed issues with deleting tags and improved tone mapping on Windows.
- Corrected a problem where optimized versions of media were not displaying.
- Fixed unexpected server exits on ARM-based devices.
- Resolved tone mapping issues on Intel devices using Windows.
- Fixed missing items in optimized versions.
- Prevented server crashes when playing short media with auto-sync subtitles.
- Improved library sorting and natural order (e.g., “10” after “3”).
- Restored the Plex icon in QNAP App Center.
- Faster scanning for new movies with better local metadata handling.
- Fixed filtering issues when sharing media by type.
Full release notes are available at https://www.videohelp.com/software/Plex

Loading…
Cancel
Save