Possible to make Media Player Classic default viewer?
#1
Hello
Sorry if this is a stupid question, but is it possible to have Media Player Classic as the default movie program? My audio doesn't seem to work properly through XBMC (not getting surround sound) and it is working fine with MPC now.

Thank you.

*** I've added this to advancedsettings.xml
<advancedsettings>
<video>
<defaultplayer>externalplayer</defaultplayer>
</video>
<audio>
<defaultplayer>externalplayer</defaultplayer>
</audio>
<externalplayer>
<filename>C:\Program Files (x86)\K-Lite Codec Pack\Media Player Classic\mpc-hc.exe</filename>
<args>-fs</args>
<forceontop>true</forceontop>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<hidecursor>false</hidecursor>
</externalplayer>
</advancedsettings>

And put it under userdata
But I don't see an option for external viewer?
Reply
#2
See http://forum.xbmc.org/showthread.php?tid=81612

I recommend using a playercorefactory.xml file instead of advancedsettings.xml.

JR
Reply
#3
Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Possible to make Media Player Classic default viewer?0