mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #36] [solved] unable to use the application with spotifyd #27
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#27
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 @mut-ex on GitHub (Oct 9, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/36
I do have a Premium account. Spotifyd is able to connect to Spotify, and I am using pulseaudio as the backend. But spotify-tui just says that I need to have the official app open.
@Rigellute commented on GitHub (Oct 9, 2019):
I need to update that error message as
spotifydsomewhat "qualifies" as an "official" spotify client.Make sure that your
spotifyddevice appears in the device list - pressdto see the list and select it.Then try to play a track?
@Rigellute commented on GitHub (Oct 9, 2019):
Try following these debugging points from spotifyd https://github.com/Spotifyd/spotifyd#logging
Namely, see the logs using
./spotifyd --no-daemonand ensure thatspotifydand can see the auth success logI can choose spotifyd from my device list and play tracks on it with no issue
@mut-ex commented on GitHub (Oct 9, 2019):
Pressing d and selecting the device was the key! I guess I missed that option. Thank you! Now I can get rid of the bloatfilled default Spotify app.