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
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 19 mai 2014 la ora 10:22 AM
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.
Răspuns de Travis Bell
pe data de 29 iulie 2021 la ora 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.
Răspuns de sidikisako
pe data de 18 martie 2022 la ora 4:26 PM
Hi,
Do you know how to specified the language like VOSTFR (VO with french subtitles) ?
Thank
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 18 martie 2022 la ora 5:02 PM
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
Răspuns de Chaloemchai Yinyao
pe data de 2 iulie 2024 la ora 3:40 AM
hot to get all video all language?
Răspuns de Chaloemchai Yinyao
pe data de 2 iulie 2024 la ora 3:57 AM
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
Răspuns de Travis Bell
pe data de 2 iulie 2024 la ora 11:10 AM
@totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
Răspuns de Chaloemchai Yinyao
pe data de 2 iulie 2024 la ora 11:18 PM
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.