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
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 19 maggio, 2014 alle 10:22AM
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.
Risposta da Travis Bell
il 29 luglio, 2021 alle 10:16AM
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.
Risposta da sidikisako
il 18 marzo, 2022 alle 4:26PM
Hi,
Do you know how to specified the language like VOSTFR (VO with french subtitles) ?
Thank
Risposta da ticao2 🇧🇷 pt-BR
il 18 marzo, 2022 alle 5:02PM
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
Risposta da Chaloemchai Yinyao
il 2 luglio, 2024 alle 3:40AM
hot to get all video all language?
Risposta da Chaloemchai Yinyao
il 2 luglio, 2024 alle 3:57AM
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
Risposta da Travis Bell
il 2 luglio, 2024 alle 11:10AM
@totza2010 Unfortunately, there is no way to return all of the videos that have been added to a particular media item.
Risposta da Chaloemchai Yinyao
il 2 luglio, 2024 alle 11:18PM
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.