Might not answer your question, but I am just about to publish an update which lets you use the backdrop image instead of the poster (better for the fanart mode). It looks like this:
Is there a way to display certain places within the list, rather then it start from movie 0 in the list can it start from movie 4, failing that is there a way to stack this cards tiles horizontally?
Hey mate, I did not do anything special to it. Just using the fanart mode of the Upcoming Media Card.
And to clarify, I’ve only done the work to pull the data from the Emby API. All the rest, including the visualisation is thanks to the Upcoming Media Card
I wonder if @mayker can give some heasds up about the scaling or how i can make it fit on one page + to lose the dark grey background as you can see on my shots
Another cool thing would be to add youtube integration for a channel
say in belgium , movie theaters “kinepolis” have their own youtube channel for upcoming movies.
Would love to include those upcoming to cinema movies too
Hi
thx
Not sure if it would work with horizontal-stack though, it is already horizontal
I currently use it with card-layout
I asked there if i can adjust column heigth with it, but its not in the details.
Wil look at card-mod
I do it with card-mod and height when I get infront of my pc will post an example
ok so myu page is still a WIP but here is a screen, using custom:stack-in-card and overall card height plus css to move the postion of the margins for recently added.
Sure I’ll dig it up for you, as I keep my TV and movies on different nas I use a bit of an intricate template to pull the movies only in this scenario. It’s also only half done as I’m in the process of pulling in the library stat’s for movies (total) and watched/unwatched. Maybe also some kinda how much time this week was spent watching movies lol.
This will do the trick for any media_player entity that displays an entity_picture as part of its attributes.
- platform: generic
name: Kodi Now Playing
still_image_url: http://10.0.20.3:8123{{ states.media_player.media_4k_kodi.attributes.entity_picture }}
That looks so nice. Intereseted in your now streaming too
Could you help me with my problem?
i tried with adding style ha-card, but now i get scrollbars, and the background of the card disappears partially (its ok to get rid of it but then completely pls)
So you make an extra sensor.kodi_movies_label?
Whats in there?
Then using generic camera platform, you make the picture right?
Why do you call it in that part, kodi_now_playing but in your picture entity you point to kodi_no_playing_movie…
how can that work?
Also, doest it auto overwrite all the images? or doest it fill up space?
Still having issues with the layout here
Can i see your NAS stuff too please? Or do you have a github page i can follow and look?
I was trying that for myself and came to the conclusion that iw was not possible since the fold-entity-row worked with an array of entities and therfore was not compatible with what we had here.
Happy to be corrected though.
mayker
(maykar (pronounced "maker" with a southern accent))
634
Updates:
Sorry, been MIA for a bit.
Upcoming Media Card
Added ability to accept sensor data as an object (instead of just a JSON string) so that it can be used in templates, template sensors, etc. The only component to take advantage of this ATM is Plex, but I will be updating Radarr and Sonarr with the same ability and will try to add PR’s for the components that I didn’t write.
Now uses full HA URL for components that download images (Plex) so that using this card with the casting feature should work well now.
Plex Recently Added
Sensor data is now an object that can be used in templates, etc.
Thanks to @RomRider you can now select image resolution sizes. This pairs nicely with the addition above if you wanted to use the images in some creative ways.
Fixed issue with missing images when using multiple sensors.
Sonarr
The Sonarr API (and Radarr API) have changed slightly and required an update to make sure the correct images were being selected. Haven’t added this to Radarr yet, but it should be there soon.