TMT5 and xbmc integration
#1
HI guys,

got a big prob here - hopefully you guys know what to do?
I want to use TMT5 as an external player in xbmc.
Therefore I edited the playercorefactory.xml in the userdata folder like this:

<playercorefactory>
<players>
<player name="TMTMCEPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule dvd="true" player="TMTMCEPlayer"/>
<rule filetypes="mt2s" player="TMTMCEPlayer"/>
<rule name="Blu-Ray" protocols="bd" player="TMTMCEPlayer"/>
<rule filetypes="bdmv" filename="*.bdmv" player="TMTMCEPlayer" />
<rule filetypes="bdmv" filename="*.m2ts" player="TMTMCEPlayer" />
</rules>
</playercorefactory>

Problem is now that when selecting a bluray TMT5 does open but wont play anything.
It just stands within the starting screen where you see you DVD Drive and awaits a command for playing anthing.
I think that the Movie Link is not correctly transferred to TMT5.....
Strangely I got it once to work (Dont ask how).


SO any idea how I get this up'n working?

Thx

Atlas
Reply
#2
HI guys,

gosh - forgot the most important part.
With TMT3 all thinks work.

The playercoprefactory looks then linke this:

<playercorefactory>
<players>
<player name="TMTMCEPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 3\uMCEDVDPlayer.exe</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule dvd="true" player="TMTMCEPlayer"/>
<rule filetypes="mt2s" player="TMTMCEPlayer"/>
<rule name="Blu-Ray" protocols="bd" player="TMTMCEPlayer"/>
<rule filetypes="bdmv" filename="*.bdmv" player="TMTMCEPlayer" />
<rule filetypes="bdmv" filename="*.m2ts" player="TMTMCEPlayer" />
</rules>
</playercorefactory>


If a bluray or bdmv movie is chosen the Mediacenter TMT3 is opened and the movie plays directly.
If I just edit the filename for TMT5 this wont work anymore.....
Reply

Logout Mark Read Team Forum Stats Members Help
TMT5 and xbmc integration0