It's a hack but it works: {def db = net.sourceforge.filebot.WebServices.TheTVDB; db.getEpisodeList(db.search(n)[0], null, Locale.GERMAN).find{ episode.season == it.season && episode.episode == it.episode}.title} This {expression} will get you the german episode title. Unfortunately this doesn't ...
Hi! Is it possible to get the episode title in two languages?
I'm using this format to rename my episode: {s00e00} - {t}
I'd like to have it in this format: {s00e00} - {t} - {t} and both {t} syntaxes should stand for the episode title in different languages.