Default Movie Player

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
agtjones
Contributor
Contributor
Posts: 8
Joined: Sun Apr 20, 2008 8:48 am

Default Movie Player

Post by agtjones »

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
User avatar
Conor
Top Dog
Posts: 5345
Joined: Sat Jul 03, 2004 12:58 pm
Contact:

Re: Default Movie Player

Post by Conor »

With the program not running type the following in the terminal program:

Code: Select all

defaults write com.bruji.dvdpedia "VLC for VIDEO_TS" -bool YES
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.
Post Reply