sct / overseerr

Request management and media discovery tool for the Plex ecosystem

Home Page:https://overseerr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weight TMDB ratings by number of reviews

ryanwkirby opened this issue · comments

Description

I'm always frustrated when trying to sort movies by average TMDB score, because all the small movies with 1 rating of "100%" get mixed up at the top.

Desired Behavior

Use both data points (rating & review count) to determine TMDB score.

Explanation:
https://www.evanmiller.org/how-not-to-sort-by-average-rating.html

Basically just use the lower end of a confidence interval.

Additional Context

No response

Code of Conduct

  • I agree to follow Overseerr's Code of Conduct

Can confirm this does my head in. Do I need to wait until triaged before working on this?

Can confirm this does my head in. Do I need to wait until triaged before working on this?

No. Github Issues are basically ignored in this repo. I recommend you to work on it, and when finished, create a pull request. You'll get the attention then.