Plex Media Server 1.41.0.8992 is now available to everyone. NEW: (AdDetection) Allow ad detection in libraries without DVR (PM-1841) (Nvidia Shield) This release removes support for legacy plug-ins on Nvidia Shield devices (PM-1855) (Scanner) Look inside ‘subs’ and ‘subtitles’ sub-directories for external subtitle files (PM-1002) (Subtitles) Improved subtitle burn-in performance when Hardware Transcoding (PM-1764) (Tone Mapping) Added a preference to select tone mapping algorithm to use. Only available on some platforms/devices. (PM-1431) (Tonemapping) Added support for HW Tonemapping on Windows for some Intel devices (PM-532) (Web) Updated to 4.136.1 FIXES: (Library) In some cases library items were not properly sorted (PM-1729) (QNAP) Restores Plex Media Server icon in App Center (PM-2081) (Scanner) Improve performance when scanning in new movie items. Local metadata will now populate during initial refresh (PM-1777) (Single Item Sharing) Filtering shared media by type didn’t work (PM-1359) (Sorting) Default sort didn’t use natural sorting (10 should be after 3) (PM-1797) (Synology) DSM 7 packages failed to install on some ARMv7 devices (PM-2045) (Synology) DSM 7 packages failed to install on some x86 devices (PM-2092) (Tags) Tags with unicode characters could not be deleted (PM-2031) (Tone Mapping) Tone Mapping could fail on Windows for some Intel devices (PM-2026) Optimized Versions would show no items (PM-2030)
Hello, did you forgot to add the patch? :)
(In reply to Alexander Vereeken from comment #1) Hello Alexander, No I did not forget, I don't know how to make one. Is there some documentation around on how to build those patch files ? I could not find any. Best regards
(In reply to Benoît Guillemaud from comment #2) 1. Edit multimedia/plexmediaserver-plexpass/Makefile - change version. 2. Then run "make makesum" for undate distifiles in /usr/ports/multimedia/plexmediaserver-plexpass. 3. Run test build: "DEVELOPER=YES make check-plist stage-qa" But better build in poudriere, example from my build server: poudriere testport -j 141amd64 -p main -o multimedia/plexmediaserver-plexpass 4. If you got errors or warnings - try to fix. 5. If no errors install software and test how it work (optional). 6. Create patch: cd /usr/ports git diff multimedia/plexmediaserver-plexpass > plexmediaserver-plexpass.diff 7. Attach this patch to this PR.
Created attachment 253700 [details] new diff file for update to 1.41.0.8992
I was trying to save everyone a little extra work, waiting for Plex.tv to release a new -plexpass version since both ports are in sync... In the past, they have released something pretty quick and I'm very surprised they still haven't released anything yet... Hopefully it will not be in the next couple days now... Also, could someone please change Hardware tag to amd64 Thanks, Ben
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ccc05c66a63ed455407f08c77e99c452b2c4e549 commit ccc05c66a63ed455407f08c77e99c452b2c4e549 Author: Ben Shertenlieb <b.shertenlieb@yahoo.com> AuthorDate: 2024-09-20 20:42:06 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-20 20:42:06 +0000 multimedia/plexmediaserver-plexpass: Update 1.41.0.8930 → 1.41.0.8992 Changelog: https://forums.plex.tv/t/plex-media-server/30447/646 PR: 281603 multimedia/plexmediaserver-plexpass/Makefile | 4 ++-- multimedia/plexmediaserver-plexpass/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Thanks.
(In reply to Vladimir Druzenko from comment #7) Thank you...
(In reply to Vladimir Druzenko from comment #3) Thanks Vladimir, I'll try building a patch next time :-) Thanks Ben for preparing a patch file