XBMC external player for bluray disks
#1
Hello all,

I've tried several sollutions but can't seem to get XBMC Frodo 12.2 to play my bluray disks.

I'm using the following playercorefactory.xml with a bat file I got from another thread:

<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\KCP\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Arcsoft TotalMedia Theater 6" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\HTPC\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" player="MPC-HC"/>
<rule filetypes="avi" player="MPC-HC"/>
<rule filetypes="mp4" player="MPC-HC"/>
<rule dvd="true" player="Arcsoft TotalMedia Theater 6"/>
<rule filetypes="bd|ifo" player="Arcsoft TotalMedia Theater 6"/>
</rules>
</playercorefactory>

Without the .bat file TMT would just start up (in the background) without playing. Adding the .bat file TMT start playing the video. But the player is playing in the background... The XBMC GUI stays on top... XBMC minimizes for a sec and then comes back fullscreen with TMT running in the background... Anyone have a solution for this?
XBMC system settings is at fullscreen, windowed mode.

.bat file is:
@echo off
rem you can place your PlayDisc file in \Roaming\XBMC\userdata\

"C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 6\uLaunchTMT6.exe" D:
Reply
#2
Have you tried?

<hidexbmc>true</hidexbmc>
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC external player for bluray disks0