custom-cards / upcoming-media-card

📺 A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.
281 stars 79 forks source link

Radarr Upcoming Media not displaying content in card #92

Closed FuzzyMistborn closed 6 months ago

FuzzyMistborn commented 6 months ago

Describe the bug:

I'm honestly not sure if the issue here is with the Radarr Upcoming Media component or the card, but nothing displays for my Radarr upcoming movies. And yes, there's one upcoming in the next 60 days. The Radarr upcoming media component seems to work because there's content showing, but the upcoming media card is blank. Works no problem for Sonarr.

Config YAML:

type: custom:upcoming-media-card
entity: sensor.radarr_upcoming_media

Components:

Radarr Upcoming Media

HA Error:

Nothing I can see.

Troubleshooting Guide:

Deleted/readded the card and redid the component several times.

Home Assistant Version:

2024.05.3

Screenshots:

image Right is Sonarr that is displaying content no problem.

image Radarr upcoming media sensor data

Additional Context:

mkanet commented 6 months ago

Hi. Thank you for the screenshots above. During the installation of this integration, did you choose to also track movies in the Theater? Also, can you please provide a screenshot under Developer Tools/STATES for the sensor's first couple of movie attributes (like the below example)? I know you already provided the screenshot above. But, just needed to check something.

PS: Please include the version of Upcoming Media Card you're using.

image

FuzzyMistborn commented 6 months ago

1) Yes, theaters was selected

2) Here's the screen shot: image

3) Upcoming media card is v. 0.5.5.

mkanet commented 6 months ago

Thanks. Just for troubleshooting purposes, could you please try a few of things below (not at the same time).

  1. Delete the Radar Upcoming Media entity under the integration configuration, reboot Home Assistant. Then, go back to Settings/Integration and Add the Radarr integration again. This time temporarily change the default max number of items to 10 and make sure it looks ahead 60 days. Also, delete your Radarr UMC card and add it back. Did that nudge it into showing the upcoming movies under UMC? If not, go to the next step...

  2. Add a couple of movies that are available online and a couple of digital releases instead of theater. Make sure they are released in the next week or 2. Also, make sure you see them in the sensor's attributes. then, check Upcoming Media Card with this radarr sensor to see if you see any items.

  3. If the above 2 didnt work at all. Try creating a UMC card with a Radarr sensor on a different Dashboard view (instead of the same view that also has your Sonarr card.

FuzzyMistborn commented 6 months ago

1) tried, nope. 2) Got any movies I could try that would fit that description? I tried some and none seemed to work, but I'm also not 100% sure what would satisfy that category. 3) Still nothing.

mkanet commented 6 months ago

@FuzzyMistborn sorry I have no idea what is different about your configuration that could be causing this.

Below is what my UMC card is currently displaying: image

The first two items are already downloaded in Radarr; and, the screenshot above confirms that. Maybe try the same movies as me and also try the same YAML card code below; including the max: 10

title: Upcoming Movies
type: custom:upcoming-media-card
entity: sensor.radarr_upcoming_media
image_style: fanart
hide_empty: true
box_shadows: true
enable_tooltips: true
enable_transparency: true
sort_by: airdate
max: 10
FuzzyMistborn commented 6 months ago

Weird, I just checked and it's working now. Didn't change anything (beyond maybe a few reboots of the server over the past few weeks). Thanks for looking into.

mkanet commented 6 months ago

Glad you got it working!