Mac how to play encrypted bluray discs using play disk button - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56) +---- Thread: Mac how to play encrypted bluray discs using play disk button (/showthread.php?tid=228253) Pages:
1
2
|
RE: Mac how to play encrypted bluray discs using play disk button - JCsHands - 2023-11-08 I'm only resurrecting this old form post as it is relevant to the information within this post. I decided that I wanted to be able to play Blu-ray's again from within Kodi. I'm still running macOS 10.14 (Mojave) so it might behave differently on a newer system, but this is what I did to get it to work. MakeMKV and Kodi have both made some changes so I'll start with MakeMKV and the Symlinks The symlinks needed to be updated to point to the new libmmbd_new.dylib file. ln -s /Applications/MakeMKV.app/Contents/lib/libmmbd_new.dylib ~/lib/libaacs.dylib ln -s /Applications/MakeMKV.app/Contents/lib/libmmbd_new.dylib ~/lib/libbdplus.dylib Kodi was a little trickier. I haven't been able to convince my family to move to a new theme, so when Confluence was dropped I moved to Xonfluence.
This was getting me close, Kodi would let me choose different titles to play, but I was still seeing errors due to the disc being protected. I was also seeing failures in VLC as well, even after setting the integration in MakeMKV's Preferences. That's when I found these instructions: https://vlc-bluray.whoknowsmy.name. I downloaded the file, created the folder, copied the file, and then restarted Kodi. After restarting Kodi Blu-rays started playing again like they used to. |