golasze / sd-xbmc

Automatically exported from code.google.com/p/sd-xbmc
1 stars 0 forks source link

playercorefactory.xml - example for automatic launching. #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hiya,

Is there any chance you could post an example of the playercorefactory.xml 
needed to get XBMC to recognise 3D video's and start the external player.

I have looked at the one on the XBMC but that is using stereoscopic player and 
what not on windows, so usless for Linux.

Thanks in advance.

Original issue reported on code.google.com by vixsand...@gmail.com on 17 Nov 2011 at 11:37

GoogleCodeExporter commented 8 years ago
The multimedia plugin should work on windows too (it's not using 
playercorefactory file).
The playercorefactory.xml file check name of file. You can rename stereoscopic 
file on ex. *.fullsbs.* and describe it in rules on playercorefactory.xml.
The examples of using playercorefactory.xml you can find on xbmc website.

Original comment by ples...@gmail.com on 17 Nov 2011 at 6:35

GoogleCodeExporter commented 8 years ago
Will your patch effect the playercorefactory.xml use of external players ?

if I use dahma on my ubuntu install it works fine if I use it on eden patched 
with your patch it fails to set any settings or start the video.

Could it be the patch or am I looking in the wrong place for a solution?

<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>

Original comment by vixsand...@gmail.com on 18 Nov 2011 at 4:20

GoogleCodeExporter commented 8 years ago
The plugin is not using playercorefactory.xml (newest version).
You can remove/move your playercorefactory.xml file.

Original comment by ples...@gmail.com on 19 Nov 2011 at 8:16

GoogleCodeExporter commented 8 years ago

Original comment by ples...@gmail.com on 4 Dec 2011 at 7:15