plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
251 stars 123 forks source link

Library View limited to first 500 items #354

Closed kcs32787github closed 2 years ago

kcs32787github commented 3 years ago

Description: Library View limited to first 500 items

Details:

When browsing my movie library, only the first 500 entries are displayed. If I use the search feature for the non-displayed movies from the main library view, the addon knows they are there. Is there a way to tweak something to allow more than 500 items to be displayed at once?

Checklist

kcs32787github commented 2 years ago

Okay after doing some deep diving, I have figure out the behavior of the issue, however, I do not know how to fix it. In "Movies" library view with no filter and viewing "ALL" movies, the addon checks for the number of movies in the library (presently mine is 570). However, Plex also counts "Collections" as items in the Library. Therefore when the addon lists "ALL" items since some "Collections" come alphabetically before the last movies in my library it only displays the first 570 items including "Collections"

The actually number of items in the Movie section, including "Collections" is 584. Is there a way to adjust the addon to include movies + collections and display everything in the "ALL" category.