Browse Source

Update plex to v1.41.0.8992 (#1482)

main
Nathan Fretz 4 months ago
committed by GitHub
parent
commit
3c01e7d97d
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: services:
server: server:
image: linuxserver/plex:version-1.40.5.8921-836b34c27@sha256:968263aa295c92bbc4ad6a1cc848d0275a5154cecc1d88e5f2f3fed3123be523 image: linuxserver/plex:version-1.41.0.8992-8463ad060@sha256:0c4e1981b23c3bdf2892cb9b85c299137af55390044dd5cfdd33bdbc4e32ee1f
restart: on-failure restart: on-failure
hostname: "${DEVICE_HOSTNAME}" hostname: "${DEVICE_HOSTNAME}"
network_mode: host network_mode: host

31
plex/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: plex id: plex
category: media category: media
name: Plex name: Plex
version: "1.40.5.8921" version: "1.41.0.8992"
tagline: Stream Movies & TV Shows tagline: Stream Movies & TV Shows
description: >- 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. 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,20 +29,21 @@ torOnly: false
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS
releaseNotes: >- releaseNotes: >-
This release includes several improvements and fixes: What’s New:
- Ad Detection: Now works in all libraries, even without DVR.
- Nvidia Shield: Removed support for older plug-ins.
- Reduced log messages when starting playback on NVIDIA devices - Subtitles: Improved handling of external subtitle files and better performance for subtitles when using hardware transcoding.
- Added noautorestart command line parameter on Windows to prevent auto-restart after updates - Tone Mapping: Added options to choose different tone mapping methods, with new support for certain Intel devices on Windows.
- Fixed preview thumbnail generation for newly added media - Web App Update: Upgraded to the latest version for a smoother experience.
- Improved sidecar lyrics loading
- Enhanced view state syncing with fewer requests to plex.tv Fixes:
- Resolved issues with QNAP server starts after system restarts - Improved sorting of library items.
- Fixed potential crashes related to software encoding fallback - Restored the Plex icon on QNAP devices.
- Improved tonemapping stability on Linux for certain Intel 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.
⚠️ This update includes a security patch for CVE-2024-7272 - Fixed issues with deleting tags and improved tone mapping on Windows.
- Corrected a problem where optimized versions of media were not displaying.
Full release notes are available at https://www.videohelp.com/software/Plex Full release notes are available at https://www.videohelp.com/software/Plex

Loading…
Cancel
Save