What is the best way of identifying whether a movie or tv show is rateable? For instance, upcoming movies or TV shows should not be ratable. I can see the API allows you to rate it, but it doesn't take effect (from what I can see).
If a movie has not been released, its status property is not "Released". Should I be using that? And if so, what about TV shows?
Or is there another approach, like looking at the release date?
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 9 i de 2024 a les 12:01 P.M.
Hi @FlixDB,
Items become rateable 7 days before their premiere date. Until then, ratings are not accepted.
Resposta per FlixDB
el 9 i de 2024 a les 12:13 P.M.
Hi @travisbell ,
Thanks for getting back to me.
From the API's..i.e. https://developer.themoviedb.org/reference/movie-details or https://developer.themoviedb.org/reference/tv-series-details
What property or properties (or other API) can I use to identify if it's rateable? Are you saying we just need to look at the release date, and it's rateable 7 days prior to that date? Is this what the TMDB website does? or is there anything else that is more efficient?
Resposta per Travis Bell
el 9 i de 2024 a les 12:17 P.M.
In essence, yes. We look for the earliest release date and if it's 7 or less days from now, it's accepted.
For movies, you can use the /release_dates method. For TV, it's either the premiere (first air date) which is the air date of season 1, episode 1, or for TV episodes, simply the air date.