Steam APP Id Field for Games?

A place to talk about whatever you want.
Post Reply
maltenf
Posts: 6
Joined: Fri Mar 05, 2021 2:11 am

Steam APP Id Field for Games?

Post by maltenf »

Hi!

Currently Im matching the games between thegamesdb and steam via "Title" with removed special chars, spaces, and uppercase.

A field when we add or modify games here we can fill out for external ids would be handy for that.

So I was wondering if others here were interested in this and if this could be added in a later version?

For example like that in the json:

Code: Select all

{
	"externalIds": {
		"STEAM": "12335465",
		"EPIC": "1322434455",
		"PSN": "3244324334" // not sure about that
		// etc...
	}
}

Best,

Malte

PeteOC
Posts: 57
Joined: Fri Jul 10, 2020 3:05 pm

Re: Steam APP Id Field for Games?

Post by PeteOC »

This is a good recommendation - I've added it as a feature request on github - https://github.com/TheGamesDB2/Website/issues/34

Fidelia
Posts: 1
Joined: Tue May 28, 2024 2:21 am

Re: Steam APP Id Field for Games?

Post by Fidelia »

maltenf wrote:
Sat Mar 30, 2024 7:06 pm
Hi!

Currently Im matching the games between thegamesdb and steam via "Title" with removed special chars, spaces, and uppercase.

A field when we add or modify games here we can fill out for external ids would be handy for that.

So I was wondering if others here were interested in this and if this could be added in a later version?

For example like that in the json:

Code: Select all

{
	"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.

wandering
Posts: 1
Joined: Wed Oct 02, 2024 8:36 am

Re: Steam APP Id Field for Games?

Post by wandering »

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.

Post Reply