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
Ne možete pronaći film ili TV seriju? prijavite se da biste ga napravili.
Want to rate or add this item to a list?
Not a member?
Odgovorio Aitor
dana 12 ožujak 2016 u 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
Odgovorio Travis Bell
dana 12 ožujak 2016 u 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.Odgovorio ptitoliv
dana 13 ožujak 2016 u 7:15 AM
Hello Travis,
Thanks for your quick support and your work ! The API behaviour is back to normal.
Regards, ptitoliv
Odgovorio dayd
dana 23 ožujak 2016 u 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
Odgovorio Travis Bell
dana 23 ožujak 2016 u 10:00 AM
Images have not been migrated to the new system yet. I will be another month or so before they are.
Odgovorio Pierrou
dana 20 siječanj 2025 u 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.
Odgovorio superboy97
dana 21 siječanj 2025 u 12:21 AM
This evolution is in the roadmap here.
Odgovorio Pierrou
dana 21 siječanj 2025 u 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.