Created attachment 250079 [details] Patch to 1.40.2.8395 This will supercede bug#278298 (Overcome by events) Changelog: https://forums.plex.tv/t/plex-media-server/30447/623 NEW: (PLEASE NOTE) Please also be patient when updating to this version if you have a very large database and allow the upgrade process to finish. Rename ‘un/played’ to ‘un/watched’ terminology for video types (PM-1042) We have identified an issue where automatic updates were not respecting custom paths for existing Windows 64-bit installs. Unfortunately, any automatic fix would introduce security vulnerabilities so we encourage users who installed in a custom path to uninstall and then manually reinstall Plex Media Server. FIXES: (Auto Update) Custom install paths are not respected when auto-updating on 64 bit Windows. (PM-1143) (CreditsDetection) Retry detection only a limited amount of times on failures (PM-1093) (DB Optimize) Server could become unresponsive during a DB optimize in certain circumstances (PM-1129) (History) Query parsing would return Bad Request when encountering includeFields arguments. (History) View history would yield fewer entries than requested (PM-1306) (Loudness Analysis) Some files could cause errors when preforming Loudness Analysis. (PM-627) (Mac) Linker optimization would incorrectly generate code that would cause the server to unexpectedly exit while syncing view state. (PM-1308) (Nvidia Shield) Running on Nvidia Shield would result in ‘core component problem’ error. (PM-1364) (Push Notifications) Used expensive DB query during playback progress notifications (PM-1166) (Thumbnails) Thumbnails were not properly updated when underlying file changed (PM-1162) (Trailers) Premium trailers and extras could fail to load (PM-1347) (Transcoder) On Windows, headless (no display attached) Nvidia cards were not recognized (PM-962) (Transcoder) On Windows, the first Intel device was used for transcoding regardless of which Intel device was selected (PM-962)
Comment on attachment 250079 [details] Patch to 1.40.2.8395 Maintainer Approved
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1284715e586cdedb04fe6b76612dcf43f1f7b68c commit 1284715e586cdedb04fe6b76612dcf43f1f7b68c Author: Nicholas Kirby <nick@kirby.cx> AuthorDate: 2024-04-22 11:10:08 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-22 11:11:13 +0000 multimedia/plexmediaserver-plexpass: Update to 1.40.2.8395 ChangeLog: https://forums.plex.tv/t/plex-media-server/30447/623 PR: 278454 multimedia/plexmediaserver-plexpass/Makefile | 4 ++-- multimedia/plexmediaserver-plexpass/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Committed, thanks!