![]() |
Android XBMC 12.2 and External Player help - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164) +---- Thread: Android XBMC 12.2 and External Player help (/showthread.php?tid=165685) |
XBMC 12.2 and External Player help - grenovic - 2013-05-25 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> RE: XBMC 12.2 and External Player help - impactito - 2013-06-08 same thing here says External player active, check ok when playback is ready. Need help too. I'm using a stick MK808, very new to this need further instruction and guides when figuring this out, been hoping I can make this work out. |