Caule Themes Pack 1 - by caulecriativo.com

Does anyone know what kind of mediaplayer tile the theme is using in the preview screenshots? I cannot seem to find the one working nicely with the theme…

I’m guessing that’s Mini Media Player, with jump buttons, progress bar, runtime and runtime_remaining enabled.

I’ve used it successfully for years, and it works fine in 2025.1.1, but I’m not 100% sure it’s still maintained should a major breaking change occur.

EDIT: Oh, and welcome to the community!

1 Like

Hmm for some reason none of the setting change something… Am I doing something wrong?

You need to put your options under a hide: key. It’s a little bit counter-intuitive, as if you want to show something, you set the value to false:

type: custom:mini-media-player
entity: media_player.sonos
info: scroll
hide:
  jump: false
  volume_level: false
  runtime: false
  prev: true
  next: true
  state_label: false

Actually, I think I was wrong about the buttons shown in the screenshot that move the music forward and back. The standard jump buttons in the card are actually just conventional forward and rewind buttons.

If you want to reproduce the exact look of the screenshot, you’ll need to set up shortcuts that run a script to jump forwards and backwards. Seeking is not supported by all media player integrations by the way. If you really want this, I can probably work something out given a bit of time - I’ve never used this feature personally.

EDIT: for future reference, if you could avoid posting your YAML code as a screenshot, it makes it easier for people to help out, as they can quickly copy what you’ve tried. Better to post it as text in between 2 sets of 3 backticks ``` to make it format properly.

1 Like