external player (playercorefactory.xml) help needed
#1
Hi guys,

I had to reinstall my system but I can t seem to get my external player load anymore with my playercorefactory.xml.

Could someone look what I could be doing wrong?

My player is MPC-BE and is located at C:\Program Files (x86)\mpc-be\mpc-be.exe.
I want to use this external player for ALL my content (so ALSO blu-ray structure folders! BDMV).

My playercorefactory.xml looks like this but something goes wrong because the player isn t loaded.

Code:
<playercorefactory>
<players>
   <player name="mpc-be" type="ExternalPlayer" audio="false" video="true">
     <filename>C:\Program Files (x86)\mpc-be\mpc-be.exe</filename>
     <args>"{1}" /fullscreen /close</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filetypes="mkv" filename=".*720p.*" player="mpc-be"/>
   <rule filetypes="iso|bdmv|mpls" player="mpc-be"/>
</rules>
</playercorefactory>
Don't dream your life, live your dream
Reply
#2
What xbmc version? Cause i've read that 12.2 has problems with external players
Reply
#3
Post debug log (wiki)
Reply
#4
(2013-08-11, 10:15)baijuxavior Wrote: Post debug log (wiki)

It works now. The location of my mpc-be was not filled in correct.

thxz
Don't dream your life, live your dream
Reply

Logout Mark Read Team Forum Stats Members Help
external player (playercorefactory.xml) help needed0