custom-cards / upcoming-media-card

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

Add The Movie Database (TMDB) #88

Closed caohuongls closed 5 months ago

caohuongls commented 7 months ago

Add The Movie Database (TMDB)] with upcomming, top rate, popular that compatible with its API output Json:

For Excample: { "page": 1, "results": [ { "adult": false, "backdrop_path": "/mExN6lJHmLeGjwDmDrNNjR4MdCq.jpg", "genre_ids": [ 28, 12, 16, 35, 10751 ], "id": 1011985, "original_language": "en", "original_title": "Kung Fu Panda 4", "overview": "", "popularity": 6623.028, "poster_path": "/7quq3UOaaB0qNM7TMGMEqqghLck.jpg", "release_date": "2024-03-02", "title": "Kung Fu Panda 4", "video": false, "vote_average": 6.897, "vote_count": 190 } ], "total_pages": 43108, "total_results": 862158 }

mkanet commented 7 months ago

Hi @caohuongls thank you for the feature suggestion. Upcoming Media Card isn't meant to retrieve data directly from any external source. It just displays whatever respective integration you feed it (not necessarily movies and TV integrations):

Sonarr Upcoming Media Radarr Upcoming Media Plex Recently Added Steam Wishlist Epic Games ETC...

There really isn't much room left to display this data in Sonarr/Radarr Upcoming Media integrations (see below). what/where do you want the TMDB data displayed? What specifically? If you have a good way to display this data without compromising existing data that's displayed, please let me know. image

Plex Recently Added integration has a little bit of room still. I can look into adding this to Plex Recently Added integration if feasible. image