Hello,
I'm a new API user and I have a new behaviour with the API that i don't understand. I try to get the posters in the french language using the language parameter with the following request :
http://api.themoviedb.org/3/movie/105/images?api_key=#####&language=fr.
I wrote small piece of code that was fetching that url and the first item in the posters object was directly the french version but since yesterday when I fetch exactly the same url, french image is not the first one anymore but the english one.
I read again the API documentation but I didn't found any changes about that. So is this a bug ? A new feature or a PEBKAC ? :)
Thanks for your answers.
Regards, ptitoliv
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no Aitor
on marts 12, 2016 at 7:00 AM
Hi!
I'm seeing the same behavior, no matter what I pass to the language parameter (I have tried es-es, es-ES, es-Es, ES-ES, ES-es,...), I just receive images in all the languages, whereas I would expect to receive first the local images and then the english ones, but not the french, italian, dutch,... ones.
Let's see if Travis has the time to look at it and fix the problem ;)
Many thanks for your hard work Travis and best regards,
Aitor
Atbilde no Travis Bell
on marts 12, 2016 at 12:07 PM
I just pushed a fix for this, you should start to see properly filtered images within the next few hours.
It might be worth to mentioning that while most of the movie API now supports the IETF language codes (en-US) this feature has not made it's way to images yet. As such, if you're playing with those new tags, you should use
include_image_language
with the bare languages (ie.en
) when querying images. This is outlined in the documentation.Atbilde no ptitoliv
on marts 13, 2016 at 7:15 AM
Hello Travis,
Thanks for your quick support and your work ! The API behaviour is back to normal.
Regards, ptitoliv
Atbilde no dayd
on marts 23, 2016 at 9:42 AM
Hello,
I have the same problem with research, is it possible to have the French images?
http://api.themoviedb.org/3/search/movie?query=Anges%20et%20Demons&language=Fr&include_image_language=Fr
Thanks.
Edit
find sorry
http://api.themoviedb.org/3/search/movie?query=Anges%20et%20Demons&language=fr-FR&include_image_language=fr-FR
Atbilde no Travis Bell
on marts 23, 2016 at 10:00 AM
Images have not been migrated to the new system yet. I will be another month or so before they are.
Atbilde no Pierrou
on janvāris 20, 2025 at 8:16 PM
Hi, I know this thread is old (at least I did researches) but is there a way images will use IETF codes one day? As a french user of TMDB, I often see FR-CA images with a totally different title on it. Or, when we leave the english title in France, we have FR-CA poster shown instead of the english one. I didn't see anything about that in the roadmap and I'm quite surprised it wasn't something requested before.
Atbilde no superboy97
on janvāris 21, 2025 at 12:21 AM
This evolution is in the roadmap here.
Atbilde no Pierrou
on janvāris 21, 2025 at 3:53 PM
Oh thank you, I tried to search with IETF and not ISO-3166-1 since fr-FR, fr-CA, en-US are not ISO-3166-1…
Well it was created in 2019, I guess it's not a priority since english speaking users don't understand the urge to have this. But at least thank you for the link.