Browse Source

Updated Plex to v1.40.2 (#1056)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
highghlow 10 months ago
committed by GitHub
parent
commit
37a5065c12
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      plex/docker-compose.yml
  2. 27
      plex/umbrel-app.yml

2
plex/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
server: server:
image: linuxserver/plex:1.40.0@sha256:3bc1444e7e8a91dfa0735b1878b4f0eb39c680e97ed419149f74ef24cd1c9222 image: linuxserver/plex:1.40.2@sha256:15eaab9b1447e413b3f28df1cad8e5c87e4a06ac2b0eaf09aca8c6ae11feed3c
restart: on-failure restart: on-failure
hostname: "${DEVICE_HOSTNAME}" hostname: "${DEVICE_HOSTNAME}"
environment: environment:

27
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.0" version: "1.40.2"
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,30 +29,9 @@ torOnly: false
permissions: permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS
releaseNotes: >- releaseNotes: >-
NEW: ⚠️ Please be patient during this update to version 1.40.2. Large libraries may take a while to update.
- 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
- Support ID3v2.4 null-separated tags for genres and release type
- No longer create a view history entry for items marked as played
FIXES:
- Changing a ‘Other Videos’ type library to the modern movie agent would fail
- It is possible that agents are not initialised during startup on rare occasions
- Server could become unresponsive when collection membership changes
- When performing fix match on items from certain music libraries the language would default to Arabic
- and many more
See full release notes here: https://www.videohelp.com/software/Plex Full release notes are available at https://www.videohelp.com/software/Plex
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319

Loading…
Cancel
Save