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
找不到电影或节目?登录并创建它吧。
Aitor 的回复
于 2016 年 03 月 12 日 7:00上午
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
Travis Bell 的回复
于 2016 年 03 月 12 日 12:07下午
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.ptitoliv 的回复
于 2016 年 03 月 13 日 7:15上午
Hello Travis,
Thanks for your quick support and your work ! The API behaviour is back to normal.
Regards, ptitoliv
dayd 的回复
于 2016 年 03 月 23 日 9:42上午
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
Travis Bell 的回复
于 2016 年 03 月 23 日 10:00上午
Images have not been migrated to the new system yet. I will be another month or so before they are.
Pierrou 的回复
于 2025 年 01 月 20 日 8:16下午
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.
superboy97 的回复
于 2025 年 01 月 21 日 12:21上午
This evolution is in the roadmap here.
Pierrou 的回复
于 2025 年 01 月 21 日 3:53下午
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.