I am seeing two different release dates across a couple different views.
The release date listed in search results is August 30th, 2000.
https://www.themoviedb.org/search?query=o%20brother
The release date listed on the individual movie page is 12/21/2000.
https://www.themoviedb.org/movie/134-o-brother-where-art-thou
Using your api and a little ruby script that I wrote (I can give details on that if needed) it says 2000-08-30. I am using the below-linked ruby gem which is a ruby wrapper for your api, and here are some of the details of that. I am using the release_date
method that is called on a movie
.
https://github.com/ahmetabdi/themoviedb?tab=readme-ov-file#movie
When I edit the movie and then go to Release Information it says 12/21/2000 again!
And just for posterity, I googled it. According to Wikipedia, it is December 22, 2000.
https://en.wikipedia.org/wiki/O_Brother,_Where_Art_Thou
In further posterity, I checked IMDB and Rotten Tomatoes, and they both say December 22, 2000.
https://www.imdb.com/title/tt0190590/releaseinfo/ https://www.rottentomatoes.com/m/o_brother_where_art_thou
I would just go ahead and edit that value, but that still doesn't explain why the search results and API are both returning the same wrong date that is pretty far off! Not just one day like the other one. It's MONTHS.
Something fishy is going on!
Can't find a movie or TV show? Login to create it.
Ma doonaysaa inaad qiimayso ama ku darto shaygan liiska?
Ma aha xubin?
Reply by ticao2 π§π· pt-BR
on February 1, 2024 at 7:10 AM
This is the world premiere date.
This must be the premiere date in the country specified in your profile and a user has added this date to your country.
If in an API Request for details you use the filter"®ion=" you will receive this date.
Reply by Travis Bell
on February 1, 2024 at 12:25 PM
Hey @eliduke,
So a few things. First off, the website does a bunch of things differently than the API, so it's not fair to compare them. With regards to the date in search results, it's falling back to what looks like, is the earliest theatrical date we have stored (France). But it should use your country as a way to display the local release date to you if we have it. For me for example (in Canada), in the search results, I see December 21, 2000.
So my first question to you is going to be what is your account locale settings set to? You can copy and paste the "User Prefs" and "Locale" blocks from here to let me see what we're detecting for you.
Secondly, with regards to the API, and perhaps the August date in general, our "primary release date" is chosen by looking at a few things (outlined here). Regardless of what any other source says, if it was released theatrically in France in August, then that is the primary release date it should be here on TMDB. As to whether that happened, I cannot say. Someone with better research skills than me will have to check.
You can of course make your own logic for choosing a date by pulling down the /release_dates method. Preferring a certain country or type over another yourself.
Reply by eliduke
on February 1, 2024 at 12:39 PM
Hey Travis! Thanks response. Hereβs the copy and paste from my user prefs and locales:
Based on that, I would expect to be getting the US release date, which would be the Dec 21, right?