Browse Source

Update Plex to 1.40.0 (#971)

main
smolgrrr 12 months ago
committed by GitHub
parent
commit
16b96fa10b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      plex/docker-compose.yml
  2. 24
      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.32.8.7639-fb6452ebf@sha256:8e038b79487919c2aefe976b690067df88113aec21a3d490837584f958c72412 image: linuxserver/plex:1.40.0@sha256:3bc1444e7e8a91dfa0735b1878b4f0eb39c680e97ed419149f74ef24cd1c9222
restart: on-failure restart: on-failure
hostname: "${DEVICE_HOSTNAME}" hostname: "${DEVICE_HOSTNAME}"
environment: environment:

24
plex/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: plex id: plex
category: media category: media
name: Plex name: Plex
version: "1.32.8.7639" version: "1.40.0"
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.
@ -31,28 +31,26 @@ permissions:
releaseNotes: >- releaseNotes: >-
NEW: NEW:
- (Web) Updated to 4.116.1 - Items added to a collection from the item context menu will now lock the collection field on the items
- Store track genres and add filtering options
FIXES: - Support ID3v2.4 null-separated tags for genres and release type
- (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) - No longer create a view history entry for items marked as played
- (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) FIXES:
- (Player) Controlling a player didn’t work in some cases (#14567) - Changing a ‘Other Videos’ type library to the modern movie agent would fail
- (Sharing) Sharing a single episode was not playable by sharee (#14559) - It is possible that agents are not initialised during startup on rare occasions
- (Transcoder) HW transcoding failed on GeminiLake CPUs when running on linux (#14465) - Server could become unresponsive when collection membership changes
- (Transcoder) Videos HW encoded on the shield would display a black screen on some devices (#14384) - When performing fix match on items from certain music libraries the language would default to Arabic
- (Updater) Windows Updater would hang when run with PMSService (#14322) - and many more
See full release notes here: https://www.videohelp.com/software/Plex See full release notes here: https://www.videohelp.com/software/Plex

Loading…
Cancel
Save