Great work!. Tested it with both radarr/sonarr and here are some things I noticed:
Banner mode does not seams to work yet with radarr.
Seeing “Invalid Date” on a few movies. The dates looks fine in Radarr.
mayker
(maykar (pronounced "maker" with a southern accent))
5
Banner doesn’t yet exist with radarr as there aren’t really banners, but I’m working on a view that will use fanart. Could you post a screen shot of the invalid dates and what the dates should be?
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
7
As for the dates, what is listed in the sensor attributes: sensor.radarr_upcoming_media
As for the craziness, I made it so that if you had something like a radarr card with banner view and a sonarr card with poster view the styles wouldn’t conflict, I never really thought that someone would want to have 2 different cards of the same type though. Rest assured it will be fixed soon.
Tried the sonarr card yesterday and worked great. Removed and added the new components today. However, lovelace complains bout this mapping values are not allowed here in “/config/ui-lovelace.yaml”, line 102, column 17. Which would be at the end of custom.
type: custom: upcoming-media-card
What gives?
mayker
(maykar (pronounced "maker" with a southern accent))
11
can you post the whole portion of the code and use code blocks (instructions at the very top of the forum)
Is it possible to specify the font size to display within the card at all ? - card looks great, but the fonts are huge compared to the stock lovelace cards
Would be great if there is an option to turn off the shadow effect on the text too, just so that it looks consistent with everything else.
Top job though - this will be super useful!
1 Like
mayker
(maykar (pronounced "maker" with a southern accent))
17
You’re speaking my language, buddy. I want everything to be customizable.
The text dynamically sizes with the viewer to look good on phone and monitor, but I can add a variable size to them still. Just means that font sizes won’t be accurate and you’ll have to play a bit if you’re trying to match another fonts size.
Is it possible to remove the shadow? I’d like to disable it. LOL!! Just saw previous post.
Also, when setting the locale to en-AU, nothing changes. All times are still in the original airtimes for their original airing location. For example, the show Salvation airs Monday @ 9PM, but for me it’s Tuesday @ 11am.
I’m not sure if this is the custome lovelace card or the upcoming sonarr card as it is the one grabbing the data and has the US dates and times.
How can we fix this?
mayker
(maykar (pronounced "maker" with a southern accent))
19
Looking great. I just released a Trakt component, but doesn’t look like it will fit the schema you have your card, yet (mostly because after getting everything wired up, I realized they had removed images from their API ) I’m thinking I’ll have to hook into fanart.tv or something. I’ll probably update it to follow your component’s schemas, soon.
2 Likes
mayker
(maykar (pronounced "maker" with a southern accent))
22
Ran into a similar problem with this. Sonarr fortunately provides a url for thetvdb images who provide them without requiring an api key, so that might be your best bet. Unfortunately, nothing like that exists for movies, they all need an api key, so I needed to make the component download the images from the radarr instance into HA directories.