We're currently using an API that provides very little information (basically just title and plot – all in Portuguese).
Based only on the Portuguese title, we then use an exotic IMDB API to try to get suggestions and then scrape their "release info" page to check if we have a match on that title's Portuguese translation.
Details:
We need to either:
Use an alternate API to fetch the channels' schedules. If we can have something that at least returns the movie year it would be great.
Improve the matching in imdb.ts. Currently, it's a shitshow.
Description:
We're currently using an API that provides very little information (basically just title and plot – all in Portuguese). Based only on the Portuguese title, we then use an exotic IMDB API to try to get suggestions and then scrape their "release info" page to check if we have a match on that title's Portuguese translation.
Details:
We need to either:
imdb.ts
. Currently, it's a shitshow.