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!
Can't find a movie or TV show? Login to create it.
ต้องการให้คะแนนหรือเพิ่มรายการนี้ไปยังรายการหรือไม่
ไม่ใช่สมาชิกเหรอ
Reply by Travis Bell
on August 17, 2016 at 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.
Reply by rodrigl
on August 17, 2016 at 11:36 ก่อนเที่ยง
Thanks!
Have a great holidays.
Reply by rodrigl
on September 8, 2016 at 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
Reply by Travis Bell
on September 8, 2016 at 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.
Reply by rodrigl
on September 8, 2016 at 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?
Reply by Travis Bell
on September 8, 2016 at 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.