Hello,
i want kodi to open video files in the sony own video app. I noticed some small stutter using the kodi video player.
I read the howto http://kodi.wiki/view/HOW-TO:Use%20exter…%20Android but i am not sure.
Is this enough?
<playercorefactory>
<players>
<player name=”Video” type=”ExternalPlayer” audio=”false” video=”true”>
<filename>***location-of-the-player***</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action=”prepend”>
<rule video=”true” player=”Video”/> <!– Default for anything else not listed –>
</rules>
</playercorefactory>