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

List music playing on a member part of a group but not coordinator #11

Open
goldyfruit opened this issue Apr 6, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@goldyfruit
Copy link
Contributor

goldyfruit commented Apr 6, 2021

If a speaker is part of a group but it's not the coordinator then during the what is playing intent only the coordinator will be listed as having a music playing on it.

The not coordinator member will have the PLAYING state via the get_current_transport_info() method but the get_current_track_info() method will return empty dict values.

{'title': '', 'artist': '', 'album': '', 'album_art': '', 'position': 'NOT_IMPLEMENTED', 'playlist_position': '1', 'duration': 'NOT_IMPLEMENTED', 'uri': 'x-rincon:RINCON_5CAAFD9C48EC01400', 'metadata': 'NOT_IMPLEMENTED'}

When the coordinator is full of values.

@goldyfruit goldyfruit self-assigned this Apr 6, 2021
@goldyfruit goldyfruit added bug Something isn't working enhancement New feature or request labels Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant