Hi @JKW, first of all thank you for this awesome integration. Its my most used integration and one i’m spending the most time trying to get perfect in my current Lovelace redesign.
This question probably isn’t related to this integration specifically, however thought i would ask here incase there is some sort of magic in the player that could help achieve what I’m looking for.
Does anyone know if its possible to embed the Media browser library from home assistant be used as a card within love lace, or as a pop up?
my use case is i currently have a “media” view which has multiple mini-media player cards that i have on some tablets around the house & using the mini-media player shortcuts i can select the players and have a conditional card for individual google cast audio players volumes.
Where i am having issues is with my “playlist” section in the screenshot below. My current solution has been to get the ID for every playlist i have in my library and use a grid of picture cards within a custom swiper card and tap to call a service to the media player to change the playlist.
while this works, its a lot of coding and if i add a new playlist i need to go and this new playlist to the list of cards and maintain.
What i would love to be able to achieve is have the dynamic nature of the media library be usable as a card, so i dont have to hard code my inputs. I’m also using the playlist select drop downs in a popup to help with this, however having the cards would be taking it to another level.
Particularly now there is a “search” service in the player, the use case is even more valuable. Ideally i would love to have a text input field to call the search service and then have the results available in the pop-up or card even better just show the grid of results the same way as the current media browser.
I’ve tried to use an imbedded “iframe” card (see below), however this isn’t great as i cant seem to hide the header with kiosk mode, and the iframe doesn’t like working on some of my devices.
If anyone has been able to come up with something similar that i could try that would be amazing.