Kodi 17.6 MX player
#1
Hi,
I searched internet and found a definition for playercorefactory.xml
Code:
<playercorefactory>
    <players>
        <player name="MXPlayer" type="ExternalPlayer" audio="false" video="true">
            <filename>com.mxtech.videoplayer.ad</filename>
            <hidexbmc>true</hidexbmc>
            <playcountminimumtime>120</playcountminimumtime>
        </player>
    </players>
    <rules name="System rules">
        <rule video="true" player="MXPlayer"/>
    </rules>
</playercorefactory>
Unfortunately adding this file to
Code:
Android/data/org.xbmc.kodi/files/.kodi/userdata/
causes Kodi to crash.

Any suggestion how to get it up and running?

I added debug log to https://paste.ubuntu.com/p/wrNrs58Hwt/
Reply
#2
Not too familiar with external players on Android. But I guess that line is wrong:

<filename>com.mxtech.videoplayer.ad</filename>

Referring to our wiki: https://kodi.wiki/view/External_players I guess that line has to contain the full path to the executable file.
Quote:The only required node for a player with type ExternalPlayer is the <filename/> node, this should contain the path of the external player executable.
Reply
#3
Yeah, I suspect this line also to be the problem, but I'm not so familiar with Android to know what's needed to be provided.
Reply
#4
Tried it with VLC-Player with same result. Could it bee there is a bug in 17.6?
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 17.6 MX player0