Kodi Community Forum
S3D with Bino Player for Mac OS X - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: S3D with Bino Player for Mac OS X (/showthread.php?tid=94772)



S3D with Bino Player for Mac OS X - bigbadrabbit - 2011-02-20

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!