Hi,
I'm migrating my software from version 2.1 to 3, and I see that in the JSON response for movie data, there are two fields in regard to the title of a movie: "title" and "original_title".
What is the difference between the two ?
When I do a search by movie title, and I get multiple results, which of the two values shoud I use for a more in depth comparison with the query string ?
Thanks.
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 8 april 2013 kl. 11:27 AM
Hi Eugen,
original_title
is the original title in whatever language the movie was made in. The best example I can give is Amélie. Theoriginal_title
is "Le fabuleux destin d'Amélie Poulain" while if you request theen
version, you will get back atitle
of "Amélie". But if you request thefr
version, you will get "Le fabuleux destin d'Amélie Poulain" returned for both.Obviously, for most "hollywood" films, they are english films with english titles so you'll see both fields are the same. The fields being separated is primarily relevant if you're requesting any language other than english.
Svar af Eugen Codreanu
d. 8 april 2013 kl. 4:25 PM
Hi,
Thanks for the reply, the issue can be closed at your discretion.