Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy load large playlists #502

Open
nonetrix opened this issue Jul 11, 2024 · 1 comment
Open

Lazy load large playlists #502

nonetrix opened this issue Jul 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@nonetrix
Copy link

Is your feature already implemented in the latest master?
Doesn't seem to be

Is your feature request related to a problem? Please describe.
Memory usage is high when loading my 8,000 song liked playlist, if it was double it would be comparable to Spotify. But luckily it is just 600MB, still not great at all and likely will get rate limited as well
image

Describe the solution you'd like
Lazily load songs and only load more when you scroll, unload if you scroll down a lot

Describe alternatives you've considered
None I can think of

Additional context
None I can think of

@nonetrix nonetrix added the enhancement New feature or request label Jul 11, 2024
@nonetrix
Copy link
Author

nonetrix commented Jul 11, 2024

Also I have had other clients implement lazy loading but only shuffle songs in the lazy load view, maybe can pick a random number between 0 and how many songs are present and load the songs there? I think that would be best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant