Indeed you can. There are smarter ways to do it using grids & layouts, but I did most of my work inside picture elements bc it was faster to learn and I could position things exactly where I wanted them w/card-mod & css. E.g. I made a dashboard for an ipad that was just a whole-page upcoming media card of posters – i’d take a screenshot but I believe one or more of the required integrations broke months ago and I abandoned the project.
With the upcoming media card inside a picture element you just have to define where each poster in sequence goes and line them up in a grid. An example of one of the pages is pasted below.
You’ll notice in the below example I’ve hidden the first poster; that’s bc on that page I used a separate upcoming media card with different styling as a banner at the top, which only showed the first poster/newest item.
I know it’s kind of stagnat in here but I’m hoping for some help, I got sonarr to work and I would think radarr would be pretty much the same but I can’t get anything to populate to the card, anybody have a suggestion on where to start debugging to get it to work?
Hello, i have installed the ha-mediabrowser in homeassistant and want to show the new movies from my emby server in a upcoming media card. The card only shows the title and the rating, but not the genres, studios and so on! Is there any solution to show the other attributes?
Best regards
Stefan
Anyone know how to modify the js file, specifically the truncation section? Been struggling with it, want to remove truncation and make the title wrap around (on fanart mode) but nothing I edit changes the result.
Media card is not displaying images. Now i understand this can be an ad blocker, but even if I run this from my phone on cellular, or turn off blocking on pi hole within the local network its still not showing images for the content.
The backend is ````plex_recently_added``` and it is showing content, just no images.
When I changed to the master repo I was able to specify configuration for “section_libraries” where I was able to specify a list of libraries I wanted to use.
Not sure who maintains which repo HACS uses; but may need to update one or merge into master and use that one.
- platform: plex_recently_added
name: Recently Added Movies
token: !secret plex_token
host: !secret plex_host
port: 32400
section_types:
- movie
section_libraries:
- Movies
- platform: plex_recently_added
name: Recently Added TV
token: !secret plex_token
host: !secret plex_host
port: 32400
section_types:
- show
section_libraries:
- TV Shows