mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 03:10:42 +02:00
Update plex to 1.32.8 (#895)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
a6ec1dfa4e
commit
22b2f09e70
@ -2,7 +2,7 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
server:
|
||||
image: linuxserver/plex:version-1.32.7.7621-871adbd44@sha256:fedd6ee2ba80c509e6433a23d3dcbbade12bda0162c879bc1a64d7c75a2810fc
|
||||
image: linuxserver/plex:version-1.32.8.7639-fb6452ebf@sha256:8e038b79487919c2aefe976b690067df88113aec21a3d490837584f958c72412
|
||||
restart: on-failure
|
||||
hostname: "${DEVICE_HOSTNAME}"
|
||||
environment:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: plex
|
||||
category: media
|
||||
name: Plex
|
||||
version: "1.32.7.7621"
|
||||
version: "1.32.8.7639"
|
||||
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,27 +30,29 @@ permissions:
|
||||
- STORAGE_DOWNLOADS
|
||||
releaseNotes: >-
|
||||
NEW:
|
||||
|
||||
- (Web) Updated to 4.116.1
|
||||
|
||||
- (Web) Updated to 4.116.1
|
||||
|
||||
|
||||
FIXES:
|
||||
|
||||
- (Library) “Episode sorting” and “Album sorting” preferences had meaningless “Library default” global library setting
|
||||
|
||||
- (Library) The default season sort order in TV libraries may not work as intended
|
||||
|
||||
- (LiveTV) Transcoded video would fail to play in some circumstances
|
||||
|
||||
- (Metadata) Items could lose metadata if a refresh request failed due to a network failure
|
||||
|
||||
- (Player) Controlling a player didn’t work in some cases
|
||||
|
||||
- (Sharing) Sharing a single episode was not playable by sharee
|
||||
|
||||
- (Transcoder) HW transcoding failed on GeminiLake CPUs when running on linux
|
||||
|
||||
- (Transcoder) Videos HW encoded on the shield would display a black screen on some devices
|
||||
- (Library) “Episode sorting” and “Album sorting” preferences had meaningless “Library default” global library setting (#14522)
|
||||
|
||||
- (Library) The default season sort order in TV libraries may not work as intended (#14570)
|
||||
|
||||
- (LiveTV) Transcoded video would fail to play in some circumstances (#14539)
|
||||
|
||||
- (Metadata) Items could lose metadata if a refresh request failed due to a network failure (#14551)
|
||||
|
||||
- (Player) Controlling a player didn’t work in some cases (#14567)
|
||||
|
||||
- (Sharing) Sharing a single episode was not playable by sharee (#14559)
|
||||
|
||||
- (Transcoder) HW transcoding failed on GeminiLake CPUs when running on linux (#14465)
|
||||
|
||||
- (Transcoder) Videos HW encoded on the shield would display a black screen on some devices (#14384)
|
||||
|
||||
- (Updater) Windows Updater would hang when run with PMSService (#14322)
|
||||
|
||||
|
||||
See full release notes here: https://www.videohelp.com/software/Plex
|
||||
|
Loading…
Reference in New Issue
Block a user