mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #237] Bluetooth Speak / Device support #1058
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#1058
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 @maglore9900 on GitHub (Aug 27, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/237
Is your feature request related to a problem? Please describe.
I cannot select my bluetooth speakers from the device menu
Describe the solution you'd like
Support bluetooth
Describe alternatives you've considered
Alternative programs such as spotify-tui support this feature
@aome510 commented on GitHub (Aug 27, 2023):
Make sure you already follow the instructions described in https://github.com/aome510/spotify-player#spotify-connect to enable Spotify connect support.
Unlike
spotify-tui, which also requires specifyingclient_secret,spotify_playeronly requires specifyingclient_id.@maglore9900 commented on GitHub (Aug 27, 2023):
Hello Aome,
Yep, did that. So, at the moment I have both spotifiy-tui and spotify-player installed, as well as spotify itself. Once i get spotify or spotify-tui playing with the bluetooth speaker, I can see my spotify data in spotify-player and I can control it.
What I cant do is only use spotify-player and select my bluetooth speaker as a device.
@maglore9900 commented on GitHub (Aug 27, 2023):
Wait, looking at the client id configuration stuff now, and I am not sure I did that. Let me confirm.
@maglore9900 commented on GitHub (Aug 27, 2023):
Sorry it was exactly that!
Set client_id to my spotify app client id was the solution.
thanks!