tryton-vanmeer / ProtonDB-for-Steam

Shows ratings from protondb.com on Steam
GNU General Public License v3.0
168 stars 3 forks source link

ENHANCEMENT: Star Whitelisted Games #24

Closed jcc10 closed 4 years ago

jcc10 commented 4 years ago

Have a star (Or other symbol) to show when a game is whitelisted by steam.

tryton-vanmeer commented 4 years ago

I've added the functionality for adding a star (★) to ratings that have been whitelisted.

What's left now if figuring out if a game is whitelisted, either through the ProtonDB API or something else.

tryton-vanmeer commented 4 years ago

The end result would look something like this

image

flori4nk commented 4 years ago

List of whitelisted games (SteamDB | SteamPlay 2.0 Manifests): https://steamdb.info/app/891390/info/

So, we have an appid (891390). Now we just need to find out how to read the config.

jcc10 commented 4 years ago

So, we have an appid (891390). Now we just need to find out how to read the config.

May not even need to do that since ProtonDB shows whitelisted games. Depending on how this gets it's data, it may already be The data is already loaded, just not parsed & displayed.

tryton-vanmeer commented 4 years ago

As a solution for now, I have created a script to scrape SteamDB and generate a list of whitelisted games. So while updating the list is manual, the process is automated.

This also adds the benefit of not needing to query the whitelist for every page load.