Smb Wrapper For Xbmc with external Player
#21
Did anybody get the Wrapper working with BSPlayer successfully? I looked into the playercorefactory.xml

<playercorefactory>
<players>
<player name="StephWrapper" type="ExternalPlayer" audio="false" video="true">
<filename>com.birdy.smbwrapper</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>

<rules action="prepend">
<rule protocols="smb" name="StephWrapper" />

<rule dvdimage="true" player="StephWrapper"/>

<rule protocols="rtmp" player="StephWrapper"/>

<rule protocols="rtsp" player="StephWrapper" />

<rule protocols="sop" player="StephWrapper" />

<!-- Internet streams -- Disabled for now -->
<!--<rule internetstream="true" player="MXPlayerFree" />-->

<rule video="true" player="StephWrapper"/>
</rules>
</playercorefactory>

I guess the wrapper define itself as the default external player, StephWrapper. Then It call the actual the external player MXplayer. How can I redefine the actual player ad BSplayer? When I installed the wrapper, I can only select MX player ad, MX player pro, or rockplayer.

TIA for any help on this.
Reply


Messages In This Thread
RE: Smb Wrapper For Xbmc with external Player - by netghoster - 2013-04-10, 16:17
Logout Mark Read Team Forum Stats Members Help
Smb Wrapper For Xbmc with external Player1