2013-05-25, 18:32
Hi,
I am trying to configure my Android stick MK808B as a pure media player running XBMC with MXPlayer Free as an external player. After reading the Wikis and other sample playercorefactory, I am still unable to get this to work . Appreciate any advice from the gurus in the forum. Here is my simple playercorefactory.xml. Thanks in advance for your help.
<playercorefactory>
<players>
<!-- MXPlayer Free definition -->
<player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.mxtech.videoplayer.ad</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<!-- Rules for which external player to use -->
<rules action="prepend">
<rule video="true" player="MXPlayerFree"/>
</rules>
</playercorefactory>
I am trying to configure my Android stick MK808B as a pure media player running XBMC with MXPlayer Free as an external player. After reading the Wikis and other sample playercorefactory, I am still unable to get this to work . Appreciate any advice from the gurus in the forum. Here is my simple playercorefactory.xml. Thanks in advance for your help.
<playercorefactory>
<players>
<!-- MXPlayer Free definition -->
<player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.mxtech.videoplayer.ad</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<!-- Rules for which external player to use -->
<rules action="prepend">
<rule video="true" player="MXPlayerFree"/>
</rules>
</playercorefactory>