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.
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Travis Bell
8 kwietnia 2013 o godz. 11:27AM
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.
Odpowiedź użytkownika Eugen Codreanu
8 kwietnia 2013 o godz. 4:25PM
Hi,
Thanks for the reply, the issue can be closed at your discretion.