Created attachment 250080 [details] Patch to 1.40.2.8395 This will supercede bug#277711 (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 250080 [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=dcd02cd85fd77debbee287a104228cfe25ec01f3 commit dcd02cd85fd77debbee287a104228cfe25ec01f3 Author: Nicholas Kirby <nick@kirby.cx> AuthorDate: 2024-04-22 10:59:37 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-04-22 11:11:13 +0000 multimedia/plexmediaserver: Update to 1.40.2.8395 ChangeLog: https://forums.plex.tv/t/plex-media-server/30447/623 PR: 278455 multimedia/plexmediaserver/Makefile | 4 ++-- multimedia/plexmediaserver/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Committed, thanks!