S3D with Bino Player for Mac OS X
#1
According to this tutorial, can somebody please help me with the playercorefactory.xml?

I'm trying this with the Bino 3D-Player for Mac OS X. Unfortunately i had no luck so far. When i click the movie to start playing in XBMC nothing happens.
The files are named correctly with sbs3d in the filename.

Here's the code i've done so far:

Code:
<playercorefactory>
<players>
   <player name="SBS-3D" type="ExternalPlayer" audio="false" video="true">
     <filename>/Applications/Bino.app</filename>
     <args>"{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filetypes="mkv" filename=".*sbs3d.*" player="SBS-3D"/>
</rules>
</playercorefactory>

Thanks in advance!
Reply

Logout Mark Read Team Forum Stats Members Help
S3D with Bino Player for Mac OS X0