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!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أغسطس 17, 2016 في 10:54 صباحا
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.
رد بواسطة rodrigl
بتاريخ أغسطس 17, 2016 في 11:36 صباحا
Thanks!
Have a great holidays.
رد بواسطة rodrigl
بتاريخ سبتمبر 8, 2016 في 12:52 مساءا
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
رد بواسطة Travis Bell
بتاريخ سبتمبر 8, 2016 في 1:03 مساءا
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.
رد بواسطة rodrigl
بتاريخ سبتمبر 8, 2016 في 1:18 مساءا
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?
رد بواسطة Travis Bell
بتاريخ سبتمبر 8, 2016 في 1:21 مساءا
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.