You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of posting another issue, I better ask here first...
So I have installed lms v3.29.1 from source on Arch Linux. I figured out the path issues, installed the service file, and it's running just fine now.
But one problem I have now is:
After scanning my library, when I go to Albums and select All, I only get exactly 198 albums, even though I have many more than that. The missing albums are scanned, and I can find them using the search function, but the All page seems to refuse to show more than 198 entries? The same is true when I choose Random— I get 198 albums.
Shouldn't the infinite scrolling just continue to show more albums until there are non left?
The text was updated successfully, but these errors were encountered:
Tried to raise the limit.
Making it infinite is not that easy because sqlite3 cant use random with seed. So we have to store everything, which is quite big/long if it is truely infinite since we basically have to store the whole randomized collection.
Raised the limits significantly so that one would get bored before hitting the limit + made some optims. Would be a good enough first step I think.
Discussed in #234
Originally posted by drtebi May 29, 2022
Hello,
instead of posting another issue, I better ask here first...
So I have installed lms v3.29.1 from source on Arch Linux. I figured out the path issues, installed the service file, and it's running just fine now.
But one problem I have now is:
After scanning my library, when I go to
Albums
and selectAll
, I only get exactly 198 albums, even though I have many more than that. The missing albums are scanned, and I can find them using the search function, but theAll
page seems to refuse to show more than 198 entries? The same is true when I chooseRandom
— I get 198 albums.Shouldn't the infinite scrolling just continue to show more albums until there are non left?
The text was updated successfully, but these errors were encountered: