mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #951] Can't see spotifyd client in tui #417
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#417
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 @roberthilleck on GitHub (Feb 19, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/951
I cannot find my spotifyd client in the device list.
The Spotifyd client is started and working correctly. I can connect to the spotifyd client e.g. via my smartphone with the spotify app.
As soon as I connect to the spotifyd client with another device, it appears in the spotify-tui device list.
How can I connect to the client directly in tui without connecting another device first?
@nikitamounier commented on GitHub (Feb 27, 2022):
Use
brew services start spotifydto keep it running as a background daemon – that should work. And don't worry, it barely uses any memory.Also, just in case, double check the
spotifyd.conffile is inside~/.config/spotifyd.@scouw commented on GitHub (Apr 1, 2022):
I'm having the same exact issue with librespot.
Connecting to the client via my phone and then using spotify-tui works flawlessly but spotify-tui will not find the librespot client by itself, my phone does however show up. Tried setting librespot to show up as a phone to no avail.
Once I've connected to the client once it also works flawlessly; I can change to listening on my phone, restart spt and my librespot client still shows up. The second I restart the librespot client however it won't show up by itself in spotify-tui.
@scouw commented on GitHub (Apr 13, 2022):
Setting the
--usernameand--passwordoptions for librespot fixed it for me. I'd assume doing the same thing for spotifyd would do it as well. As a nice side effect this also lets you connect to the device even when being connected to a VPN without letting local network stuff go through it.I assume this is more an "issue" on spotify's end, especially considering the same thing also happens in other comparable programs such as spotify-qt.
@roberthilleck commented on GitHub (May 11, 2022):
Since the last update it now works for me...