[LINUX]LXBDPLayer as external player
#1
Hi Im trying to get XMBC to use LXBDPLayer as external player when playing blu ray. So far no succes, I used the same tactic as I did in windows when it worked with powerdvd. This is my current playercorefactory.xml:

<playercorefactory>

<players>

<player name="lxbdplayer" type="ExternalPlayer" audio="false" video="true">

<filename>usr/bin/lxbdplayer</filename>

<args>"/dev/sr0"</args>

<hidexbmc>true</hidexbmc>

<hideconsole>true</hideconsole>

<warpcursor>none</warpcursor>

</player>

</players>

<rules action="prepend">

<rule name="Blu-Ray" protocols="bd" player="lxbdplayer"/>

</rules>

</playercorefactory>

I have very limited knowledge of this stuff, probably did it all wrong, what is is the args for ex? I reckoned it was the until that contained the blu ray disc.
Can anoyed help me get it right?
Reply
#2
for starters the path should probably start with a /
Reply

Logout Mark Read Team Forum Stats Members Help
[LINUX]LXBDPLayer as external player0