Importing foreign films - English name switch up

If you need help on how to use the program
Post Reply
pT1234

Importing foreign films - English name switch up

Post 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?
pt1234

Post by pt1234 »

Ok found the solution

replace

Code: Select all

SetField(fieldOriginalTitle, Value2);
    
with

Code: Select all

  SetField(fieldTranslatedTitle, Value2); 
Anyway great program
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.
Guest

Post 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.
Post Reply