mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #858] CLI commands don't update the TUI Playback display #1452
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#1452
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 @mchlmmc on GitHub (Oct 29, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/858
Describe the bug
When I simultaneously open the TUI in one window and then control playback using a different terminal window, the TUI display does not display the new track that is being played, instead it still displays the last song selected using the TUI.
To Reproduce
Open two terminal windows, one with the TUI, one blank. First play a track in the TUI window, then play a different track from the empty terminal window with a command such as
spotify_player playback start track --name "basket case".Expected behaviour
The TUI will not change to reflect the changed track playback status.
Screenshots

Environment