Would it be possible to replace the play/pause button with play/stop. Using Musiccast speakers and XMradio, the pause button has no effect. If I replace mute with stop, then I can stop the music from plying.
Perhaps we could add a card option for 'replace_pause' and have one of the options be 'stop'?
+1 for this one.
You could even offer a hidden option to display or not the stop button next to play/pause.
I could look at it if you accept PR.
PRs are very welcome.
Hey, I added a boolean option "replace_pause" which replaces the pause button when media is playing with a stop button and also the onclick action with "media_stop"
Example config:
type: custom:mini-media-player
entity: media_player.kuche
replace_pause: true
Screenshot:

@Mofeywalker Great job! I was thinking to have option to get both pause and stop button. I'll try to work on it this weekend
I have worked on the option to display stop button. PR #177

Now available in the latest release, thanks @guillaumelamirand!
Most helpful comment
Hey, I added a boolean option "replace_pause" which replaces the pause button when media is playing with a stop button and also the onclick action with "media_stop"
Example config:
Screenshot:
