mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update plex to version 1.41.4.9463 (#2300)
This commit is contained in:
parent
780df6f2c6
commit
a879fab54d
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: linuxserver/plex:1.41.3@sha256:dda062ebde8c619a656f7ed6e6da7885ca7e114536c1e76b1de3e32a57d3597b
|
||||
image: linuxserver/plex:1.41.4@sha256:e6d2775e77ec1ae027e205c0bf19857aa91d09f1db0f53c21a142fe91834f4c0
|
||||
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
|
||||
|
@ -3,4 +3,4 @@
|
||||
# This 'fix' will create a fake HS hostname
|
||||
PLEX_TOR_DIR="${EXPORTS_TOR_DATA_DIR}/app-${EXPORTS_APP_ID}"
|
||||
mkdir -p "${PLEX_TOR_DIR}"
|
||||
touch "${PLEX_TOR_DIR}/hostname"
|
||||
touch "${PLEX_TOR_DIR}/hostname"
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: plex
|
||||
category: media
|
||||
name: Plex
|
||||
version: "1.41.3.9314"
|
||||
version: "1.41.4.9463"
|
||||
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.
|
||||
@ -30,18 +30,17 @@ permissions:
|
||||
- STORAGE_DOWNLOADS
|
||||
releaseNotes: >-
|
||||
New Features:
|
||||
- Added support for more GPU hardware devices from NVIDIA, Intel, and AMD
|
||||
- Added Folder Location filter for Movie, Episode, Track and Photo library views
|
||||
- Ad detection can now be run on media add
|
||||
- Updated web interface
|
||||
|
||||
|
||||
Fixes:
|
||||
- Fixed library item sorting issues
|
||||
- Fixed view state sync issues
|
||||
- Collections now properly visible for episode and track library filters
|
||||
- Fixed edition titles not saving correctly to database
|
||||
- Fixed library items being removed when mount points become unavailable
|
||||
- Fixed Sonic Analysis not triggering for new albums after scan
|
||||
- Fixed metadata refresh issues during agent upgrades
|
||||
- Improved QNAP compatibility with NVidia GPU and updated security mechanisms
|
||||
- Fixed multiple transcoding issues including hardware transcodes, HEVC limitations, and subtitle problems
|
||||
- Fixed voice activity detection failures during scheduled tasks
|
||||
|
||||
Full release notes are available at https://www.videohelp.com/software/Plex
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
|
||||
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319
|
||||
|
Loading…
Reference in New Issue
Block a user