bonukai / MediaTracker

Self hosted media tracker for movies, tv shows, video games, books and audiobooks
MIT License
594 stars 27 forks source link

Search by ID #436

Open SonomaGTS opened 2 years ago

SonomaGTS commented 2 years ago

It would be nice if you could include the "show_id" within the search parameters since I am assuming you are still using the TMDB API to fetch? TV shows in particular are horrible to look up sometimes. Since the url of every TMDB listed show and movie contains a unique ID which is the "show_id" via the api it would make things a little easier.

SonomaGTS commented 2 years ago

After posting this I realized movies are actually passed through IMDB but those still fall under a unique ID "imdb_id":"tt(some-number)" just someone would have to use the ID provided by TMDB for tv shows and the ID for movies through IMDB lol

bonukai commented 2 years ago

I'm not sure I understand. Are you asking to be able to search, for example for Lost, by typing tt0411008 (IMDb id) or 4607 (TMDB id)?

SonomaGTS commented 2 years ago

I'm not sure I understand. Are you asking to be able to search, for example for Lost, by typing tt0411008 (IMDb id) or 4607 (TMDB id)?

Yes. Due to many shows and movies now having the same name or being too similar to other names sometimes when I go to add a tv show or movie if the result doesn't 500 error it still yields a sea of wrong results. The TV show "See" for an example was initially difficult for me to add. It would be nice as an alternative means of searching for content whereas there would be no way to yield multiple or wrong results.