How can I make IMDB (Fastest) to take AKA title from only the selected language?
I also tried to add downloading of Turkish title to the scrip and I changed these;
#SETOPTION#=#93#0[AKAS Titles]0=Do not take AKAS titles|1=Take All AKAS Titles and put in CustomField 9
#SETOPTION#=#94#1[Put AKAS to Title(Select your language!)]0=Do not read AKAS|1=Turkey (Turkish title)|2=(Italy)|3=(Germany)|4=(Spain)|5=(Poland)|6=(Portugal)|7=(Norway)|8=(Denmark)|9=(Finland)
// Take the Title from AKAS! |1=Turkey (Turkish title)|2=(Italy)|3=(Germany)|4=(Spain)|5=(Poland)|6=(Portugal)|7=(Norway)|8=(Denmark)|9=(Finland)
#FINDLINE#=Also Known As:</b>#20##ONERROR#=*STOP*
#IF# #94#==#01#
#FIND#=Turkey (Turkish title)#20##ONERROR#=*STOP*
#ENDIF#
As you can see OPTION 94 is 1 and 93 is 0. When 93 is 1, the script downloads all the AKAS but I want it to download just the Turkish title and add only that to the CUSTOM9. How can I do that?
PS: I also tried using "(Turkey)" instead of "Turkey (Turkish Title)", but I think there happens a problem with that.