If not you can specify locally stored artwork.
Iāll look into it: Media browser as a list instead of in grid mode Ā· Issue #70 Ā· johanfrick/custom-sonos-card Ā· GitHub
That would solve my problem with SiriusXM not showing artworkā¦ I can just make a listā¦ AND I can put more favorites in it!!! Great idea!
For the home theater Arc speaker does anyone know how to add the TV input to favorites? It does not allow this in the Sonos app. Or has anyone found another way around this?
As an aside it is interesting that it does allow the speakers with a line in to be added to favorites but not the Arc/Beam input.
How do you use local artwork? Iāll still probably use a list because its easier on a small screen, but definitely curious.
I tested this card against 2022.6B specifically because of the breaking change for sonos grouping and ungrouping and the card still works. Iām not sure if itās because it was written to handle this anyway so the breakage didnāt impact us but I did want you to know that I specifically looked to validate this change and I canāt find any issues.
OK, perhaps I was misinterpreting what I was seeing but now Iām starting to get warnings in the logs and I know these join/unjoin requests are ones I initiated from the card (Iāve already overhauled all my automation joins). I think this is a harbinger of things to come:
Logger: homeassistant.components.sonos.media_player
Source: components/sonos/media_player.py:142
Integration: Sonos (documentation, issues)
First occurred: 7:41:19 PM (3 occurrences)
Last logged: 8:08:50 PM
Service āsonos.unjoinā is deprecated and will be removed in 2022.8, please use āmedia_player.unjoinā
Looks like theyāre giving us till Aug relase to get it updated.
Thanks for finding this! Should be fixed here: Release v5.2.0 Ā· johanfrick/custom-sonos-card Ā· GitHub
Hello, I am not sure if it was ver 5.5.0 of this card or HA 2022.6.0b4 but one of them took out my media display:
I downloaded both within a few hours of eachother and I just noticed it. Iāve rebooted completely following the HA update reboot.
Same thing just happened to me when I updated just now to 5.5
Thanks for reporting the bug. Should be fixed now: Release v5.5.1 Ā· johanfrick/custom-sonos-card Ā· GitHub
Hi,
anoyone knows how to resize the āplayer iconsā ?
I mean the player-footer-icon.
Thanks a lot.
type: custom:custom-sonos-card
styles:
player-footer-icon:
"--mdc-icon-size": 100%
PunxaPhil - I like coffee
Sorry if Iām just really off here, but itās not just sonos.unjoin
that is being deprecated. Itās also sonos.join
. I just grouped and ungrouped a pair of speakers in v5.5.1 and saw these events come over the bus:
{
"event_type": "call_service",
"data": {
"domain": "sonos",
"service": "join",
"service_data": {
"master": "media_player.sonos_basement",
"entity_id": "media_player.sonos_kitchen"
}
{
"event_type": "call_service",
"data": {
"domain": "media_player",
"service": "unjoin",
"service_data": {
"entity_id": "media_player.sonos_kitchen"
}
},
Just making sure the other half of this change is getting implemented before 2022.8? Iām really enjoying your card. Cheers.
thank you very much. tried it with
styles:
player-footer-icon:
mdc-icon-size: 100%
but i have to do something more styling because the alignment is not optimal ā¦
Iāll make sure it works before that
Thatās not correct. You are missing the āāā at the start. Please use my example. You can also use other units, for instance ā2remā
yes i know, thanks once again. this was what i tried bevor asking hereā¦
Sorry -
How are people hiding the thumbnails in the favorites/media picker. Ive got over 300 local albums and its making the card HUGE on my main control surface.
Ideally the ability to scroll the media picker would be a REAL advantage (if it doesnt exist already)