Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi speaker icon #432

Open
foxy82 opened this issue Nov 23, 2021 · 4 comments
Open

Multi speaker icon #432

foxy82 opened this issue Nov 23, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@foxy82
Copy link

foxy82 commented Nov 23, 2021

Is your feature request related to a problem? Please describe.
I'd like to use the multi speaker icon for librespot-java.

image

Describe the solution you'd like
A way to use the icon above.

Describe alternatives you've considered
Using a different icon but I'd really prefer the one above.

@foxy82 foxy82 added the enhancement New feature or request label Nov 23, 2021
@devgianlu
Copy link
Member

devgianlu commented Nov 23, 2021

Try changing the deviceType config value, one of them should be that.

deviceType = "COMPUTER" ### Device type (COMPUTER, TABLET, SMARTPHONE, SPEAKER, TV, AVR, STB, AUDIO_DONGLE, GAME_CONSOLE, CAST_VIDEO, CAST_AUDIO, AUTOMOBILE, WEARABLE, UNKNOWN_SPOTIFY, CAR_THING, UNKNOWN) ###

@foxy82
Copy link
Author

foxy82 commented Dec 29, 2021

Sorry coming back to this - I tried them all and none of them represent the icon above.

@devgianlu devgianlu reopened this Dec 29, 2021
@mbeijen
Copy link

mbeijen commented May 4, 2023

I assume you could go to https://developer.spotify.com/documentation/web-api/reference/get-a-users-available-devices and log in to your account and try the API call with your own account and see the 'type' for a multiroom setup. I don't have such a setup so I can't help here

@foxy82
Copy link
Author

foxy82 commented May 7, 2023

I assume you could go to https://developer.spotify.com/documentation/web-api/reference/get-a-users-available-devices and log in to your account and try the API call with your own account and see the 'type' for a multiroom setup. I don't have such a setup so I can't help here

So I tried it - first the groups didn't appear on that API call. So then I started playing a song and that made the group appear but it is also shown as a "Speaker" on the API whilst the UI shows the multi speaker icon:

  {
     "id": "uuid",
     "is_active": true,
     "is_private_session": false,
     "is_restricted": false,
     "name": "Multiroom Alexa Hallway",
     "type": "Speaker",
     "volume_percent": 47
   },

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants