Search found 6 matches

by filebotfrca
06 May 2017, 10:56
Forum: Help and Support
Topic: Possible to fetch french titles used in Quebec?
Replies: 15
Views: 6097

Re: Possible to fetch french titles used in Quebec?

e.g. assuming n is the English name: any{[localize.'Canadian French'.n] - n}{[localize.'French'.n]}[0] It worked with the code written like this {localize.'Canadian French'.n - n}{localize.'French'.n} But I realised it is not the solution. It happens that the Canadian French title is the same as th...
by filebotfrca
02 May 2017, 00:03
Forum: Help and Support
Topic: Possible to fetch french titles used in Quebec?
Replies: 15
Views: 6097

Re: Possible to fetch french titles used in Quebec?

That's just how TheMovieDB API returns the results I guess. FileBot will request fr-CA information but can't confirm that that's actually what it got. However, you can just use the {localize} to dynamically localize information in the format to make things work the way you want: {n} - {localize.Fre...
by filebotfrca
01 May 2017, 16:20
Forum: Help and Support
Topic: Possible to fetch french titles used in Quebec?
Replies: 15
Views: 6097

Re: Possible to fetch french titles used in Quebec?

Also another example where there is no canadian french info because it's the same as the french info https://www.themoviedb.org/movie/15969-the-return-of-jafar?language=fr-CA fetch in canadian french, returned title = The Return of Jafar fetch in french, returned title = Le Retour de Jafar Collectio...
by filebotfrca
01 May 2017, 15:58
Forum: Help and Support
Topic: Possible to fetch french titles used in Quebec?
Replies: 15
Views: 6097

Re: Possible to fetch french titles used in Quebec?

https://www.themoviedb.org/movie/10865- ... uage=fr-CA

Title in canadian french is : Atlantis: l'Empire Perdu
Title in french is: Atlantide, l'Empire Perdu

Collection in canadian french is : Atlantis - Saga
Collection in french is : L'Atlantide - Saga
by filebotfrca
01 May 2017, 03:37
Forum: Help and Support
Topic: Possible to fetch french titles used in Quebec?
Replies: 15
Views: 6097

Re: Possible to fetch french titles used in Quebec?

Hi, Is it possible to have filebot fetch all the info from --lang "canadian french" first And if it doesn't find any, then it would fetch info from --lang "french" ????? Currently, if no info is found in canadien french, it default to english. Kind of annoying because most of the...