Hi
I have integrate to HA my not smart soundbar as a media player with this integration (uses broadlink rm mini). I added my custom own codes and it is almost working.
the configuration is as simple as it gets (I know there are many possibilities but I used the card for first time yesterday)
You will not get the volume slider to work with that setup I’m afraid, there’s no volume state.
There’s an option volume_stateless that switch out the slider for volume buttons, that would be your best option.
Now, I’m having problems with the on/off switch of Playstation. I don´t know why, but the power on/off button only works when I want to turn it on, not when I want to turn it off. But When I enter to the Playstation card I can turn it on and off:
Also, I’m having another problem not related with MMP, but I think it could have the same solution.
I have another TV, and old TV that can only be turned off with media_player, I tried to enable WOL but did’t work. I also have a Broadlink IR switch, so I was thinking that maybe there’s a way to configure the on/off button to do specific actions. So I was thinking that could be a solution in both cases to change the button actions others, in the case on the TV it could be:
Pretty new to home assistant and such. I am currently using my leg web os tv and im wondering on two things.
Is there a way to have it so when I select a buttong to change the source, if the tv isnt on turn it on first? Would this be a seperate for if the source was selected and tv isnt on turn tv on first? (something on node red dont need to go through that as I know this is just for the card)
Currently when playing plex it just shows the plex icon in the artwork, is there a way to have it show the artwork of the film or tv show I’m playing? (I have the plex sensor setup within homeassistant)
Also thank you for creating the custom card! I love it
Has anyone experienced a problem with buffering the radio when sending to chromecast audio ?
I’ve made myself a radio with buttons and when I press the button I have to wait 20-40 seconds for the stream to play.
I dont have this problem for this stream https://18973.live.streamtheworld.com/RADIO538.mp3 (MPEG Audio layer 1/2(mpga) stereo, 44,1 kHz 32 Bitrate 128kb/s)
and have to wait for https://waw01-01.ic.smcdn.pl/t049-1.mp3 (MPEG Audio layer 1/2(mpga) stereo, 48 kHz 32 Bitrate 128kb/s)
When I run using VLC on a computer, the problem does not occur.
As a curiosity I’ll add that when I press quickly pause and after a while the play starts playing right away.
Hi,
For me mini-media-player not work at all. (hassio 0.110.4, hacs 1.0.3)
I installed with hacs (hacs is ok for other plugin like lovelace-slider-entity-row)
after install
in lovelace resources I have:
/hacsfiles/mini-media-player/mini-media-player-bundle.js javascript module
(I can found it at this adress in hacsfiles)
Lovelace examples are always written as if you were using yaml mode and have to list the card under a view. You have to adjust this for entering the config in UI edit mode as each card is presented on it’s own and the UI takes care of listing it under a view.
Hello, try the option toggle_power: false, might work better for some devices.
Yes, the universal media player can do just this, it basically allows you to map actions such as on/off to different services.
Not that I know of unfortunately.
I’m pretty sure the plex component exposed media artwork before, but I just tried and I don’t get any artwork from plex neither.
The card will show the artwork exposed by the component, so nothing I can do from my side, sorry.
Plex component definitely exposes artwork of the current playing media. To check my own sanity I set up a fresh mini-media-player card on a Plex media_player and everything looks fine.
Can anyone experiencing this issue specifically with Plex create a github issue with more details?
Great,
By default the card will call the media_player service toggle, setting toggle_power: false will instead make the card call the turn_on / turn_off services conditionally based on the entity’s current state.