spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Lazy load large playlists

Open nonetrix opened this issue 1 year ago • 1 comments

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 avatar Jul 11 '24 02:07 nonetrix

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.

nonetrix avatar Jul 11 '24 02:07 nonetrix