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?
Importing foreign films - English name switch up
Ok found the solution
replace
with
Anyway great program
replace
Code: Select all
SetField(fieldOriginalTitle, Value2);
Code: Select all
SetField(fieldTranslatedTitle, Value2);