eXtream Software Development Forum
UAPP over KODI - Printable Version

+- eXtream Software Development Forum (https://www.extreamsd.com/forum)
+-- Forum: Apps (https://www.extreamsd.com/forum/forum-4.html)
+--- Forum: USB Audio Player PRO (https://www.extreamsd.com/forum/forum-22.html)
+---- Forum: Help (https://www.extreamsd.com/forum/forum-11.html)
+---- Thread: UAPP over KODI (/thread-918.html)



UAPP over KODI - audiogeek - 07-30-2019

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_external_players_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