mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #364] Is spotifyd required? #198
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#198
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 @ghost on GitHub (Feb 10, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/364
I have recently switched over from spotify-tui. As such I had been using spotifyd as backend for the playing Spotify device. I have managed to configure spotify_player through the same client_id I was using before, but I have also noticed that when I run the SwitchDevice command I see both spotifyd and a spotify_player device. If I select the spotify_player device, nothing happens and songs do not play.
Am I doing something wrong? Do I need spotifyd or can I make it work just by using spotify_player?
@aome510 commented on GitHub (Feb 11, 2024):
No
spotifydis not required.spotify_playersupports streaming directly from the terminal (https://github.com/aome510/spotify-player?tab=readme-ov-file#streaming).@aome510 commented on GitHub (Feb 11, 2024):
Can you provide any applicable logs or backtraces? Refer to https://github.com/aome510/spotify-player?tab=readme-ov-file#logging for more details
@ghost commented on GitHub (Feb 12, 2024):
Oh. I believe it is because the default backend is rodio-backend and I am currently using pulseaudio. Is there a way to switch backends or do I have to reinstall by recompiling with the proper option?
@ghost commented on GitHub (Feb 12, 2024):
Yes. I can confirm doing so has solved the issue, my bad!