XBMC Live vs. Ubuntu + XBMC Differences in playercorefactory.xml handling.
#1
Code:
<playercorefactory>
<players>
   <player name="SBS-3D" type="ExternalPlayer" audio="true" video="true">
     <filename>/usr/bin/bino</filename>
     <args>"{1}" -o top-bottom-half -i left-right-half -f -n</args>
     <hidexbmc>true</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filetypes="mkv|ts" filename=".*sbs3d.*|.*sbs.*|.*hsbs.*|.*SBS3D.*|.*SBS.*|.*HSBS.*" player="SBS-3D"/>
</rules>
</playercorefactory>


Thats the playercorefactory.xml I am using.

Under ubuntu oneeric it works fine, it starts up 3d movies in the format my projector supports and starts playing the film fine etc...

On my xbmc-live install (updated to the latest git version) it wont start the external player correctly, it runs bino but seems to have no video file selected, nor does it have it set to fullscreen / no gui or the correct 3d SBS > 3d O/U settings.

The only major difference is that one is dahma and one pre-edan, but I cant seem to see where there is any difference in playercorefactory handling.
anyone got any hints as to what I should be looking at to try and resolve this ?
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Live vs. Ubuntu + XBMC Differences in playercorefactory.xml handling.0