bundit / kord

Spotify, Soundcloud, and YouTube all in one website!
https://www.kord.app
MIT License
638 stars 68 forks source link

Load all Playlist entries at once #60

Open blueYOSHI9000 opened 3 years ago

blueYOSHI9000 commented 3 years ago

Currently, when clicking play on a song in a playlist Kord simply puts all the songs on-screen in the queue but not the rest. To put all songs into the queue I have to scroll all the way down until all songs are on-screen. This also only seems to happen if a playlist just got synced, whether that's because it's a new playlist or because it got reloaded using the button at the top.

bundit commented 3 years ago

@blueYOSHI9000

Right, it currently fetches the next set of tracks from that playlist when the queue is empty.

Would it be helpful if it fetched the next set of tracks when you scroll to the bottom of the queue? Similar to the way playlists tracks are loaded on scroll

blueYOSHI9000 commented 3 years ago

I don't think I quite follow but what I'd like to see (and completely forgot to include in the original post, sorry about that) is that all songs are loaded, even the ones that aren't on-screen. Basically making it so I no longer have to scroll down to include all songs. Could fetch them the moment I click play, I don't mind having to wait a second for it to load if I no longer have to scroll down.