-
-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrape Metacritic/Steam review scores and add the ability to sort by score #273
Comments
It would be nice if there was support for OpenCritic too, MetaCritic is often seen as an easily exploitable and corrupt system. |
OpenCritic and IGDB has rating support in their API. |
@JosefNemec there is a request! http://www.metacritic.com/game/xbox-one/forza-horizon-3 Many critics evaluate the port itself, not the game and I think it's wrong. |
So I did a bit research into this and this is where are we right now:
Really the only place that provides reasonable API and both critic aggregated score as well as user score is IGDB. So what I'm going to do for 4.0 is add new fields for a game that would allow you to specify your own score as well as critic/users scores. For automatic critic review score I'm going to fetch that from IGDB and for users I'm going to pull it from official store (if available) or from IGDB. Let me know what you think. |
@JosefNemec It would be really cool if the icons of each aggregators(great three: gamerankings/opencritic/metacritic) were in the same style, for example as suggested by berserkvarvolf: |
In that case there would have to be separate rating field for every critic site, which is something I don't want to do. I'm skeptical about how much use it would got, given that user would have to fill that score manually for every single game (because there's no API for sites you mentioned). What I want to do for 4.0 is to have 3 fields:
For the sake of consistency all of those could be set from 0 to 100 (or none). In future we could add a feature for users to choose which provider is used for "Critic Score" when there's usable API for those sites. |
@JosefNemec It sounds good, but maybe it's worth giving an optional feature to manually set the score with a metacritic for example, instead of IGDB? Of course, if it does not require too much effort. |
You will be able to change all 3 values. The plan is to fetch the data from IGDB and then you can change it if you want. |
Released in 4.0 |
Released in 4.0 |
Any chance of this being updated? |
For users with large libraries, this would be a great way to find well-received games they may have overlooked.
The text was updated successfully, but these errors were encountered: