-
Notifications
You must be signed in to change notification settings - Fork 58
Tunein metadata #17
Comments
This isn't necessarily a error in this component i've noticed the same error when playing a video stream link in the chromecast integration in HA. Do you have copy of the URL you are trying to play from a script so I can test some. |
Oh, by the way, do you have libmagic installed where you are running HA? When a media_uri is used this component tries to lookup data about the stream from id3 tag. The lib needs libmagic. |
I experience the same, using 2 different types of LinkPlay devices (IEAST AudioCast firmware version 4.2.8230 and Arylic S50 Pro girmware version 4.2.8020). If I call the service
I hear the audio well, but no metadata is shown. But not only in Home Assistant! The app on Android also just shows that something is playing, no metadata there either, unless the playback is started from the app. I guess there's something with the way the service starts the playback... |
OK. What I've discovered so far is that when you start a radio station from the Android app, the information returned by |
In my fork I've added support to retrieve the metadata directly from icecast's stream. |
Not an issue as such but not quite a feature request either.
If I play media from Tunein on the linkplay speakers via the SmartSonix app on my phone then the correct media metadata is interpreted and homeassistant shows the current radio station name/details and logo.
If I play the same radio station directly from the audio stream link URL from Tunein using mediaplayer.play_media via a script then no media info is shown.
Is there a way to get this component to read the metadata from the stream URL or what is the source of the metadata?
The text was updated successfully, but these errors were encountered: