mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #371] Optimistic playlist loading. #250
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alexlyee on GitHub (Jan 22, 2023).
Original GitHub issue: https://github.com/jpochyla/psst/issues/371
Is your feature request related to a problem? Please describe.
I've several very long playlists on spotify, and they take complete minutes to load each time I open the playlist (or even click on the currently playing song inside of the very playlist! see #370)
Describe the solution you'd like
It would be nice if opening a playlist simply displays the most recent cache of it and upon a reload request it simply begins downloading it in the background, updating the page whenever it becomes available.
Describe alternatives you've considered
Perhaps it would be best if lazy-loading was fully implemented, for this would then perhaps ideally be done after that, but that's unnecessary extra work if we are to only get this done.
@alexlyee commented on GitHub (Jan 22, 2023):
I realize this has already been written up in #316 , mb