jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

Author details - rating as double #429

Closed angyanmark closed 9 months ago

angyanmark commented 1 year ago

Review rating as double?.

cvium commented 9 months ago

The API docs say it's an int

angyanmark commented 9 months ago

The API documentation is quite inconsistent right now:

But in reality, there are half-star ratings (it is 9.5 for example): https://www.themoviedb.org/review/55f43b7dc3a3686d03003292

The rating is not displayed on this page but it is visible from the reviews page or by calling the API: https://www.themoviedb.org/movie/157336-interstellar/reviews?language=en_US https://api.themoviedb.org/3/movie/157336/reviews?api_key={API_KEY}

I think it is because there used to be a half-star rating system on a 0-10 scale according to this comment: https://www.themoviedb.org/talk/58abd074c3a36849b000d270#58ac62d892514158f60138b4

So it should be a double?.

cvium commented 9 months ago

That sucks. Thanks for the detailed explanation