-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it works with film title written in other languages? #27
Comments
Unfortunately, this isn't available in the upstream API that I'm using. |
@roccomuso you can translate it before to use the api, in the most of cases you can get the right english title |
@sunsgs Most of the time translations are completly different, just because they tend to change meanings avoiding literal translation, it wouldn't work. |
The Movie DB has an 'AlternativeTitles' endpoint which you could potentially use for i18n. https://github.com/impronunciable/moviedb/blob/v0.2.0/lib/endpoints.json#L34 Once you have the correct imdb id you can use this package to get the metadata. |
Hi, It is possible by changing the headers during the execution of "request" |
@damru let me better understand. If you provide the |
@roccomuso exactly. |
Definetly a wanted feature. |
Cool, thanks for the input. I'll explore this as soon as I get time. |
@worr Any update on this topic? |
hi, any news about |
Would it be difficult to implement some kind of i18n?
It seems to be working just with movies given his english title.
The text was updated successfully, but these errors were encountered: