External Player Uses with KODI on zidoo Z10
#6
Hi,

I did the modification like this, i created an playercorefactory.xml and dropped it in the userdata folder (Android/data/org.xbmc.kodi/files/.kodi/userdata/)

the content of the file is this :


<playercorefactory>
<players>
<!-- MXPlayer -->
<player name="MXPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.ad</filename>
<hidexbmc>true</hidexbmc>
</player>
<!-- Zidoo media Player -->
<player name="ZidooPlay" type="ExternalPlayer" audio="false" video="true">
<filename>com.softwinner.TvdVideo</filename>
<hidexbmc>true</hidexbmc>
</player>
<!-- Reference:https://kodi.wiki/view/HOW-TO:Use_external_players_on_Android -->
</players>
<rules action="prepend">
<rule video="true" player="ZidooPlay"/>
</rules>
</playercorefactory>



How can you tell now, if KODI is using the external player, cause i dont see any change, Can someone that has done the same help me out here Please ?
I am using KODI LEI 18.0 and a Zidoo Z10 Andriod box
Reply


Messages In This Thread
RE: External Player Uses with KODI on zidoo Z10 - by billmartian - 2019-02-22, 17:32
Logout Mark Read Team Forum Stats Members Help
External Player Uses with KODI on zidoo Z100