-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shuffle/Repeat options not applying when selecting a song in a playlist. #186
Comments
If its at all important, I currently have spotify-qt v3.9 running spotifyd v0.3.3; |
Most likely a duplicate of #92, but I don't think it's an issue with spotify-qt, as it only seems to happen when listening from librespot/spotifyd. It seems to work fine if I use an official client for playback. I'd guess it's probably just the official client not using the same Web API as spotify-qt. |
The other issue I mentioned is that Spotify-qt seems to only be adding the song I select/all songs after it, and none of the songs above/before it when the repeat option is enabled. |
I just wanted to let you guys know that if you run librespot-java in the background (so not the Rust version) the "Repeat one track" works. To be more specific:
It will still say not running in Settings but it works regardless. This issue had me trying about 5 different Spotify clients, but I finally got it to work like this, so I thought I'd share it here. |
I usually leave both shuffle and repeat enabled, but I've noticed some issues with how the app handles generating a new queue when selecting a new song;
When I select a new song from a playlist, only the songs after the one I selected are added to the queue even when the Repeat option is enabled.
Additionally, the items which ARE added to the queue aren't automatically shuffled when the option is enabled; the songs are only added to the queue in the same order they appear on the playlist.
Both issues happen whenever I select a specific song in a playlist with the respective option (shuffle/repeat) enabled.
The text was updated successfully, but these errors were encountered: