2023-12-29, 05:56 PM
you went a long way to find out "this is not supported by the jellyfin for kodi addon"
the kodi skin in question is using hdrtype which is filled in by kodi from the streamdetails table of the database
https://github.com/MikeSiLVO/skin.aeon.n....xml#L1680
but the jellyfin for kodi addon never inserts anything into that field and all entries are "NULL" in the database
https://github.com/jellyfin/jellyfin-kod...queries.py
a quick grep of the jellyfin for kodi addon shows no reference to "hdrtype" what-so-ever
in summary there is no way for the skin to know it's hdr type is dolby vision/hdr/hdr10 when it's not in the database
raise an issue with the addon on github https://github.com/jellyfin/jellyfin-kodi/issues
the kodi skin in question is using hdrtype which is filled in by kodi from the streamdetails table of the database
https://github.com/MikeSiLVO/skin.aeon.n....xml#L1680
but the jellyfin for kodi addon never inserts anything into that field and all entries are "NULL" in the database
https://github.com/jellyfin/jellyfin-kod...queries.py
a quick grep of the jellyfin for kodi addon shows no reference to "hdrtype" what-so-ever
in summary there is no way for the skin to know it's hdr type is dolby vision/hdr/hdr10 when it's not in the database
raise an issue with the addon on github https://github.com/jellyfin/jellyfin-kodi/issues