mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #711] Now Playing view and other inconsistencies/desync issues in Spotify app when playing playlists via spotify-player #421
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#421
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 @earhax on GitHub (May 5, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/711
Describe the bug
When I play a playlist in the Spotify app, the Now Playing view in the right sidebar will correctly show the name of the playlist at the top, followed by album art, and the song/artist name underneath. Whenever the device is changed to spotify-player, the Now Playing view will no longer show the playlist name at the top, but instead will show the song name. Also, with the playlist name displayed at the top in the spotify app, clicking it will navigate to the currently playing song in the playlist, whereas clicking the song name (when the device is set to spotify-player) will not do so. I've also noticed that, when the playing device is set to spotify-player, occasionally, songs will play that are not in the currently-playing playlist - particularly if the song was removed from the playlist during the current listening session (i.e. since the last time running spotify-player from cmd prompt).
To Reproduce
Run both spotify-player and native spotify app on Windows 10 PC. Note the differences in the Now Playing view on the right sidebar when the current device is set to spotify-player vs "this computer". Try playing a short playlist with shuffle on and repeat all songs on and deleting a song from it, and either continue listening and wait or maybe skip through songs, and you'll notice songs deleted from the playlist will get played again.
Expected behaviour
Now playing view and functionality should be the same when using spotify-player to play a playlist as when using native spotify app.
Log and backtrace
N/A
Environment
Additional context
Add any other context about the problem here.
@aome510 commented on GitHub (May 10, 2025):
It's hard to tell what happened and what is expected just from the text without any visuals. Can you include screenshots for each UI interaction you described?