Open gdlx opened 1 year ago
@ruuk I've tried to debug and it seems this is caused by collections being added as movies.
showPanelControl
only contains as much items as movies, but chunks also contain collections.
Changing includeCollections
to 0
here fixes the issue, but I'm not sure this is the way to go:
https://github.com/plexinc/plex-for-kodi/blob/master/lib/_included_packages/plexnet/plexlibrary.py#L139
Knowing this is collections related, I've just found that this is the same issue as #373, #354 and #344
Description:
On large movie libraries (100s), movies in the end of the alphabetical order are missing. For example, on a 250 movies library, I don't see those starting with S and after. On a 700 movies library, I don't see those starting with U and after. Also, the A-Z selector points to movies starting with the wrong letter. Changing from grid to list or sorting order doesn't change anything (always the same last movies in the alphabet are missing). Applying a filter may show missing movies. Same issue on on Android TV and Windows. I have no issue on smaller libraries (<100). Searching missing movies works fine.
I think the following log may be related:
Details:
Checklist