Add Load Items Limit setting#796
Merged
1hitsong merged 9 commits intojellyfin:masterfrom Mar 24, 2026
Merged
Conversation
Member
I'm not sure why this specific number was chosen, but my old crappy Roku TV struggles sometimes with even loading this many |
1hitsong
requested changes
Mar 23, 2026
Co-authored-by: 1hitsong <3330318+1hitsong@users.noreply.github.com>
1hitsong
requested changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Add a user library setting to specify the number of library items preloaded upon entering a library. This overrides the hardcoded
m.top.limit = 60inLoadItemsTask2.bs, allowing a user quickly scrolling down in a library to avoid waiting for the next batch of 60 items to lazy load. The setting defaults to the existing hardcoded value, so nothing changes for any user unless they modify this setting.After adding this setting a value of 100 provides a smoother scrolling experience on my system. I'm not sure why this limit was hardcoded in 621e53e but my 2024 Ultra 4850X handles preloading 100 items with no trouble.