I have a list with 1073 movies.
When I do /list/(id) 1000 movies are returned.
If try to get the second page (even if not documented) I get another 1000 movies.
How can I get the full movie list if it has more than 1000 movies?
Thanks!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 17 août 2016 à 10h54
Hi rodrigl,
I'll add support for pagination on the v3 method. I'm away on vacation this week but when I get back next week, the new lists actually have a brand new /4 method that will be going live. It supports all of the new features that the website does.
Réponse de rodrigl
le 17 août 2016 à 11h36
Thanks!
Have a great holidays.
Réponse de rodrigl
le 8 septembre 2016 à 12h52
Hello Travis,
Do you have a planned date for this? I am finishing a site with kodi integration, that will allow people to keep lists including a synch of their movie collection. I was planning to have these lists in tmdb, but the 1000 items limit, is really a limit.
A lot of movie buffs, the ones likely to be here, will have more than that.
Thanks once again for all your good work
Réponse de Travis Bell
le 8 septembre 2016 à 13h03
Hi rodrigl,
I'll try to get to this soon, as a side note, v3 lists don't support a lot of the nicer features you see available in the current version, To get those features, you will want to use v4 lists. The documentation for that is here. I'm in the middle of moving things around so bear with me...
The last thing I have to do before releasing these new lists method to the public is create a way of creating a new v4 session from a v3 session. The authentication in v4 is completely different but I want to make it easy for developers to migrate things over.
So anyways, pagination on v3 is coming, or you can start to play v4 which already has pagination.
Cheers.
Réponse de rodrigl
le 8 septembre 2016 à 13h18
Great, thanks!
I didn't know about v4, I have been using the apiary docs.
Can I use v4 already for live stuff, or I'll have issues?
Réponse de Travis Bell
le 8 septembre 2016 à 13h21
Ya, I haven't released the new docs yet, they're close though and I believe I've moved everything over.
v4 as far as the methods go are stable yes. The only thing I will say is that the data might not be 100% but I would say it's stable enough to develop for. So far only auth and lists exist.