You can use powerfull Applescript to run VLC player and autoplay DVDs. Here is the workaround:
1. Open "Script Editor" and paste the following code
Code: Select all
do shell script "/Applications/VLC.app/Contents/MacOS/VLC dvdnav:///dev/rdisk1 --fullscreen"
Save it as a script file
2. Open System Preferences->CDs & DVDs and choose previously saved script in the "When you insert a video DVD" field.
Try to insert a DVD movie now. It will launch VLC player in full screen mode and start playing the disk from the beginning.