I thought this was going to be either the first time the film was ever shown. Or is it meant to be first release per country?
e.g. Finding Nemo has 8 primary releases!
None of which are the US or Canada, which is where it was shown first. Of those 8 countries, none have a non-primary release date.
So at this point, I have no clue what Primary is meant to convey.
I ask as I can't seem to find the field when editing the release dates for a film.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on October 6, 2016 at 7:02 PM
Hi Adi,
Where are you seeing all of these original releases? I'm not sure what method/field you're referencing.
Reply by Adi
on October 6, 2016 at 8:54 PM
My apologies. I meant the Primary field within Release Dates.
Reply by Adi
on October 6, 2016 at 8:55 PM
I have edited the original post accordingly.
Reply by Travis Bell
on October 6, 2016 at 9:17 PM
Ok, now we're on the same page 😉
It sounds like you're using the old
/releases
method which was deprecated back in January. I posted about this on the blog back then, you can read about it here.The newer
/release_dates
method doesn't have any concept of primary at all (in fact the primary data being returned by the /releases method would have been left dormant since January as no edit interface exists for it anymore) and is keyed by country with support for the new types that was introduced at that time. The docs for this are located here.Does that make more sense now?
Reply by Adi
on October 6, 2016 at 9:59 PM
What was it meant to represent at the time?
Reply by Travis Bell
on October 7, 2016 at 12:09 AM
Prior to the change in January we allowed a single release to be marked as "primary". Primary was our way of selecting the first wide theatrical release date.
I am curious as to where you're getting the data you mentioned in your original post. Calling /releases on id 12 yields 0 records with primary marked as true, which now that I think about it, is what I changed it to do once the new release system came out. No /releases call will return any primary records any more. They will all be false, this field doesn't exist in the DB anymore.
Reply by Adi
on October 7, 2016 at 12:23 AM
This was from May. Finding Nemo had 50 release dates, of which 8 were set as Primary. NO, FR, GR, BE, JP, PH, CH, BR.
Reply by Travis Bell
on October 7, 2016 at 12:36 AM
I modified that model on January 13 which was the last time that file has a commit. I don't know what you grabbed in May but it didn't have any releases set to true ;)
Reply by Adi
on October 7, 2016 at 12:55 AM
http://api.themoviedb.org/3/movie/12?api_key=xxx&append_to_response=alternative_titles,credits,images,keywords,releases,videos,similar
The field is still there. They are all set to false now, but they weren't at the time.
Reply by Travis Bell
on October 7, 2016 at 11:11 AM
Guess we'll just have to chalk this one up to, I have no idea. I hardcoded the value to
false
on January 13 so 😕