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 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.
Отговор от tmdb55169514
на 14 март 2016 в 2:07 PM
Thanks Travis, I guess then I should figure out a smart solution to work this out :)