mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #331] Shuffle all songs in playlist (even if on later pages) #138
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#138
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 @willcl-ark on GitHub (Mar 10, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/331
If I open a playlist with e.g. 500 songs, this will be 10 spt "pages". If I then shuffle the playlist, it will only play songs from that first (current) page of the playlist.
Personally I think it would be nice if, even though the playlist is requested in blocks of 50 from the API, all songs were on a single page in spt... but that's a matter of preference, I suppose :)
@Rigellute commented on GitHub (Mar 11, 2020):
I need to look into this again, but last I remember not all playlists have this problem.
The following "playlists", however, do have this issue:
The cause is that, last I checked, Spotify doesn't give us a "context" for these playlists, unlike other playlists. The context allows shuffle to be done on Spotify's end, so we don't have to specify a list of tracks to shuffle through.
However, I need to look into this again 👍
@hollystandring commented on GitHub (Jul 5, 2020):
This is happening on one of my user created playlists too. Only the songs on the current page will play on shuffle
@Hugo01 commented on GitHub (Jul 22, 2020):
Same issue, another "issue" is that if you have shuffle on and you select a song from your "liked songs" playlist the shuffle will automatically go to "Off"