Win TMT5 and playercorefactory.xml woes
#1
Below is the code from my playercorefactory.xml file. Below that is the code from the .bat file referenced in the first file.

The problem is, XBMC keeps playing DVDs with its internal player. TMT5 never even launches. Now, that's not so bad for DVDs, but for Blu-Ray and HD-DVD, this will obviously need to be addressed. I've searched the forums. I've read the wiki, and I've done my best to construct a proper settings file. Any help? BTW, I have confirmed by double-clicking it that the .bat file does in fact launch TMT5. Also, the .exe and Initial Launch Script.exe entry doesn't appear to work either. That is a specific script I want run whenever I insert any PC game disc (it'll identify and auto install and launch the game. Different project, but XMBC as a front end makes sense. Just have to overcome this hurdle).

It seems that my playercorefactory.xml file isn't being referenced at all. But that can't be true because Netflix instant streaming uses the first part of the file (Internet Explorer) and does so without issue. I'm at my wits end. Please assist. Thank you in advance.

<playercorefactory>
<players>
<player name="IE" type="ExternalPlayer">
<filename>c:\Program Files\Internet Explorer\iexplore.exe</filename>
<args>-k "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

<players>
<player name="TMTMCEPlayer" type="External Player" audio="false" video="true">
<filename>C:\Users\CrasH\AppData\Roaming\XBMC\userdata\PlayDVD.bat</filename>
<args>"{1}" /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

<players>
<player name="OpenExtreme" type="External Player" audio="true" video="false">
<filename>C:\OpenExtreme\Initial Launch Script.exe</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>

<rules action="prepend">
<rule name="html" filetypes="html" player="IE" />
<rule dvd="true" player="TMTMCEPlayer" />
<rule filetypes="exe" filename="*.exe" player="OpenExtreme" />
</rules>

</playercorefactory>

BATCH FILE BELOW:
@echo off

"C:\Program Files\ArcSoft\TotalMedia Theatre 5\uLaunchTMT5.exe" D:
Reply
#2
You can check out this thread- Another External Player Code, but Very Simple to Setup........
>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply
#3
Finally got it. Thanks bluray.
Reply
#4
(2012-10-31, 20:04)MasterGHP Wrote: Finally got it. Thanks bluray.
I'm glad that you got it to work....Nod

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
Reply

Logout Mark Read Team Forum Stats Members Help
TMT5 and playercorefactory.xml woes0