punxaphil / maxi-media-player

Media card for Home Assistant UI with a focus on managing multiple media players, but not excluding single player setups.
27 stars 2 forks source link

Blur album art or dynamic colour based controls from album colours, like android auto #85

Closed andiohn closed 2 months ago

andiohn commented 2 months ago

Dynamic colour for controls based on android auto. Blur level on album art too

punxaphil commented 2 months ago

Dynamic colour I'm not sure how to do. Would need someone contributing to the repo for that.

For blur, use cardmod (https://github.com/thomasloven/lovelace-card-mod):

type: custom:maxi-media-player
card_mod:
  style:
    mxmp-player$: |
      .artwork {        
        filter: blur(2px);
      }