Hi, I was wondering if there is a way to search only for movies that contain at least one video (trailer). Currently you need to perform a search call as described here http://docs.themoviedb.apiary.io/#reference/search/searchmovie and then for each of the results search for a video as described here http://docs.themoviedb.apiary.io/#reference/movies/movieidvideos
But then the "total_pages" and "total_results" are useless and you have no good way to show the user how many total results you found. Also you don't have a good way for proceeding to next results' page and show a constant number of results per page (unless you abuse the API).
Is there any way to achieve this with a call that I have missed? Or it's just not supported for now?
Thanks.
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-מרץ 14, 2016 ב-2:01אחרי חצות יום
Hi adamstyl,
We do not support anything like this right now. I suppose maybe one day in the fitter it could be a discover filter. I've created a new ticket to think about this here.
Cheers.
תגובה מאת tmdb55169514
ב-מרץ 14, 2016 ב-2:07אחרי חצות יום
Thanks Travis, I guess then I should figure out a smart solution to work this out :)