Hello,
I was wondering if it was possible to add a parameter for the /discover/movies/ to fetch only non "now paying" and incomming movies ?
best,
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od Travis Bell
09.12.2015 v 2:08 ODP.
Hi genyus,
It's doubtful we will ever have support for something like this. Since those lists are built dynamically and not by an explicit setting, it would make it quite difficult to do. Interestingly enough, I just use discover (with date ranges) to build them.
Cheers.
Odpověď od genyus
09.12.2015 v 2:12 ODP.
Dynamically but in database those movies should have a fields that might help to target them no ? Actually instead of loading each page of "now_playing", date ranges seems to be a good in-between ^
Cheers,
Odpověď od Travis Bell
09.12.2015 v 2:21 ODP.
There's no field for "now playing" or "upcoming". These lists are built purely by looking at the release date.
Glad to hear you can probably work this out.
Cheers.
Odpověď od genyus
09.12.2015 v 2:25 ODP.
Just to have a clue (so I can filter those movies by my own during the mapping), how do you define if a movie is "now playing" ? Like "4 months" before now time, it's considered as playing ?
Odpověď od Travis Bell
09.12.2015 v 4:55 ODP.
The date ranges I use are returned as part of the API methods in the
dates
field. Are you using the API?