{
"externalIds": {
"STEAM": "12335465",
"EPIC": "1322434455",
"PSN": "3244324334" // not sure about that
// etc...
}
}
Best,
Malte
That's a great suggestion! Having a dedicated field to store external IDs for games would be extremely helpful, especially for tasks like the one you're working on - matching games between databases using title information.
It sounds like you're working on improving game matching across databases (TheGamesDB and Steam) based on cleaned-up titles. Having an external ID field would indeed be helpful to streamline the process, making it easier to track and match games across different platforms by their unique identifiers rather than relying solely on the title, which can sometimes be inconsistent.