Problem: Filebot always renames to the english titel. I use the original title hack too, but in this case it's not about the original title but the need to keep the localized title.
Thats my format
Thank you for this hack

Is there any way to detect that {n} is the same as the original title and not use it twice (and not be picky about upper/lowercase)?
I use this format
../{n}{' ("'+net.sourceforge.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+'")'} ({y}){' ['+fn.replaceAll(/(?i)directors|theatrical/,'$0 Cut').matchAll(/UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTORS.CUT|THEATRICAL.CUT/).join('][').upperInitial().lowerTrail()+'] '}[{vf}] [{ac}]/{n} ({y}) {vc}{' '+lang}
Example:
http://www.imdb.com/title/tt0406728/?ref_=fn_al_tt_5 Dungeons & Dragons: Wrath of the Dragon God
German title: Dungeons & Dragons - Die Macht der Elemente
File: Dungeons and Dragon 2 Die Macht der Elemente -> I have to choose "Dungeons & Dragons: Wrath of the Dragon God" from the imdb plugin -> the file gets the english title
Can I keep the localized title I have in my filename?