Alternative TMDB titles

Any questions? Need some help?
Post Reply
brunosso
Posts: 10
Joined: 25 Oct 2014, 09:48

Alternative TMDB titles

Post by brunosso »

Hi i have filebot 4.5 and i want to rename with the alternative title a movie, by the data on TMDB.

Image

if i use

Code: Select all

{info.AlternativeTitles[3]} ({y})
it works, but get the third of the list, or the number i choose. There is a way to specifiy, the country or the languages?
User avatar
rednoah
The Source
Posts: 23132
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Alternative TMDB titles

Post by rednoah »

If you want Italian titles you need to set Italian as your Preferred Language.

Using {info.AlternativeTitles} will not help you.
:idea: Please read the FAQ and How to Request Help.
brunosso
Posts: 10
Joined: 25 Oct 2014, 09:48

Re: Alternative TMDB titles

Post by brunosso »

rednoah wrote:If you want Italian titles you need to set Italian as your Preferred Language.

Using {info.AlternativeTitles} will not help you.
I have already select Italian in Preferred Language, but if i add this movie https://www.themoviedb.org/movie/15947- ... caballeros i always result title in "The Three Caballeros (1944)" and not into "I Tre Caballeros (1944)"

EDIT: I uninstall the app, and reistall, now it's working
User avatar
rednoah
The Source
Posts: 23132
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Alternative TMDB titles

Post by rednoah »

If you add it online you may need to wait 2-3 days for your changes to become effective through all layers of caches.

See the topic on caching for details.
:idea: Please read the FAQ and How to Request Help.
Post Reply