futeko.com FORUM

Product Support => HiMedia Q10 Pro, Q5 Pro => Topic started by: Dec64 on June 28, 2016, 05:22:24 PM

Title: Kodi wrapper 4k only?
Post by: Dec64 on June 28, 2016, 05:22:24 PM
Hi,

Just setting up my new Q5 Pro, I understand that kodi is limited beyond 5.1/1080p so I want to use the wrapper only for 4K content. I've tried to alter the playercorefactory.xml to make it work with no luck? Can anyone show me how it's done or share there XML if they have it
Title: Re: Kodi wrapper 4k only?
Post by: pcristi on June 28, 2016, 07:05:23 PM
Some request and post solution give a try
http://www.futeko.com/newforum/index.php?topic=710.msg6805#msg6805

Hi,

Just setting up my new Q5 Pro, I understand that kodi is limited beyond 5.1/1080p so I want to use the wrapper only for 4K content. I've tried to alter the playercorefactory.xml to make it work with no luck? Can anyone show me how it's done or share there XML if they have it
Title: Re: Kodi wrapper 4k only?
Post by: Dec64 on June 28, 2016, 07:07:46 PM
Cheers for the link, should of said i've seen that and it does not work. At one point I had it play 4k movies in the wrapper and normal movies in Kodi. But majority of tv shows, low SD shows would play in the wrapper.
Title: Re: Kodi wrapper 4k only?
Post by: pcristi on June 28, 2016, 08:48:02 PM
No one will make for you, are many possibility to organize library, so can write rule like this to check filename, video resolution, etc.
Code: [Select]
<!-- Internet streams -- Disabled for now -->
<!--<rule internetstream="true" player="MXPlayerFree" />-->

<rule filename=".*540.*" player="DVDPlayer"/>
<rule videoresolution="540" player="DVDPlayer"/>
<rule filename=".*720.*" player="DVDPlayer"/>
<rule videoresolution="720" player="DVDPlayer"/>
<rule filename=".*1080.*" player="DVDPlayer"/>
<rule videoresolution="1080" player="DVDPlayer"/>
<rule filename=".*1440.*" player="Wrapper"/>
<rule filename=".*(1440p).*" player="Wrapper"/>
<rule videoresolution="1440" player="Wrapper"/>
<rule filename=".*2160.*" player="Wrapper"/>
<rule filename=".*(2160p)*" player="Wrapper"/>
<rule videoresolution="2160" player="Wrapper"/>
<rule filename=".*3840.*" player="Wrapper"/>
<rule filename=".*(3840p)*" player="Wrapper"/>
<rule videoresolution="3840" player="Wrapper"/>
<rule filename=".*4K_*" player="Wrapper"/>
<rule filename=".*UHD_*" player="Wrapper"/>
........

<rule video="true"  player="DVDPlayer">
<rule  protocols="hdhomerun|myth|cmyth|mms|mmsh|udp" player="DVDPlayer" />
    <rule name="rtmp" protocols="rtmp" player="DVDPlayer" />
    <rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)"  player="PAPlayer" />
   
    <rule name="streams" internetstream="true" player="DVDPlayer">
      <rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp"  player="DVDPlayer"/>
      <rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
    </rule>
</rule>
</rules>


http://kodi.wiki/view/HOW-TO:Use_external_players_on_Android

Cheers for the link, should of said i've seen that and it does not work. At one point I had it play 4k movies in the wrapper and normal movies in Kodi. But majority of tv shows, low SD shows would play in the wrapper.

Title: Re: Kodi wrapper 4k only?
Post by: Dec64 on June 29, 2016, 06:51:25 PM
I'm not looking for someone to do it for me..im looking for help and advice.

I've just tried what you pasted, along with many other attempts as before from looking at the wiki. I cant seen to get it to work logicaly.

As i understand it my config should work

http://pastebin.com/VSQiq1uK

but nothing opens in the wrapper? it's all inside kodi. Is there anything obviously wrong here?
Title: Re: Kodi wrapper 4k only?
Post by: looun on June 29, 2016, 07:16:11 PM
Hi,

Just setting up my new Q5 Pro, I understand that kodi is limited beyond 5.1/1080p so I want to use the wrapper only for 4K content. I've tried to alter the playercorefactory.xml to make it work with no luck? Can anyone show me how it's done or share there XML if they have it

Kodi is NOT  limited beyond 5.1/1080p.
With kodi and SPMC(dvdplayer) NOT work hd audio passtrought and auto switch HDMI hz out.

Kodi user interface is limited to 1080p with all de ice for fast interface, video is playback at 4k with out isssues
Title: Re: Kodi wrapper 4k only?
Post by: pcristi on June 29, 2016, 07:35:21 PM
Your playercorefactory.xml, not loading because contend error

NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
ERROR: Error loading special://profile/playercorefactory.xml, Line 15 (Error reading Attributes.)

More details/help on private message.

I'm not looking for someone to do it for me..im looking for help and advice.

I've just tried what you pasted, along with many other attempts as before from looking at the wiki. I cant seen to get it to work logicaly.

As i understand it my config should work

http://pastebin.com/VSQiq1uK

but nothing opens in the wrapper? it's all inside kodi. Is there anything obviously wrong here?
Title: Re: Kodi wrapper 4k only?
Post by: Dec64 on June 29, 2016, 07:42:32 PM
Hi,

Just setting up my new Q5 Pro, I understand that kodi is limited beyond 5.1/1080p so I want to use the wrapper only for 4K content. I've tried to alter the playercorefactory.xml to make it work with no luck? Can anyone show me how it's done or share there XML if they have it

Kodi is NOT  limited beyond 5.1/1080p.
With kodi and SPMC(dvdplayer) NOT work hd audio passtrought and auto switch HDMI hz out.

Kodi user interface is limited to 1080p with all de ice for fast interface, video is playback at 4k with out isssues

Yes i understand that, I didnt mean limited in the sense it's not possible but the quality of playback is better outside of kodi beyond 4k. I can get kodi to play 4k content but it's not as fluent and smooth as the wrapper. It does not seek well either.
Title: Re: Kodi wrapper 4k only?
Post by: DancesWithChickens on June 29, 2016, 10:13:00 PM
It's not just 4k, i tested some audio formats which wouldn't play without the wrapper (e.g. TrueHD Atmos).