futeko.com FORUM
Product Support => Dune HD Pro 4K => Topic started by: gebla on November 02, 2018, 08:46:05 AM
-
When I use Kodi to playback files I notice it does not support HDR. I therefore want to start using the Dune player with Kodi as front end. Does anyone have a working playercorefactory.xml for the Dune Pro 4k?
Some additional info I got:
- Playing from USB disk with Kodi actually works. It seems for SMB shares I need to root the Dune HD. No information available how to root
- If you set resolution in Dune Video menu to Auto and then play from Kodi with external video player the LG Oled drops sync and shows no input. I need to lower the max resolution in the Dune video menu to 4k 24 to get this working. Might be a HDMI cable issue
- Auto resolution does not work. When playing 1080P from Kodi it is sent to the TV as 4K (matching the max resolution set in the Dune video menu). Playing the same 1080P movie using Dunehd is sent as 1080P to the TV
It seems to have some issues and I might get stucked with Movie scrapper from Dune.
-
i want to edit my playercorefactory.xml too. but i dont now how i get root access :o
-
You shouldn't need root access.
- Install a file manager app like 'total commander'.
- Enable view hidden files.
- Navigate to root/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/.
- Edit playercorefactory.xml (total commander has a built in file editor).
-
I have install Solid Explorer App, but in root/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/. i cant find the file :o
i contains only this files:
guisettings.xml
profiles.xml
RssFeeds.xml
sources.xml
-
You need to add playercorefactory.xml to that directory, it's not present by default.
The problem you'll have is finding a valid app to play the video on Dune. You need the Dune video app and it needs to be able to accept being called from Kodi. I don't know if this is possible.
A very basic sample playercorefactory, calling mxplayer for all video is here.
<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 action="prepend">
<rule video="true" player="MXPlayer"/>
</rules>
</playercorefactory>
See here for more info: https://kodi.wiki/view/HOW-TO:Use_external_players_on_Android
-
Always the same crap. I gave the shit box back...