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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 19 de mayo de 2014 a las 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.
Contestado por Travis Bell
el 29 de julio de 2021 a las 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.
Contestado por sidikisako
el 18 de marzo de 2022 a las 16:26
Hi,
Do you know how to specified the language like VOSTFR (VO with french subtitles) ?
Thank
Contestado por ticao2 🇧🇷 pt-BR
el 18 de marzo de 2022 a las 17: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
Contestado por Chaloemchai Yinyao
el 2 de julio de 2024 a las 03:40
hot to get all video all language?
Contestado por Chaloemchai Yinyao
el 2 de julio de 2024 a las 03: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
Contestado por Travis Bell
el 2 de julio de 2024 a las 11:10
@totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
Contestado por Chaloemchai Yinyao
el 2 de julio de 2024 a las 23: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.