futeko.com FORUM

Product Support => Dune HD Max Vision, Pro Vision Solo, Real Vision 4K => Topic started by: Mike-UK on February 13, 2022, 12:00:15 PM

Title: Kodi dune internal player
Post by: Mike-UK on February 13, 2022, 12:00:15 PM
new fw adds

1619DR/1619/S905X3 models: Added support for the use of Dune HD internal player from Android apps. It is now available as "Dune HD Player" in any Android apps which support external players

but kodi is only reporting a screen resolution of 1080p ??? how to get 4k ?? and how to get kodi to use internal player ??
Title: Re: Kodi dune internal player
Post by: isolar801 on February 13, 2022, 04:35:15 PM
I tried it.....Kodi still doesn't list the Dunes hardware and is operating on its own drivers....which makes it useless on a Dune.
Title: Re: Kodi dune internal player
Post by: Mike-UK on February 14, 2022, 03:18:17 PM
Shame, but hopefully one day
Title: Re: Kodi dune internal player
Post by: isolar801 on February 14, 2022, 03:27:20 PM
Someone on AVS told me that there is a way to assign the Dune player within Kodi now (supposedly)....I haven't tried it since I use Kodi for audio only on a Vero4K+.....
Title: Re: Kodi dune internal player
Post by: Nice Monkey on February 15, 2022, 10:09:01 AM
The recent Dune FW update includes a new change to allow external APP's to call the Internal Player. It is now available as "Dune HD Player" in any Android apps which support external players.
Movie titles are currently supported only for playlist items; for individual files they will be supported in the next firmware.

If KODI as-is can make use of that?
Title: Re: Kodi dune internal player
Post by: algernon2607 on February 16, 2022, 08:52:15 AM
Hello

I began to try a Playcorefactory.xml ( in kodi userdata) with "com.dunehd.shell" as Videoplayer.
I have succes but we must go on to try ...

Tell me !!!!!
Title: Re: Kodi dune internal player
Post by: Mike-UK on February 20, 2022, 10:37:53 AM
can you provide instructions so i can also try please
Title: Re: Kodi dune internal player
Post by: wolfh on February 21, 2022, 07:57:35 PM
Hello

I began to try a Playcorefactory.xml ( in kodi userdata) with "com.dunehd.shell" as Videoplayer.
I have succes but we must go on to try ...

Tell me !!!!!
Hi! can you please share with us the playcorefactory.xml that you have used?
I have tried, but not sure what the name of the internal player in Dune, and the path that I should use.
Thanks and regards!
Title: Re: Kodi dune internal player
Post by: cachotronco on February 22, 2022, 10:31:14 AM
At the moment with the internal Dune player, it is not capable of playing the Full Blurays in folders or the .ISO formats
Let's hope the matter progresses.
Title: Re: Kodi dune internal player
Post by: algernon2607 on February 22, 2022, 06:28:17 PM
Hello
I am not a specialist.
I just use the playcorefactory.xml of my himedia with the dune HD player android link.

Personnally after some days of use , i do not find avantage to use it against New Gui.

So , i have remove Kodi.
If you want to try my playcorefactory.xml , here is :
 

<playercorefactory>
<players>
<!-- himedia player for video -->
      <player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
         <filename>com.dunehd.shell</filename>
         <hidexbmc>true</hidexbmc>
         <playcountminimumtime>120</playcountminimumtime>
      </player>
</players>

<rules action="prepend">

<!--network protocol rules-->

<rule protocols="http|https|rtmp|sop" player="VideoPlayer" /> <!--all http-->
<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->

<!--internet streams rules-->

<rule protocols="pvr" player="VideoPlayer" /> <!--all pvr-->
<rule internetstream="true" player="VideoPlayer" /> <!--all streams-->

<!--video audio channels rules-->

<rule video="true" audiochannels="6" player="Wrapper" /> <!--5.1 audio-->
<rule video="true" audiochannels="8" player="Wrapper" /> <!-- 7.1 audio-->

<!--video resolution rules-->

<rule video="true" videoresolution="480" player="VideoPlayer" />
<rule video="true" videoresolution="576" player="VideoPlayer" />
<rule video="true" videoresolution="720" player="Wrapper" />
<rule video="true" videoresolution="1080" player="Wrapper" />
<rule video="true" videoresolution="2160" player="Wrapper" /> <!--4K-->

<!--audio / music rules-->

<rule audio="true" player="PAplayer"/> <!--all audio to kodi internal music player-->

<!--specific codecs rules-->

<rule video="true" audiocodec="truehd|true-hd|dtshd|dts-hd|dts" player="Wrapper"/>

<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>   
</rules>
</playercorefactory>

Put this file in the userdata directory of kodi.

Al