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

Loading…
Cancel
Save