Is there a way to get the play status of a Chromecast? I thought maybe a hack was to do a regex on Application if it doesn’t say “Backdrop” then it’s playing, but wondering if there wasn’t such a hack way to do it.
Google Cast devices support the MediaPlayback
capability. You can bind @Device.PlaybackStatus
to a Label if you want to see the current playback state.
Perfect thanks
That’s what I was looking for