mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #739] Toggle Between Normal Shuffle And Smart Shuffle #1373
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#1373
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 @Patitotective on GitHub (Jun 1, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/739
Is your feature already implemented in the latest
master?No
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I'd like that the action for
Shuffle(<C-s>) would actually cycle through the states no shuffle, shuffle and smart shuffle.Describe alternatives you've considered
Using the official client.
@aome510 commented on GitHub (Jun 22, 2025):
Smart shuffle is not exposed as a public API unfortunately, so one might need to implement the logic manually inside the app. See #153