Hello, sorry i can never figure out how to make the coding look right on here. and it doesn’t prompt me to fix it anymore. This code below works great to type in a move click the button and it plays on my roku(plex) every time
Can someone please tell me how to get the movies to start at the beginning? It always picks up where it left off, and it’s annoying. I want default to be start from the beginning always
My player is in full-cover, but this way I can’t read the artist/title as well as buttons. So I designed some 80% black background images for the buttons and changed the font in themes
(using mini-media-player-base-color: white
mini-media-player-icon-color: white ).
Works fine while playing, but if its off the text goes back to black and I can’t read it on those dark buttons.
Is there a way to get the album cover above the player? Or have permanent text color (even if it’s only on the buttons)?
second issue: I managed to get a list in the shortcuts. But it shows “shortcuts…” as text. Any way to change that? Can’t seem to figure that one out.
I seem to have something of a challenge, this what I am trying to do might not be doable, but I will for sure try anyway
I have a pair of KEF LSX2 active Speakers. And an Epson projector. Now when I change source on My KEF I also trigger a start of the projector. Works great. However one thing I can not solve is that I would like to have a mini media player with two buttons to control the light output of my projector, cmode=Natural or Dynamic. So I coded this:
Of course this does not work - I hoped it would but no.
So what I am after is in the same “frame” of the mini-media-player (KEF) address a function of the other media-player (Epson) - a cross call maybe I could call this?
Any ideas how to achieve this would be very much welcome
What is the best mini-media-player tts config for using the sonos tts announce function? You can also configure the volume then.
It should be configured using play_media.
Example:
service: media_player.play_media
target:
entity_id: media_player.sonos
data:
announce: true
media_content_id: >
media-source://tts/cloud?message="I am very loud"
media_content_type: "music"
extra:
volume: 80
As it’s related to the tts config of the mini-media-player card?
Sonos has a new tts announce function.
Would be great to be able to use that when using tts through the mini-media-player card.
Maybe the initial question wasn’t that clear so I changed it a little bit
I tried the suggestion to combine into one media player - however the function I need, called CMODE (Color Mode) is not a part of normal media player setups, so I never got that to work.
In the end, I choosed to solve this by using a script to be called from a shortcut button - this works perfect!
Regarding zones … the SoundTouchPlus integration provides Grouping support; the original soundtouch integration does not support the MediaPlayerEntityFeature.GROUPING, so it relies on custom services to perform the group functions.
With SoundTouchPlus, you can use the standard HA join and unjoin services to control grouping functionality (e.g. create zone, add / remove members, etc). It pretty much renders all of the above methods you mentioned moot, as you can do all of those with the join / unjoin service calls.
Examples:
Create group - bose_st10_1 is master, bose_st10_2,3,4 are members.
The mini-media player also supports the join / unjoin calls for grouping as well. Here is how I have mine configured (I have four ST-10’s and an ST-300). Just use platform: media_player (instead of platform: soundtouch):
I would like to use the Mini Media Player with some buttons for my favourite web radio stations. Two problems, I face (the two basic questions)
1.) how to write the YAML in order to get the stream of the chosen web radio?
2.) how to copy the URI from the Media Sources->Radio Browser dialog? (the preferred stations are there, but with Dr.Google I do not find the URIs)
So, to make it clear, how should I modify the YAML if I would like to listen to e.g. Aardvark Blues FM
I did get the URLs by inspecting the media in the web developer console. Nice!
Now I also would like to add icons for the radio station. So I copied them to the local www directory, but it is not displayed: (the URL is ok if I open it in the web bowser)
- id: media-source://radio_browser/5ca129d5-30f6-4b97-9069-9177991d2587
icon_image: http://homeassistant.local:8123/local/img/r886_2.jpeg
type: music
Could this be a conflict with ytube_music_player? I realized that their Id is based on the Entity ID, which more than likely would not match any attribute from the Media Player. Thoughts?