kimc
May 18, 2020, 2:19pm
1556
Not sure about your question, but I’m trying something like this, but missing the platform:
type: custom:mini-media-player
entity: media_player.BEO_Kitchen
hide:
power: true
icon: true
source: true
speaker_group:
platform: xxx
show_group_count: true
entities:
- entity_id: media_player.BEO_Kitchen
name: Kitchen sound
- entity_id: media_player.BEO_Bedroom
name: Bedroom sound
and configuration:
media_player:
- platform: beoplay
host: 192.x.x.x
name: BEO_Bedroom
- platform: beoplay
host: 192.x.x.x
name: BEO_Kitchen
nickrout
(Nick Rout)
May 18, 2020, 8:54pm
1557
Where are you getting that beoplay integration from?
kalkih:
Will fix this weekend.
Can confirm that v1.8.0 mostly resolves the icon handling now. My config now looks back to normal everywhere except shortcuts:buttons:icon … just in case that one got missed. Thanks guys!
skank
May 19, 2020, 8:13pm
1559
i tried background to get the idle background but its not working
- type: custom:mini-media-player
entity: media_player.emby_kodi_cinema
artwork: full-cover
background: /local/kodi.jpg
It should show the background when the player is idle or unavailable right?
Cause its not
And the jpg file is in the correct folder
stefve
(Stef)
May 20, 2020, 9:19am
1560
I was searching this topic for exact the same request!
@kalkih , Is it possible to do this? Because I love your media player card, it has a lot more options! But the background of the general mediaplayer had a better background.
yorknh
May 20, 2020, 6:40pm
1561
I just updated to the latest MMP running on hassio 109.6 and hiding the prev and next button doesn’t work for me. Hiding play_pause does.
- entity: media_player.basement
hide:
prev: true
next: true
play_pause: true
icon_state: false
power_state: false
source: true
icon: 'mdi:speaker'
info: scroll
scale: 0.8
type: 'custom:mini-media-player'
I’m using MMP version 18.1 on hass 0.110 and i have no power button shown on any of my entities.
all where fine before 0.110 version of hass.
any advice?
nickrout
(Nick Rout)
May 22, 2020, 7:26am
1563
First step, icon handing has changed a LOT in 0.110. Make sure your browser cache is cleared.
I just fixed this.
reinstall from hacs and make sure your module is added as below"
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
2 Likes
Sparks
(John van Veggel)
May 22, 2020, 11:41am
1567
@juan11perez Thanks Man !! I was completely lost trying to recover my power On/Off buttons. Your one line tip did the trick, I did not have MMP installed trhough HACS prior. All good know !
grtz
John
1 Like
Jucgshu
(Jucgshu)
May 22, 2020, 10:01pm
1568
Hi,
Do you have plans to include the new Squeezebox sync as a Mini Media Player group option? That would be real cool.
Thanks.
nickrout
(Nick Rout)
May 23, 2020, 10:30pm
1570
Great, I can stop stressing about how the code works then!
kalkih
(Karl Kihlström)
May 23, 2020, 10:36pm
1571
Haha, I’ll see if I can get it done tomorrow.
Would be great if you could test it for me when it’s added though!
nickrout
(Nick Rout)
May 23, 2020, 10:43pm
1572
Will do! Working from home so have constant access.
kalkih
(Karl Kihlström)
May 24, 2020, 10:08am
1573
Would you mind sending me the entity attributes of a squeezebox entity that is currently synced with others? Thanks.
kalkih
(Karl Kihlström)
May 24, 2020, 10:33am
1575
skank:
i tried background to get the idle background but its not working
Copy to clipboard
- type: custom:mini-media-player
entity: media_player.emby_kodi_cinema
artwork: full-cover
background: /local/kodi.jpg
It should show the background when the player is idle or unavailable right?
Cause its not
And the jpg file is in the correct folder
Yes it should
I just tried to make sure.
- type: custom:mini-media-player
entity: media_player.chromecast_example
artwork: full-cover
background: /local/images/bg-example.jpg
Make sure the image is in the right directory, “local” refers to “www” so /www/kodi.jpg
in your case.