Media players showing playing and paused #109
Replies: 1 comment
-
The card doesn't support OR on a single state field directly. The cleanest approach is two separate filter alerts — one for playing, one for paused — both with show_player_controls: true. They'll cycle independently and each shows its own player card. Alternatively, if you want to catch any "active" player (playing, paused, buffering), use:
Bug confirmed and fixed in the upcoming v1.3.1 — the player card was hardcoding "NOW PLAYING" and ignoring badge_label entirely. After the fix, setting badge_label: "Kitchen" will display it in the badge slot.
This was already fixed in v1.3 (#105) — all player buttons now stop pointer event propagation so card-level tap/hold actions don't interfere.1. Filter by playing OR paused The card doesn't support OR on a single state field directly. The cleanest approach is two separate filter alerts — one for playing, one for paused — both with show_player_controls: true. They'll cycle independently and each shows its own player card. Alternatively, if you want to catch any "active" player (playing, paused, buffering), use:
Bug confirmed and fixed in the upcoming v1.3.1 — the player card was hardcoding "NOW PLAYING" and ignoring badge_label entirely. After the fix, setting badge_label: "Kitchen" will display it in the badge slot.
This was already fixed in v1.3 (#105) — all player buttons now stop pointer event propagation so card-level tap/hold actions don't interfere. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I'm using the code below to get Media Players that are currently playing or paused, but I do have a few questions / issues:
show_player_controls: true,badge_label:does not do anything.hold_action: action: more-info. I want to have access to the built in media player if I want to, but I have not found a way.Beta Was this translation helpful? Give feedback.
All reactions