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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 14, 2016 at 2:01 PM
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.
Reply by tmdb55169514
on March 14, 2016 at 2:07 PM
Thanks Travis, I guess then I should figure out a smart solution to work this out :)