Kodi Community Forum

Full Version: Play 3D Version on ISO?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Ive just got a HP Microserver and put a 1GB Graphics card in it, installed XBMC and followed the instructions on how to use an external player to play ISOs using TMT6 (http://forum.xbmc.org/showthread.php?tid=116724), Its all working great except for my 3D ISOs, I can't seem to get them to play the 3D format. It just automatically loads up the 2D Version straight away.

If i select Menus i get an error saying "This Blu-Ray disc requires a Blu-Ray 3D Player connected to a 3D Display"

My TV is: LG47LA790W
My AMP: SONY STRDN 1040

Connection is: Server > AMP > TV via HDMI 1.4

Here is the contents to my PlayerCore file:

Quote:<playercorefactory>
<players>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Server\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
</player>
<player name="ISO_BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Server\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 6\uMCEPlayer6.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="MPCHC_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\mpc-hc64.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filename="*3D*" player="ISO_BDMV_Player"/>
<!-- Bluray ISO -->
<!-- Bluray ISO/BDMV -->
<rule filetypes="iso|bdmv|mpls" player="ISO_BDMV_Player"/>
<!-- Bluray M2TS -->
<rule filetypes="m2ts" player="Universal_Player"/>
<!-- Bluray MKV -->
<rule filetypes="mkv" player="MPCHC_Player"/>
<!-- Bluray AVI -->
<rule filetypes="avi" player="Universal_Player"/>
<!-- Bluray TS -->
<rule filetypes="ts" player="Universal_Player"/>


<!-- Bluray Disc -->
<rule filetypes="bd|ifo" player="Disc_Player"/>

</rules>
</playercorefactory>

Have i missed something out? I can't see to see many guides for XBMC and 3D every time i search i just get replies linking to external player threads.

Many Thanks

*Just to add - if i play a 3D iso by loading TMT6 then it works absolutely fine, it automatically detects 3D fine.