Casting my "music dashboard" - album art is replaced by ”generic image”

I am playing around to create a dashboard with media control / albumart and so on. This dashboard I want to cast to my Google Nest 2 in my kitchen, triggered by that music is played, the casting works fine and also the controls…

…but the album art gets kind of boring (see image)…any idea why it is like this?

The album art looks fine when showing the dashboard in my browser.

Similar problem is described here:

I have the exact same problem. Added a comment in the Issue. I think its a problem with the Google cast integration and not the Plex integration.

1 Like

@nikno, have you found a way to get around this problem? There seems to be no development.

I have not played around with it that much lately - but did a try just now as below.

Here is a mix of 2 different players - the ones to the left are both of type custom:mini-media-player (I think I got from HACS) while the one to the right is “the normal” type media-control (!), which then shows some artwork…

1 Like

I have figured out that this has something to do with the reference (url) to the artwork. I am using the custom-sonos-card and this card uses the entity_picture attribute from the media_player entity to get the artwork.

This URL is HA local adress. I made a fork of the custom-sonos-card where i added my local HA IP adress as a prefix to the enity_picture url and this made the nesthub show the artwork.

If the enity_picture url would be http://[HA-IP]:8123[entity_picure_url_as_of_now] it should work on the nesthub.

I will try the normal media-control card! :slight_smile:

2 Likes

Did this end up working?

Any fix???

Hi, @ all.
Ive got the same issue.
Ive tried to figure out where I can make a change in the Code.
But I havent found it. Can Some one give me a Tipp? or the code File ?
Tanks

Use artworkHostname in the sonos card.
For instance:

type: custom:sonos-card
artworkHostname: http://192.168.0.59:8123 

PunxaPhil
image image

Thanks for the info.
Ive looked at the custom-songs-card.js but i can’t find a right place to fit it in.
Sorry for circumstances. In wich file and where i can put my IP in?
When i put it in the Code Editor in Dashboard. I can see that the placeholder pic changes to another one. And i put in the IP Adress my VM.

file??
You just supply it in the card configuration.

  1. Create a dashboard in Home Assistant
  2. Add the Sonos Card to the dashboard
  3. Edit the configuration of the card according to the above (or use the visual editor for the card, you’ll find artworkHostname under the advanced tab).

@PunxsutawneyPhil Thanks!

I added the ip address of my HA. Used both the method by yaml editing the Sonos Card and by setting it in the Advanced tab.

When I do it the artwork disappears from the browser (see below). I have NOT tried casting it yet to my Google hub.

I tried with my internal ip address (http://192.168.1.96:8123), the local HA URL (http://xxx.local:8123) and my external duckdns https one…

image