mirage_19 Wrote:Thanks for your help. But your settings does not work on my xbmc-system. Rename the 3D SBS.mkvs crashes the database from xbmc :madI'm not sure why. I tried it on my HTPC and I helped others on their HTPC with these codes. They can playback 3dsbs fine on their HTPC. XBMC should work the same way with Avatar_3dsbs.mkv file as Avatar.mkv file.
mirage_19 Wrote:But, thats ok. My playercorefactory.xml and cmds works exept 3D *.mkvsYou can try the ISO and Playercorefactory codes below:
PlayISO.cmd
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 /u G:\nul
"C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive\VCDMount.exe" /d=0 %*
ping -n 2 -w 1000 127.0.0.1 > nul
"C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe" G:\
Playercorefactory.xml
<playercorefactory>
<players>
<!-- 3D MKV Playback -->
<player name="3DSBS" type="ExternalPlayer" audio="fals" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe</filename>
<args>"{1}"</args>
<forceontop>true</forceontop>
<hidexbmc>true</hidexbmc>
<hidecursor>true</hidecursor>
<warpcursor>none</warpcursor>
</player>
<!-- Iso Playback -->
<player name="TMTISO" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Batch-Files\PlayISO.cmd</filename>
<args>"{1}"</args>
<forceontop>true</forceontop>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<!-- BD Disk Playback -->
<player name="TMTMCEPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe</filename>
<args>"F:"</args>
<forceontop>true</forceontop>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<!-- REGELN -->
<rules action="prepend">
<rule filename=".*sbs3d.*" player="3DSBS"/>
<rule filename=".*iso.*" player="TMTISO"/>
<rule filename=".*bdmv.*" player="TMTMCEPlayer"/>
<rule filename=".*m2ts.*" player="TMTMCEPlyer"/>
<rule name="Blu-Ray" protocol="bd" player="TMTMCEPlayer"/>
</rules>
</playercorefactory>


Search
Help