• 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)
Information Running Kodi under Dune HD Pro One 8K Plus
#91
That's true there's no Dune specific Kodi build which in my opinion is a good thing as you don't need to worry about certain compatibility issues. In my opinion the player factory script will be mostly obsolete after Omega is an official release. Then again I'm now running RC1 for a longer period and have to say it's already pretty damn solid, there's still some addons that are incompatible but from experience this mostly comes down to a few skins which could easily be made compatible.
Reply
#92
One thing I am noticing with the 8k Dune and kodi (RC2 Omega) is loss of almost all the RAM after about a day of keeping the box on.
I seen the same thing with RC1 kodi and Dune 8k as well, but I did not see this with my zidoo z20Pro box.
Also, copying files over from my network to the Dune local HDDs also eats up a considerable amount of RAM

Anyone else seeing this?
You dont need to do much to lower the RAM, you can play some movies or just leave the box on and see the RAM usage after a day or so.
Reply
#93
Here is a playercorefactory I use for both the Dune player and VLC
I wanted the VLC player to have the Audio EQ
This will still keep the kodi player as default.


<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
  <players>
    <player name="dunehd" type="ExternalPlayer" audio="true" video="true">
       <filename>com.dunehd.app</filename>
    </player>

<player name="VLCPlayer" type="ExternalPlayer" audio="true" video="true">

<filename>org.videolan.vlc</filename>

<args>--fullscreen "{1}"</args>

<hidexbmc>true</hidexbmc>

</player>



  </players>

  <rules action="prepend">
    
  </rules>
</playercorefactory>
Reply
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7(current)

Logout Mark Read Team Forum Stats Members Help
Running Kodi under Dune HD Pro One 8K Plus0