Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plex to version 1.41.2.9200 #1859

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plex/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

services:
server:
image: linuxserver/plex:1.41.1@sha256:8e4e0c2348eed53aed2ee7136dc58b733d5edd50dd0e65eeb2dc42eeb978bb0f
image: linuxserver/plex:1.41.2@sha256:a3a3a850a64fb747c59f85dbc19b157781c3b9c921a83799127894b0ebdf3a68
restart: on-failure
hostname: "${DEVICE_HOSTNAME}"
network_mode: host

Check notice on line 8 in plex/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Service "server" uses host network mode

The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.
environment:
- PUID=1000
- PGID=1000
Expand Down
18 changes: 9 additions & 9 deletions plex/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: plex
category: media
name: Plex
version: "1.41.1.9057"
version: "1.41.2.9200"
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.
Expand Down Expand Up @@ -30,16 +30,16 @@ permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
New Features:
- Added additional hardware encoding settings for controlling DVR transcode output quality and file size.
- Enabled software decoders for live TV transcodes to avoid system errors.
- Added support for more GPU hardware devices from NVIDIA, Intel, and AMD
- Added Folder Location filter for Movie, Episode, Track and Photo library views
- Updated web interface to version 4.141.0


Fixes:
- Resolved an issue where specific file paths could cause movie scanning to exit prematurely.
- Fixed a parsing error that prevented certain external subtitle files from syncing automatically.
- Made downloaded subtitles available to all media versions when using the subtitle search function.
- Corrected an issue where hardware transcodes of VC1 files could hang instead of displaying an error.
- Fixed a crash that could occur when transcoding music files.
- Updated service parameters during server auto-updates.
- Resolved library item sorting issues
- Fixed transcoding of MPEG2 live TV streams on Windows
- Fixed Chinese subtitle display issues on MacOS 15
- Resolved an issue that could cause view state sync to stop working

Full release notes are available at https://www.videohelp.com/software/Plex
submitter: Umbrel
Expand Down