I found Filebot few days ago and its a great tool thanks for it. But I have some problems with renaming Animes I took Ithiel's Anime Scheme and changed it a bit.
Code: Select all
{norm = {it.upperInitial().lowerTrail().replaceTrailingBrackets().replaceAll(/[`´‘’ʻ""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/, "!").replaceAll(/[*\s]+/, " ").replaceAll(/\b[IiVvXx]+\b/, {it.upper() }).replaceAll(/\b[0-9](?i:th|nd|rd)\b/, {it.lower() }).replaceFirst(/^(?i)\s(.+)/, /$2, $1/)}; norm(primaryTitle)}{if (norm(n) != norm(primaryTitle)) ' ('+norm(n)+')'} ({y}{' '+any{certification}{imdb.certification}.replaceAll(/^\d+$/, 'PG-$0')})/{norm(primaryTitle)}- {absolute.pad(episodelist.size() < 99 ? 2 : 3)}{'Special '+special.pad(episodelist.size() < 99 ? 2 : 3)}- {norm(t)}{' (' + fn.matchAll(/extended|uncensored|remastered|unrated|uncut|directors.cut|special.edition|/)*.upperInitial()*.lowerTrail().sort().join(', ').replaceAll(/[._]/, " ") + ')'}{" Part $pi"}{" [$vf $vc $ac $af]"}
Original name (English name) (year)/Original name - Episode - Title
Suzumiya Haruhi No Yuuutsu (The Melancholy of Haruhi Suzumiya) (2009)/Suzumiya Haruhi No Yuuutsu - 01 - The Melancholy Of Suzumiya Haruhi Part 1
well with Anidb it works great, but I wanted to use theTVDB then I get:
English name (year)/English name - Episode - Title
or if I change the language to German:
English name (Original name) (year)/English name - Episode - German Title //if german is present in tvdb
well what i wanted to ask was
is it possible to make the title language permanent english and use german as language to get the name right?
or any other way to get:
Original name (English name) (year)/Original name - Episode - Title
Sorry for the bad english its not my native language
Thanks for reading and for the help