2025-11-03, 10:04 PM
(2025-11-03, 03:00 PM)jellykrabbypatty Wrote: Is it normal for Jellyfin to have to reload the movie covers every time the Roku app is opened and closed, or for it to scroll for a few seconds and pause wheeling when you scroll down too fast?
Yes, this is normal. I see the same behavior. Items within a library are loaded in fixed-size batches (60 at a time), and the next batch is not loaded until you have scrolled down to near the bottom of the list of items that have been loaded already. The batch size is hardcoded, with no way for a user to change it using the Roku client.
You could file an issue on the jellyfin-roku github to request a feature allowing users to change the batch size.

