mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #442] Only the first 100 songs are randomized over in a big playlist #1179
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1179
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 @BinaryFly on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/442
Describe the bug
Whenever I play a song from a big playlist and put shuffle on
true, it will only randomize over the first 100 songs in the playlist. I don't know if this is a spotify API related issue or not but it would be nice if we could use shuffle over the entire playlist instead of the first 100 tracks.To Reproduce
true(CTRL+S if you didn't change your keymaps)@BinaryFly commented on GitHub (Apr 30, 2024):
After not too much digging I found the following bug report from 2016 on a spotify community page. It seems this is a bug in the spotify API that has been around for a while. Maybe there is an easy workaround to simulate the desired behaviour still?
@BinaryFly commented on GitHub (Apr 30, 2024):
Just saw that this already has a closed issue where this was handled. So I'll close this.