Radio Metadata
#3551
Replies: 1 comment
-
What metadata is in the HA attributes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I got 6 radio stations that I've added to Music Assistant.
When I play any of them, the metadata (artist, song name) shows up on the Google Hub screen or Media Player cards for only 1 second, and then it reverts to show only the name of the station.
A few times it shows the metadata and it does not revert to the radio station name.
The code I use is pretty simple. I have tried to add some metadata related lines but nothing works.
action: music_assistant.play_media
metadata: {}
data:
media_id: Venice Classic Radio
media_type: radio
enqueue: replace
target:
entity_id: media_player.home_group_2
Anyone has any ideas on how to add that functionality?
It's useful for me to know the names and artists as I add them later to my offline library.
Beta Was this translation helpful? Give feedback.
All reactions