It's also great that MakeMKV now takes care of the integration with the video players (e.g. VLC). Now, we don't have to create the symbolic links in the ~/lib/ directory using the previously established method.
After a little digging, I found MakeMKV creates a symbolic link in a location local to the player application. For VLC, there's a symbolic link for libmmbd.dylib inside the /Applications/VLC.app/Contents/MacOS/lib/ directory that points to the libmmbd_new.dylib:
Code: Select all
libmmbd.dylib@ -> /Applications/MakeMKV.app/Contents/MacOS/../lib/libmmbd_new.dylib
I'm glad it works with fewer steps, but I'm just curious as to how it was achieved.