mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #602] Songs played don't show up in "Recently Played" #245
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#245
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 @Jake-Gillberg on GitHub (Oct 1, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/602
Not sure if this is a spotify-tui issue or spotifyd issue
@Jake-Gillberg commented on GitHub (Oct 1, 2020):
https://github.com/Spotifyd/spotifyd/issues/687
@sputnick1124 commented on GitHub (Oct 2, 2020):
This actually stems from
librespot, the library on which spotifyd builds. This issue in particular has been a long standing one which ultimately is an issue of trying to reverse engineer the appropriate comms from the player client back to the server to report the played status of songs.See https://github.com/librespot-org/librespot/issues/342 for more details.
@Jake-Gillberg commented on GitHub (Oct 2, 2020):
Thanks!