mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #560] Spotify-tui does not initially recognise spotifyd #231
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#231
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 @pujiii on GitHub (Aug 17, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/560
When i run spotifyd, spotify-tui does not list it as a device. However spotifyd is running correctly, because on my phone it is listed as a device.
When i play a song from my phone on the spotify-d device, then suddenly it appears in the device list on spotify-tui. But before that it doesn't
@Peterwmoss commented on GitHub (Sep 1, 2020):
What version of spotifyd and spotify-tui are you running?
@pujiii commented on GitHub (Sep 2, 2020):
spotify-tui 0.21.0
spotifyd 0.2.24
@pujiii commented on GitHub (Sep 2, 2020):
also i saw a typo in my original post i corrected it
@piotr-calus commented on GitHub (Sep 2, 2020):
Run the spotifyd without detaching (--no-daemon) and check that configuration file is loaded correctly and the daemon is connected and authenticated. You can add --device-name for easier identification - temporary_device_name shoud be visible in spotify-tui devices list.
If you do not get info about configuration file loading add the
--config-pathto the run command and try again.If config file is loaded but daemon is not connected/authenticated verify your config file:
cache_path = /home/user/.cache/spotifydand/or
The <cache_path>/credentials.json file is created after (first) correct authorization.
Let us know what works / doesn't work. Good luck.
@Rigellute commented on GitHub (Sep 30, 2020):
Any luck @snst-p?
@Yazir commented on GitHub (Oct 5, 2020):
Had the same issue, config wasn't loading.
What I needed to do is to change filename of ~/.config/spotifyd/spotifyd to spotifyd.conf (default cfg path)