键盘快捷键
高级搜索
Hey Guys, Is it possible to get the videos for a movie in several languages?
I'm thinking of something like the image methods "include_image_language". Alternative a method for all videos for a movie would also help.
Felix
Hi Felix,
Yes, I have thought about this, the ticket for it is here. It was also mentioned on the Google+ post when I announced videos. Long and short of it, it will be something that gets added.
Cheers.
All of the /videos endpoints now support a include_video_language param, just like its image counterpart, include_image_language.
/videos
include_video_language
include_image_language
Some example requests using this might look like:
Thanks.
Hi,
Do you know how to specified the language like VOSTFR (VO with french subtitles) ?
Thank
@sidikisako said: Hi, Do you know how to specified the language like VOSTFR (VO with french subtitles) ? Thank
TMDb uses the ISO 639-1 standard for languages. So, use vo (Volapük) . But I think there will be few results. Never tried. https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
@travisbell said: All of the /videos endpoints now support a include_video_language param, just like its image counterpart, include_image_language. https://developers.themoviedb.org/3/movies/get-movie-videos https://developers.themoviedb.org/3/tv/get-tv-videos https://developers.themoviedb.org/3/tv-seasons/get-tv-season-videos https://developers.themoviedb.org/3/tv-episodes/get-tv-episode-videos Some example requests using this might look like: https://api.themoviedb.org/3/tv/60735/videos?api_key=###&include_video_language=en,ru https://api.themoviedb.org/3/tv/60735/videos?api_key=###&include_video_language=en-US,ru-RU https://api.themoviedb.org/3/tv/60735?api_key=###&append_to_response=videos&include_video_language=en,ru Thanks.
@travisbell said:
hot to get all video all language?
when use https://developer.themoviedb.org/reference/tv-series-videos
https://api.themoviedb.org/3/tv/60735/videos?api_key=###
res only en video
but
https://developer.themoviedb.org/reference/tv-season-images
https://api.themoviedb.org/3/tv/60735/images?api_key=###
res all images all lang
@totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
@travisbell said: @totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
I really want to be able to do it. Because other media can pull things from every language. Video should be able to do the same.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2014 年 05 月 19 日 10:22上午
Hi Felix,
Yes, I have thought about this, the ticket for it is here. It was also mentioned on the Google+ post when I announced videos. Long and short of it, it will be something that gets added.
Cheers.
Travis Bell 的回复
于 2021 年 07 月 29 日 10:16上午
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.
sidikisako 的回复
于 2022 年 03 月 18 日 4:26下午
Hi,
Do you know how to specified the language like VOSTFR (VO with french subtitles) ?
Thank
ticao2 🇧🇷 pt-BR 的回复
于 2022 年 03 月 18 日 5:02下午
TMDb uses the ISO 639-1 standard for languages.
So, use vo (Volapük) . But I think there will be few results. Never tried.
https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
Chaloemchai Yinyao 的回复
于 2024 年 07 月 02 日 3:40上午
hot to get all video all language?
Chaloemchai Yinyao 的回复
于 2024 年 07 月 02 日 3:57上午
when use https://developer.themoviedb.org/reference/tv-series-videos
https://api.themoviedb.org/3/tv/60735/videos?api_key=###
res only en video
but
https://developer.themoviedb.org/reference/tv-season-images
https://api.themoviedb.org/3/tv/60735/images?api_key=###
res all images all lang
Travis Bell 的回复
于 2024 年 07 月 02 日 11:10上午
@totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
Chaloemchai Yinyao 的回复
于 2024 年 07 月 02 日 11:18下午
I really want to be able to do it. Because other media can pull things from every language. Video should be able to do the same.