That's fantastic! And thanks for your quick reply as well!
To get things clear: a new movie is always added to the collection with the highest id + 1? I'm asking because there are "holes" in the existing collection of movies (eg some requests to /movies/movie_id get a 404 despite movie_id < highest_id ). So should I try those again regularly or not?
Btw, I'll soon be able to contribute, mostly by adding quite a bunch of alternative titles missing in French.
To get things clear: a new movie is always added to the collection with the highest id + 1?
Yup, you got it.
I'm asking because there are "holes" in the existing collection of movies (eg some requests to /movies/movie_id get a 404 despite movie_id < highest_id ). So should I try those again regularly or not?
No, these are dead Id's. Primarily deleted content, there will never be anything occupying those ids again.
Btw, I'll soon be able to contribute, mostly by adding quite a bunch of alternative titles missing in French.
Sounds great! French is our 3rd most active language, any help is always welcome!
رد بواسطة Travis Bell
بتاريخ يناير 12, 2017 في 10:22 صباحا
You bet. Take a look at the /movie/latest method.
رد بواسطة tmdb70752868
بتاريخ يناير 12, 2017 في 11:19 صباحا
That's fantastic! And thanks for your quick reply as well!
To get things clear: a new movie is always added to the collection with the highest id + 1? I'm asking because there are "holes" in the existing collection of movies (eg some requests to /movies/movie_id get a 404 despite movie_id < highest_id ). So should I try those again regularly or not?
Btw, I'll soon be able to contribute, mostly by adding quite a bunch of alternative titles missing in French.
Best regards.
رد بواسطة Travis Bell
بتاريخ يناير 12, 2017 في 11:25 صباحا
No problem.
Yup, you got it.
No, these are dead Id's. Primarily deleted content, there will never be anything occupying those ids again.
Sounds great! French is our 3rd most active language, any help is always welcome!