Showing foreign and english movie title
Posted: 08 Jul 2014, 16:44
I am having problems with foreign movie titles. I want to get the foreign title and the english one. I am using {n} and {primaryTitle}, but they seem to output the same title.
Here ist my movieFormat :
And here are some examples :
Tom yum goong (The Protector) (2005)
El Cuerpo (The Body) (2012)
Thanks for the help
Here ist my movieFormat :
Code: Select all
MovieFormat="movieFormat=anarky/MOVIES/{n == primaryTitle ? n.upperInitial() : primaryTitle.upperInitial()+' ('+n.upperInitial()+')'} ({y})/{n == primaryTitle ? n.upperInitial().space('.') : primaryTitle.upperInitial().space('.')+'.(.'+n.upperInitial().space('.')+'.).'}.{y}.{vf}.{source}{if (ext == 'srt') '.'+lang}"
Tom yum goong (The Protector) (2005)
El Cuerpo (The Body) (2012)
Thanks for the help