Hi,
I use VLC as my preferred media player and have found that DVD Player doesn't always start movies where VLC does (ie you have to skip a chapter before it registers). How can I set DVDpedia to know to use VLC rather than DVD Player? Likewise is it easy to revert back to DVD Player if I choose to in the future?
AJ
Default Movie Player
Re: Default Movie Player
With the program not running type the following in the terminal program:
Changing the YES to NO will flip the setting back to DVD Player. Also if you would like to get even more advance DVD Player is controlled via an AppleScript that you can modify at DVDpedia.app/Contents/Frameworks/Pediabase.framework/Resources/DVDPlayer.applescript.
Code: Select all
defaults write com.bruji.dvdpedia "VLC for VIDEO_TS" -bool YES