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 的回复
于 2016 年 03 月 14 日 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 的回复
于 2016 年 03 月 14 日 2:07下午
Thanks Travis, I guess then I should figure out a smart solution to work this out :)