Steam APP Id Field for Games?

A place to talk about whatever you want.
Post Reply
maltenf
Posts: 5
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

Post Reply