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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 19 mai 2014 Ă 10h22
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éponse de Travis Bell
le 29 juillet 2021 Ă 10h16
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éponse de sidikisako
le 18 mars 2022 Ă 16h26
Hi,
Do you know how to specified the language like VOSTFR (VO with french subtitles) ?
Thank
Réponse de ticao2 🇧🇷 pt-BR
le 18 mars 2022 Ă 17h02
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éponse de Chaloemchai Yinyao
le 2 juillet 2024 Ă 03h40
hot to get all video all language?
Réponse de Chaloemchai Yinyao
le 2 juillet 2024 Ă 03h57
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éponse de Travis Bell
le 2 juillet 2024 Ă 11h10
@totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
Réponse de Chaloemchai Yinyao
le 2 juillet 2024 Ă 23h18
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.