eXtream Software Development Forum

Full Version: UAPP over KODI
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm using UAPP and Kodi on an Shield TV and using exclusively a USB DAC to listening sound on my full analog stereo amp

Both applications works great, but i want to use both them in the same time.

I really like the interface of Kodi and this one can be configured for using an external application for listening audio content

https://kodi.wiki/view/HOW-TO:Use_extern...on_Android

I have to edit playercorefactory.xml on kodi userdata folder

<playercorefactory>
<players>
<player name="USB Audio Player PRO" type="ExternalPlayer" audio="true" video="false">
<filename>com.extreamsd.usbaudioplayerpro</filename>
<hidexbmc>true</hidexbmc>
</player>

<player name="MXPlayerPro" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.pro</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>

</players>
<rules action="prepend">
<!---
**********                  **********
********** EDIT THIS SECTION **********
**********                  **********
-->
<rule protocols="smb" player="CHOOSE PLAYER NAME HERE" />
<rule dvdimage="true" player="CHOOSE PLAYER NAME HERE"/>
<rule protocols="rtmp" player="CHOOSE PLAYER NAME HERE"/>
<rule protocols="rtsp" player="CHOOSE PLAYER NAME HERE" />
<rule protocols="sop" player="CHOOSE PLAYER NAME HERE" />
<rule internetstream="true" player="CHOOSE PLAYER NAME HERE" />
<rule audio="true" player="USB Audio Player PRO"/>
<rule video="false" player="MXPlayerPro"/> <!-- Default for anything else not listed -->
</rules>
</playercorefactory>


 I don't have any trouble with MX Player but with UAPP nothing happen

Does : <filename>com.extreamsd.usbaudioplayerpro</filename> is the good synthax ?

UAPP work great with any file explorer

Thanks