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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on красавік 8, 2013 at 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.
Reply by Eugen Codreanu
on красавік 8, 2013 at 4:25 PM
Hi,
Thanks for the reply, the issue can be closed at your discretion.