github jianyu-li/yet-another-media-player v29.4.0
More Look and Feel Customization Options

latest releases: v35.0.9, v35.0.8, v35.0.7...
4 months ago

New Features

Added some more options to further customize the look organized by configuration tab.

If you use this card please consider starring it on GitHub! It really helps others find the card and gives me motivation ha!

Now onto the updates:

Look and Feel

  • adaptive_controls lets the control buttons grow or shrink with the space on the card.
  • adaptive_text_targets allows you to pick text blocks that grow or shrink with the space on the card.
  • hide_active_entity_label hides the label under the main card when chips are in the menu.
  • idle_image now accepts Jinja when "Use URL or Path" is on

Artwork

  • media_artwork_overrides image URL now accepts Jinja.

Config Example

adaptive_controls: true
adaptive_text_targets:
  - menu
  - action_chips
  - details
media_artwork_overrides:
  - image_url: "{{ states('sensor.bg_img_url') }}"
    entity_id: media_player.bedroom
  - image_url: "{{ states('sensor.bg_img_url') }}"
    entity_id: media_player.bedroom_homepod_right
idle_image: "{{ states('sensor.bg_img_url') }}"

Other Things

  • Card is now compatible with more themes.

Don't miss a new yet-another-media-player release

NewReleases is sending notifications on new releases.