Tetrax-10 / imdb-tmdb-linker

Opens the corresponding IMDb, TMDB, or Letterboxd page for movies, TV shows and people.
https://tetrax-10.github.io/imdb-tmdb-linker
MIT License
7 stars 1 forks source link

Add TheTVDB link #1

Closed IAmKontrast closed 1 month ago

IAmKontrast commented 1 month ago

While TheTVDB already contains clickable links to all populated sites, it would be awesome to have an icon for TheTVDB on the other sites (at least TMDB) as well.

Official brand colors and logo: https://support.thetvdb.com/kb/faq.php?id=79

Tetrax-10 commented 1 month ago

This project primarily focuses on linking IMDb and TMDb pages. I've implemented Letterboxd integration since it doesn't require any API calls or web scraping. It simply involves straightforward page redirection. However, integrating TVDB is beyond the scope of this project, as obtaining TVDB IDs necessitates making API calls.