rednoah wrote: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:
Code: Select all
{n} - {localize.French.n} - {localize.'Canadian French'.n}
@see
viewtopic.php?t=3761
Ok
Would there be a way to compare the returned info with the english one.
If it matches, it would mean that there was no "canadien french".
If it does not match, it would mean that there is "canadian french" info and that it can be kept.
If not, it would need to fetch using the standard french instead...
That would not work all the time, some movies have the same name in english and canadian french...
https://www.themoviedb.org/movie/277834 ... uage=fr-CA
I would like to automate the process...
Maybe with a script but I know nothing about coding.