When I make an api request:
https://api.themoviedb.org/3/movie/814638?append_to_response=trailers,images&language=zh-cn&include_image_language=en,null&api_key=xxxx
None of the trailers is returned since there is no trailer in Simplified Chinese. As a matter of fact, almost 100% movie and TV items lack trailer in Chinese. It would be nice to add a parameter such as include_trailer_language
. Thanks
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by kksynthetic
on June 4, 2021 at 1:03 PM
I fully support it. The include_video_language parameter is very much needed. With the help of which it would be possible to include trailers in other languages in the results.
Reply by Travis Bell
on June 4, 2021 at 2:14 PM
Hi guys,
I have an open ticket for this here. You can watch and/or follow the ticket for updates.
Cheers.
Reply by Travis Bell
on July 29, 2021 at 10:16 AM
All of the
/videos
endpoints now support ainclude_video_language
param, just like its image counterpart,include_image_language
.Some example requests using this might look like:
Thanks.