Win external Player for bdmv and mkv
#1
i want mkv played with media player classic and Blurays with total media theatre.

In ...\AppData\Roaming\XBMC\userdata\playercorefactory.xml :

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

<player name="TMT5" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" player="MPC-HC"/>
<rule filetypes="bdmv" player="TMT5"/>
</rules>
</playercorefactory>


Both player start, but MPC have no timeline control with ipad constellation, so i can´t jump to a scene.

With a Bluray, XBMC shows a window with "external player starts, press OK..."
how can i start the film without any announcements ?

And on the ipad, i can´t start the bluray folder, this works on the PC.


Reply

Logout Mark Read Team Forum Stats Members Help
external Player for bdmv and mkv0