Page 1 of 1

Naming in 2 languages... no funktion anymore?

Posted: 21 Nov 2019, 11:32
by Brodi74
Hello Community,

i would like to rename the titles from the TVDB in German and English in brackets.

Example:

Code: Select all

Alias - S01E01 - "German Title" ("English Title") - 720p
The following code is not working anymore:

Code: Select all

{n} - {s00e00} - {localize'German'.t} ({localize'English'.t}) - {vf}
FileBot can't find the German titles.

Can erverybody help me to find the right code...?

I use FileBot 4.8.5.

:roll:

Re: Naming in 2 languages... no funktion anymore?

Posted: 21 Nov 2019, 11:37
by rednoah
Might be a TheTVDB issue:
viewtopic.php?f=8&t=11254

:arrow: Try again in a week or two.


EDIT:

That being said, your format is also syntactically incorrect:
viewtopic.php?t=3761

YES:

Code: Select all

{localize.de.t}

Code: Select all

{localize.German.t}
NO:

Code: Select all

localize'German'.t