Spotify Widget

@No3x clear, thanks for your swift reply.

Hello,
thank you all for that nice widget!
I have one issue:

When no spotify device is connected to and there is no music track played OR while playing a podcast track, the picture of the item _AlbumImageUrl shows a “broken picture” icon, because there is nothing found what could be shown or as default. Is there a possibility to show a default or alternative picture via url path? e.g. a local saved picture?

slots:
  default:
    - component: oh-image
      config:
        item: =props.prefix+"_AlbumImageUrl"

Regards.

Newer openhab cores are now auto renaming the items to have under scores so the above would be…

=props.prefix+“_Album_Image_Url”

The first post seems to have a newer widget that means you need to specify each item. Just a heads up to anyone using old widget code and then re-creates the items with the newer naming.