radityaharya / trakt_ical

a simple script that will generate an ICal file for your Trakt.tv calendar to import into your calendar application of choice.or serve it through a Flask server to automatically import it into your Google Calendar.
https://trakt-ical.radityaharya.com/
8 stars 1 forks source link

[Enhancement] Retrieve More Information from TMDB and TVDB #7

Open radityaharya opened 1 year ago

radityaharya commented 1 year ago

The current functionality of the trakt_ical project retrieves basic information about TV shows and movies from the Trakt API. This enhancement aims to expand the available information by retrieving additional details from external sources such as TMDB and TVDB. By integrating with these APIs, we can provide users with richer metadata, including movie posters, episode summaries, ratings, genres, networks etc.

MuhammadBayiz commented 1 year ago

All those metadata where would you place it in the events? It's a great idea especially the Posters but I don't know if you can embed them in the calendar events. Actors and director also would be something if it's possible to embed

radityaharya commented 1 year ago

I'm using the images for the frontend side of the project, I'm trying to emulate trakt's calendar preview

MuhammadBayiz commented 1 year ago

Understood seems exciting!