• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Client Development Kodi Development Movies do not appear on CoreELEC Nightly starting 20240109 cont.

     
    • 0 Vote(s) - 0 Average

    Movies do not appear on CoreELEC Nightly starting 20240109 cont.

    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #1
    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
    Adam86
    Offline

    Junior Member

    Posts: 10
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #2
    2024-01-12, 03:21 PM
    Thanks for having a quick look at this.

    I had a quick go at the workaround you listed, & it did appear to work, although no new Movies seemed to be getting picked up and added for me afterwards.  So still think something "odd" is going on.

    Removed both old and new DB and then Movies was empty again just as before.

    Lets just hope it's a bug thats been caused for now.
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #3
    2024-01-13, 01:46 PM
    Still haven't found any better way to get a nightly running on my main dev workstation. I was able to get Kodi 21-beta2 working by going through flatpak, but still haven't been able to successfully build nightly. So I can now confirm that things are working as expected in beta2, but we already knew that. Gonna need to find one of my other devices, or maybe go through a VM.
    Adam86
    Offline

    Junior Member

    Posts: 10
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #4
    2024-01-14, 09:11 AM
    (2024-01-13, 01:46 PM)mcarlton00 Wrote: Still haven't found any better way to get a nightly running on my main dev workstation.  I was able to get Kodi 21-beta2 working by going through flatpak, but still haven't been able to successfully build nightly.  So I can now confirm that things are working as expected in beta2, but we already knew that.  Gonna need to find one of my other devices, or maybe go through a VM.

    Sorry, but I may be getting the wrong end of the stick here, but if running Windows would it now just be a case of downloading the nightlies via https://mirrors.kodi.tv/nightlies/windows/win64/master/

    Again I maybe misunderstanding here.
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #5
    2024-01-14, 01:28 PM
    (2024-01-14, 09:11 AM)Adam86 Wrote:
    (2024-01-13, 01:46 PM)mcarlton00 Wrote: Still haven't found any better way to get a nightly running on my main dev workstation.  I was able to get Kodi 21-beta2 working by going through flatpak, but still haven't been able to successfully build nightly.  So I can now confirm that things are working as expected in beta2, but we already knew that.  Gonna need to find one of my other devices, or maybe go through a VM.

    Sorry, but I may be getting the wrong end of the stick here, but if running Windows would it now just be a case of downloading the nightlies via https://mirrors.kodi.tv/nightlies/windows/win64/master/

    Again I maybe misunderstanding here.

    I'm not running windows.  I haven't ran windows on any of my devices in probably 10 years.  I'm running arch linux, which team kodi doesn't publish a nightly package for.  That's why I need to either find one of my Pis or run a VM so I can actually install one of the nightly packages
    Adam86
    Offline

    Junior Member

    Posts: 10
    Threads: 0
    Joined: 2024 Jan
    Reputation: 0
    Country:United Kingdom
    #6
    2024-01-14, 04:37 PM (This post was last modified: 2024-01-14, 04:37 PM by Adam86.)
    (2024-01-14, 01:28 PM)mcarlton00 Wrote:
    (2024-01-14, 09:11 AM)Adam86 Wrote:
    (2024-01-13, 01:46 PM)mcarlton00 Wrote: Still haven't found any better way to get a nightly running on my main dev workstation.  I was able to get Kodi 21-beta2 working by going through flatpak, but still haven't been able to successfully build nightly.  So I can now confirm that things are working as expected in beta2, but we already knew that.  Gonna need to find one of my other devices, or maybe go through a VM.

    Sorry, but I may be getting the wrong end of the stick here, but if running Windows would it now just be a case of downloading the nightlies via https://mirrors.kodi.tv/nightlies/windows/win64/master/

    Again I maybe misunderstanding here.

    I'm not running windows.  I haven't ran windows on any of my devices in probably 10 years.  I'm running arch linux, which team kodi doesn't publish a nightly package for.  That's why I need to either find one of my Pis or run a VM so I can actually install one of the nightly packages

    Completely understand now, cheers for explaining :-)
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #7
    2024-01-22, 03:54 PM
    there was acknowledgement by team-kodi of "A" (singular) issue with database upgrading on nightly versions, whether or not it pertains to this subject is uncertain but it is compelling

    https://forum.kodi.tv/showthread.php?tid=375938
    axionman
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Feb
    Reputation: 0
    Country:Mexico
    #8
    2024-02-17, 07:06 AM
    Hello,

    just updated Kodi from 21 beta 2 to beta 3 and now I get the same issue:

    Jellyfin extension seems to identify all movies when updating the media library, but movies sections stays empty.
    TV shows section and music is not impacted however.

    I tried to uninstall and reinstall Kodi, but same result Slightly-frowning-face
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #9
    2024-02-17, 10:15 PM
    The addon hasn't been updated to reflect the database changes in newer versions of Kodi yet. As far as I'm aware, the last compatible version was 21 beta2
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #10
    2024-02-25, 08:44 PM
    Just updating here as well, I believe I've narrowed down what changes need to take place, however since I still can't get Kodi 21 to build in any sort of reasonable way I can't actually test the required changes and I'd be devving blind.

    Current status can be found in the github issue: https://github.com/jellyfin/jellyfin-kod...1960666033
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode