Kodi Community Forum
Release [obsolete - now in nightlies] Build - Dolby Vision compatibility/quality improvements - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164)
+---- Thread: Release [obsolete - now in nightlies] Build - Dolby Vision compatibility/quality improvements (/showthread.php?tid=371557)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25


RE: Build - Dolby Vision compatibility/quality improvements - quietvoid - 2023-09-09

Builds updated.
I've renamed the "Allowed HDR types" setting, so it's possible existing configurations need to be set again.


RE: Build - Dolby Vision compatibility/quality improvements - Nuklear92 - 2023-09-10

@quietvoid is the dv p7 to p8 conversion feature implemented in the Alpha 3 still works for streaming like your separate build, or there are some adjustments and it will only work for locally played files only?


RE: Build - Dolby Vision compatibility/quality improvements - quietvoid - 2023-09-10

(2023-09-10, 14:38)Nuklear92 Wrote: @quietvoid is the dv p7 to p8 conversion feature implemented in the Alpha 3 still works for streaming like your separate build, or there are some adjustments and it will only work for locally played files only?

Should work fine as long as FFmpeg is used to demux. I use PlexKodiConnect and that works.
The Alpha 3 build behaves the same as my builds, the code merged is the same.


RE: Build - Dolby Vision compatibility/quality improvements - boolean - 2023-09-11

@quietvoid Thanks for all the effort you've put into this! Just out of curiosity, on what level does your DV-solution differ from the one in Maven's builds? I've been using his Matrix build (he also provides Nexus and Omega builds) on a Shield TV Pro (2019) since April 2020, to be able to playback DV content (which is about 70% of my collection) and it has been working flawlessly for me. I'm glad to see the vanilla version of Kodi Omega now supports this as well.


RE: Build - Dolby Vision compatibility/quality improvements - quietvoid - 2023-09-11

(2023-09-11, 00:53)boolean Wrote: @quietvoid Thanks for all the effort you've put into this! Just out of curiosity, on what level does your DV-solution differ from the one in Maven's builds?
You could have read the first post:
Quote:This feature adds a setting under the Videos/Processing section.
Enabling the setting makes Kodi convert Dolby Vision profile 7 (single track/video) files into profile 8.1.
Profile 7 is from UHD Blu-ray discs, this only applies to local backups made by MakeMKV.
The setting also ignores the enhancement layer, so it does not get sent to the decoder.

It should help some devices that have issues when playing these type of files, such as blank screens or unstable playback.
Some known devices this could help: FireTV devices, possibly some Android TVs.

For a NVIDIA Shield, there's no more improvement from this build since the feature is in Kodi Omega Alpha 3.
Even the HDR format allow list isn't useful since the SHIELD has settings to disable Dolby Vision.


RE: Build - Dolby Vision compatibility/quality improvements - amitanubha - 2023-09-11

I was trying to setup pkc and I got a message saying this is not supported on kodi contact developer
I tried nexus stable and beta 3.8.0 branch / repo
Not sure what is missing
I also tried this in new alpha 3 release same exact error
I m on ftvc3 if it matters


RE: Build - Dolby Vision compatibility/quality improvements - boolean - 2023-09-11

(2023-09-11, 11:16)amitanubha Wrote: I was trying to setup pkc and I got a message saying this is not supported on kodi contact developer
I tried nexus stable and beta 3.8.0 branch / repo
Not sure what is missing
I also tried this in new alpha 3 release same exact error
I m on ftvc3 if it matters
Just lookup "SUPPORTED_VIDEO_DB" in resources/lib/variables.py (located in the addons folder) and add "122" to supported DB versions. It should look like "21: (121, 122, )," without the quotes.


RE: Build - Dolby Vision compatibility/quality improvements - boolean - 2023-09-11

Apparently I'm not allowed to edit my post, but I just wanted to add that @xconverge has already made a pull request which is waiting to be merged. So if you don't want to edit the file yourself, just wait for a new PlexKodiConnect release.


RE: Build - Dolby Vision compatibility/quality improvements - izprtxqkft - 2023-09-11

(2023-09-11, 11:16)amitanubha Wrote: I was trying to setup pkc and I got a message saying this is not supported on kodi contact developer

so then why not contact the developer as it told you to do? https://github.com/croneter/PlexKodiConnect


RE: Build - Dolby Vision compatibility/quality improvements - boolean - 2023-09-11

(2023-09-11, 17:39)jepsizofye Wrote:
(2023-09-11, 11:16)amitanubha Wrote: I was trying to setup pkc and I got a message saying this is not supported on kodi contact developer

so then why not contact the developer as it told you to do? https://github.com/croneter/PlexKodiConnect
There's no need to contact the developer as he's already aware of this. I just gave @amitanubha the solution three posts up.


RE: Build - Dolby Vision compatibility/quality improvements - izprtxqkft - 2023-09-11

(2023-09-11, 22:04)boolean Wrote:
(2023-09-11, 17:39)jepsizofye Wrote:
(2023-09-11, 11:16)amitanubha Wrote: I was trying to setup pkc and I got a message saying this is not supported on kodi contact developer

so then why not contact the developer as it told you to do? https://github.com/croneter/PlexKodiConnect
There's no need to contact the developer as he's already aware of this. I just gave @amitanubha the solution three posts up.

the user should still follow directions instead of reporting issues to places where it is unrelated to the topic at hand

the issue has nothing to do with kodi or this fork of kodi and should be reported in the correct place and would have been had the user followed directions


RE: Build - Dolby Vision compatibility/quality improvements - hyena72 - 2023-09-13

Dear All,

Could anybody share with me the kodi-21-Omega-Alpha2-armeabi-v7a-release-quietvoid-2023-08-14.apk  ?
Would be nice to get a working download link.
Thanks.


RE: Build - Dolby Vision compatibility/quality improvements - izprtxqkft - 2023-09-13

(2023-09-13, 19:31)hyena72 Wrote: Dear All,

Could anybody share with me the kodi-21-Omega-Alpha2-armeabi-v7a-release-quietvoid-2023-08-14.apk  ?
Would be nice to get a working download link.
Thanks.

look on the first post https://forum.kodi.tv/showthread.php?tid=371557 where it says "You can find the APKs here:"


RE: Build - Dolby Vision compatibility/quality improvements - hyena72 - 2023-09-13

Ok but i can only see the latest alpha3 apks there which is not compatible with the pkc...


RE: Build - Dolby Vision compatibility/quality improvements - izprtxqkft - 2023-09-13

(2023-09-13, 20:42)hyena72 Wrote: Ok but i can only see the latest alpha3 apks there which is not compatible with the pkc...

i dont feel like you are paying attention to the first post

(2023-01-24, 02:54)quietvoid Wrote: They are built on top of Kodi master, so not compatible with 20 Nexus.

these builds are only based on master, there are no nexus or whatever you are trying to find