2024-01-10, 02:43 PM
(This post was last modified: 2024-01-10, 03:19 PM by tmsrxzar. Edited 1 time in total.)
Continuation from https://forum.jellyfin.org/t-hdr-info-pa...1#pid13111
More or less for documentation purposes, pretty sure the issue is with Kodi itself
last thing i checked were the comparisons between MyVideos128 and MyVideos129
something failed to transfer over internally on Kodi when it upgraded that database version
the videoversion and videoversiontype tables are empty on the second but present in the first and the jellyfin addon isn't even aware of that table currently so no way it modified it
result "movie_view" in the kodi db does not return any records on 129 but still works in 128
kodi uses that view to display anything in it's ui so nothing gets displayed
expect this to be fixed in kodi upstream, for now as a hack workaround 129 has been replaced with 128 but no idea what the full scope or long term affects are
-----
edit:
found a better fix
simply removing the MyVideos129 (while MyVideos128 is still present and kodi is stopped from systemctl) then starting kodi again
kodi has redone it's 128->129 migration and it seems to be working fine again
More or less for documentation purposes, pretty sure the issue is with Kodi itself
last thing i checked were the comparisons between MyVideos128 and MyVideos129
something failed to transfer over internally on Kodi when it upgraded that database version
the videoversion and videoversiontype tables are empty on the second but present in the first and the jellyfin addon isn't even aware of that table currently so no way it modified it
result "movie_view" in the kodi db does not return any records on 129 but still works in 128
kodi uses that view to display anything in it's ui so nothing gets displayed
expect this to be fixed in kodi upstream, for now as a hack workaround 129 has been replaced with 128 but no idea what the full scope or long term affects are
-----
edit:
found a better fix
simply removing the MyVideos129 (while MyVideos128 is still present and kodi is stopped from systemctl) then starting kodi again
kodi has redone it's 128->129 migration and it seems to be working fine again