Page 1 of 1

Steam APP Id Field for Games?

Posted: Sat Mar 30, 2024 7:06 pm
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