2024-10-30, 12:38 AM
Everything is still sorted inside of the database, so assuming your stuff is sorted into libraries (sounds like it is) then it should be fairly easy to automatically sort stuff through the addon itself.
When you go to addons -> video addons -> jellyfin you should get a list of libraries in your server. If they've been synced it should be just the library name, if they have not been synced it'll say "Library name (dynamic)". If it's a dynamic library, the content is loaded on demand from the server (warning, this is slow). However, if the library is synced into Kodi then it should pull the relevant entries for just that library from the local database. I'm sure you can filter it another way as well, but I don't remember what calls that those menu options make off the top of my head and I haven't been in that section of the code for a long time.
When you go to addons -> video addons -> jellyfin you should get a list of libraries in your server. If they've been synced it should be just the library name, if they have not been synced it'll say "Library name (dynamic)". If it's a dynamic library, the content is loaded on demand from the server (warning, this is slow). However, if the library is synced into Kodi then it should pull the relevant entries for just that library from the local database. I'm sure you can filter it another way as well, but I don't remember what calls that those menu options make off the top of my head and I haven't been in that section of the code for a long time.