You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Hi,
first of all – thank you for this card! I really like the concept and design.
However, I’m encountering a couple of issues:
Empty Sections: Some of the sections (e.g. [RADARR, TRENDING on TMDB, PLEX RECENTLY ADDED ]) show no content at all, even after refreshing or reloading Home Assistant.
Broken Images: In the "Trending" and "Discover" sections, several movies show broken thumbnails or image placeholders instead of posters.
Text Visibility with Dark Banners: When clicking on a movie that has a dark banner/background, the entire card adopts this color scheme — which causes the section titles or labels to become unreadable due to low contrast. It would be great if the text color could adapt dynamically to the banner brightness or background (e.g., using light text on dark banners).
Sensor configuration:
- platform: mediarr
radarr:
url: http://radarr:7878
api_key: !secret radarr_apikey
max_items: 10
days_to_check: 60
tmdb_api_key: !secret tmdb_apikey_long
tmdb:
tmdb_api_key: !secret tmdb_apikey_long
trending_type: all # Options: movie, tv, all
max_items: 10
trending: true # Default endpoint
now_playing: true # Optional
upcoming: true # Optional
on_air: true # Optional
airing_today: false # Optional
popular_movies: true
popular_tv: true
sonarr:
url: http://sonarr:8989
api_key: !secret sonarr_apikey
max_items: 45
days_to_check: 60
plex:
url: 192.168.178.100
token: !secret plex_token
max_items: 45
tmdb_api_key: !secret tmdb_apikey_long
language: de
seer:
url: http://overseerr:5055
api_key: !secret seer_apikey
max_items: 45 #example how many items you want in sensor, you can chosse a different amount in card
tmdb_api_key: !secret tmdb_apikey_long
trending: true # Optional
discover: true # Optional
popular_movies: false # Optional, recommended to use tmdb for popular
popular_tv: false # Optional, recommended to use tmdb for popular
2025-05-08 10:40:20.676 WARNING (MainThread) [custom_components.mediarr.discovery.seer_discovery] No items passed filters for trending, using fallback
2025-05-08 10:40:20.749 WARNING (MainThread) [custom_components.mediarr.discovery.seer_discovery] No items passed filters for discover, using fallback
2025-05-08 10:40:50.713 WARNING (MainThread) [custom_components.mediarr.discovery.seer_discovery] No items passed filters for trending, using fallback
2025-05-08 10:40:50.832 WARNING (MainThread) [custom_components.mediarr.discovery.seer_discovery] No items passed filters for discover, using fallback
If any additional logs or debug info would help, I’m happy to provide that.
Hi,
first of all – thank you for this card! I really like the concept and design.
However, I’m encountering a couple of issues:
[RADARR, TRENDING on TMDB, PLEX RECENTLY ADDED ]) show no content at all, even after refreshing or reloading Home Assistant.Sensor configuration:
Mediarr Card configuration:
What I’ve tried:
Possible related Logs:
If any additional logs or debug info would help, I’m happy to provide that.
Thanks in advance for taking a look!