Page 1 of 1

Importing foreign films - English name switch up

Posted: 2005-06-24 23:25:36
by pT1234
I have a quite a large collection of Asian movies, when I retrieve the information from IMDB using the English name of the Asian movie. It replaces the original title with the Asian name of the movie and places the English name as the Translated title.

I really don't want this as I remember the names of the movies by the English name, so is there a way to stop it from doing this switch?

Posted: 2005-06-24 23:58:06
by pt1234
Ok found the solution

replace

Code: Select all

SetField(fieldOriginalTitle, Value2);
    
with

Code: Select all

  SetField(fieldTranslatedTitle, Value2); 
Anyway great program

Posted: 2005-06-25 09:19:11
by antp
You can also select the option to display the translated title instead of the original one (or in front of the original one) in the list.

Posted: 2005-06-25 14:41:31
by Guest
I just realised before by default the IMDB script wasn't coppying over the English name of the movie, and I was manaully re-entering after the data was retrieved.