mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #840] Can't select songs for playback #356
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#356
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 @iamteedoh on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/840
I have several playlists/songs. If I open a playlist and select a song, it only plays the one and only song it ever played for the first time. I can't change the song at all. If I go to the Song box area, highlight the song, and hit [enter], it still plays the previous and first song ever played. It's like that first song is stuck in the play bar.
Is there a way to maybe remove some cache or something here? I even tried adding the song I wanted to the queue by pressing z and still no luck.
For example, I chose this track to play by hitting
[enter]When looking at the logs in
syslog, however, it still tries to play this same song below but that song won't even play:My spotifyd.conf file contains the following:
My client.yml file for spotify-tui contains the following:
Furthermore, if I run a playlist like this:
spt play --name "Wu-Tang" --playlist, this is the result I get back:As you can see, no matter what I do, it still tries to play that same song over and over.
I use
spotifydto playback the music. It's worth noting that I can actually listen to that first song when it does plays. It makes me even wonder if it's a keybinding issue too?And yes, this is a premium (family) account.
@dragosussy commented on GitHub (Sep 6, 2021):
The same happens to me.
I'm using spotifyd too on a premium duo account.
@Vinzent03 commented on GitHub (Sep 14, 2021):
Totally agree. I have no idea why it doesn't let me play a song I select. It only works by adding it to the queue via
zand skipping the song byn@oivvio commented on GitHub (Oct 25, 2021):
Same here
@jukefr commented on GitHub (Jul 17, 2022):
same issue any news on this by any chance ?
only seems to happen with spotifyd, not with web player device so maybe its an spotifyd issue 🤷
edit: spotifyd official snap package was actually behind like 123 versions from latest so that was the issue, built latest from source and everything works fine now