Mass Coverwall Card — your Music Assistant library as cover art, one tap to play

Hey everyone! I’ve been building a custom Lovelace card for those of us using Music Assistant and wanted to share it.

Mass Coverwall Card displays a responsive grid of cover art from your Music Assistant library — playlists, albums, or artists — and plays them instantly with a single tap.

Why I built it

I wanted something that felt like flipping through a record collection rather than navigating a list. One tap, the right vibe — that’s the whole idea.

Features

  • :musical_note: Playlists, albums or artists — pick what to browse
  • :loud_sound: Any Music Assistant media player in your home
  • :control_knobs: 16 sort options — recently added, last played, most played, random…
  • :pushpin: Manual mode — pin your go-to covers, drag to reorder
  • :art: 100% aligned with your HA theme — no custom colors, no overrides
  • :zap: Built for Sections view — adapts automatically to any card size
  • :computer_mouse: Visual editor — no YAML required to set it up

Installation via HACS

Add it as a custom repository in HACS → Frontend:

https://github.com/eliseo-juan/mass-coverwall-card

Minimal config

type: custom:mass-coverwall-card
entity_id: media_player.salon
media_type: playlist
order_by: timestamp_added_desc
item_size: 3

Full docs and more examples on GitHub.

Feedback very welcome — this is early days and I’m actively working on it! :star: if it’s useful to you.