Win Help needed with playercorefactory.xml customisation
#1
Hello,

Just swapped over from Media Browser to XMBC.
Much more slick and speedy operation and better scraping and layouts :-)

Anyway... my problem....
....getting dvd iso files to play using the internal "dvdplayer" and bluray and hddvd iso files to play using an external player (TMT 6)

Firstly, I'm only ever playing iso's with XMBC so if I mention Bluray or DVD I mean the ISO file of that disc.
I started by adding a suffix to each iso file so the file ends [DVD].iso, [Bluray].iso, [HDDVD].iso
Then I used filename rules to tell XMBC which player to use according to which suffix is present in the filename.

Here is the entire playercorefactory.xml file. There's other players in there.... that's just so I have other options for when TMT is playing up!
If someone can spot my mistake... because I can't see why it won't play DVD iso's with the internal player and HD iso's with an external one....

HELP :-)


(sorry it seems the layout / strusture has been lost)

<playercorefactory>
<players>
<player name="TMT 6" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Media PC\AppData\Roaming\XBMC\userdata\PlayISOTMT6.bat</filename>
<args>"{1}"</args>
<hidexbmc>True</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="TMT 5" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Media PC\AppData\Roaming\XBMC\userdata\PlayISOTMT5.bat</filename>
<args>"{1}"</args>
<hidexbmc>True</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="TMT 6mce" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Media PC\AppData\Roaming\XBMC\userdata\PlayISOTMT6MCE.bat</filename>
<args>"{1}"</args>
<hidexbmc>True</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="TMT 5mce" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Media PC\AppData\Roaming\XBMC\userdata\PlayISOTMT5MCE.bat</filename>
<args>"{1}"</args>
<hidexbmc>True</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
<player name="Disc Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Media PC\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>True</hidexbmc>
<hideconsole>true</hideconsole>
<forceontop>false</forceontop>
</player>
</players>
<rules action="prepend">
<rule filename="*DVD.iso" player="dvdplayer"/>
<rule filename="*Bluray.iso" player="TMT 6"/>
<rule filename="*HDDVD.iso" player="TMT 6"/>
<rule filetypes="bd" player="Disc Player"/>
</rules>
</playercorefactory>
Reply

Logout Mark Read Team Forum Stats Members Help
Help needed with playercorefactory.xml customisation0