SushyDev / vapor-store

Vapor Store
189 stars 20 forks source link

Some games have wrong metadata #3

Closed Jeddunk closed 3 years ago

Jeddunk commented 4 years ago

For example, the game "Ashen" is getting the metadata of an old mobile phone game of the same name: image

A potential fix is to make sure that the metadata for the game includes the platform "PC (Microsoft Windows)" e.g.: where platforms = [6] (See docs for more info)

SushyDev commented 4 years ago

I have discovered that filtering by pc only will result into too many games losing their metadata due to only being able to search IGDB by game name but I'll filter it by excluding mobile but keeping console & pc as a solution for now