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.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no Travis Bell
on marts 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.
Atbilde no tmdb55169514
on marts 14, 2016 at 2:07 PM
Thanks Travis, I guess then I should figure out a smart solution to work this out :)