Naming in 2 languages... no funktion anymore?

Any questions? Need some help?
Post Reply
Brodi74
Posts: 1
Joined: 21 Nov 2019, 11:18

Naming in 2 languages... no funktion anymore?

Post 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:
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply