MPC-HC as an external player stuttering in XBMC?
#16
I ve read all MPC-HC external player threads but I can t get it to work. Maybe someone sees what I might be doing wrong here.

I created a playercorefactory.xml file and put it in C:\Users\sander\AppData\Roaming\XBMC. The file looks like this:

Quote:<playercorefactory>
<players>
<player name="mpc-hc" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\Media Player Classic - Home Cinema\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
</playercorefactory>

I want MPC-HC to play ALL my content, no exeptions.
It s not working......
running XBMC 10.1 stable release and latest MPC-HC beta version.
(mpc-hc.exe location: C:\Program Files (x86)\Media Player Classic - Home Cinema\mpc-hc.exe
Don't dream your life, live your dream
Reply
#17
perhaps you should try of instead of putting it in the xbmc root folder in apps roaming , you should try



userdata folder wich is in xbmc folder under roaming , and put it in there -.-'

and youre missing some entries in youre .xml there buddy

just saying xD

heres mine of course my mpchc install directory isnt x86 like yours , but instead regular 64bit,id suggest to create a folder in program files not the one with the 86x ,the regular 64bit one and name it exactly like this :

MPC HomeCinema

then install youre mpchc into that directory and youre set
, cherish the solution i have brought upon you xD:


<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC HomeCinema\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="divx|rm|iso|mkv|avi|mp4|xvid|h.264|dv|vcd|asf|mpg|mpeg|mpeg1|mov|hdmov|dat|rmvb|flv|vob|dvd|ts|vts|ifo|Divx|m4v|ogm|mpeg2|3gp|wmv" player="MPC-HC"/>
</rules>
</playercorefactory>


oh and for some odd reason theres a empty space between some extensions shown here,just backspace once and youl have it ,should be just about all general used extensions
for the rest you can add the ones you require afterwards just copy paste one of them seperators and paste and add youre given extension to the list simple as dat, peace
Reply
#18
http://forum.xbmc.org/showpost.php?p=907913&postcount=2

JR
Reply
#19
jhsrennie Wrote:http://forum.xbmc.org/showpost.php?p=907913&postcount=2

JR
thxz! I ll try this when I m home in a few hours.
Don't dream your life, live your dream
Reply

Logout Mark Read Team Forum Stats Members Help
MPC-HC as an external player stuttering in XBMC?0