TheGamesDB.net - Open Video Game Database (wiki-based, register and contribute)

  Thread Rating:
  • 4 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Errorist Offline
Junior Member
Posts: 18
Joined: Jun 2010
Reputation: 0
Post: #11
Thanks for API.
find quote
malte Offline
Skilled Python Coder
Posts: 1,177
Joined: Jan 2010
Reputation: 17
Location: Germany
Post: #12
Looks great. I am actually writing on a game browsing script (http://forum.xbmc.org/showthread.php?tid=70115) and have plans to add scraping functionality in a future release. I am sure I will have a look at your API when I start doing this.
find quote
spiff Online
Grumpy Bastard Developer
Posts: 12,176
Joined: Nov 2003
Reputation: 82
Post: #13
hi, looks good. i'm wondering if relying on all those id's are really worth it though. in particular i'm on about
Code:
http://thevideogamedb.com/API/GameSearch.aspx?apikey=ABCD1234&name=mario&platformid=14
any particular reason why this can't be
Code:
http://thevideogamedb.com/API/GameSearch.aspx?apikey=ABCD1234&name=mario&platform=nes

reasons are
1) clarity - easier for api users
2) less breakage - no problem if the id's change

same with regions etc. can't they just be us eu etc?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
wimpy Offline
Fan
Posts: 318
Joined: Nov 2009
Reputation: 2
Location: Porsgrunn, Norway
Post: #14
like Spiff says; great initiative!

i'd add option to add screenshots, movies (gameplay/trailers) and some more fields for the game itself..

but great initiative! Smile

www.emuxtras.net | EFnet #EmuXtras
find quote
jas8340 Offline
TheVideoGameDatabase.com Admin
Posts: 37
Joined: Aug 2008
Reputation: 0
Location: Tallahassee, FL
Post: #15
@spiff - Good point! I'll work on modifying those calls to accept platform and region abbreviations.
find quote
jas8340 Offline
TheVideoGameDatabase.com Admin
Posts: 37
Joined: Aug 2008
Reputation: 0
Location: Tallahassee, FL
Post: #16
I have modified the API to accept region and platform abbreviations for game search and game detail calls.
find quote
jas8340 Offline
TheVideoGameDatabase.com Admin
Posts: 37
Joined: Aug 2008
Reputation: 0
Location: Tallahassee, FL
Post: #17
I edited my original post, but I also wanted to say it here:

The design of the site is not set in stone. The data entered in the site has been mainly test data. I could really use some help in determining what level of game information to provide. This include description fields, screen shots, trailers, etc...

Based on conversations with Wimpy, he has suggested that I add the following fields to games:

Developer (links to a company record)
Alternate Title
Controller Type
Players
Screen shot(s) (maybe between one and three)
Gameplay video and/or trailer

Is there anything anyone can think of adding/changing/removing?

http://thevideogamedb.com - Site Creator and Admin
find quote
malte Offline
Skilled Python Coder
Posts: 1,177
Joined: Jan 2010
Reputation: 17
Location: Germany
Post: #18
just some ideas:

rating
numVotes
url (if description is a copy from another site)
media
perspective
crc (may be used for API game detection in addition to gamename or filename)

VictorV (a user here in the forum) has started to write a document about designing a game library. It contains useful information and some more game properties that could be of interest. Unfortunately I can't find the link anymore (I think his thread was blown away by the lightning bolt some weeks ago). Maybe he comes in and adds some more ideas (and a link to his work;-))
find quote
wimpy Offline
Fan
Posts: 318
Joined: Nov 2009
Reputation: 2
Location: Porsgrunn, Norway
Post: #19
maybe having Hints / Tricks as a seperate field for gamegenie, hidden features in the game, codes etc aswell is a good idea to seperate it from the description.

perhaps a field for "game series" to tag games related to eachother. For example "Final Fantasy Series". Could be used as a games library sort function.

I remember seeing that thread about a game lib design, but it escapes me aswell now and it's been a while since the lightning blast.. Lets hope it gets up again.

Like i told jas, this is kinda smoke without fire as making the scraper-site before the library even has been started on (afaik) leaves some questions unanswered. Anyone up for the task of (re)starting a games lib development thread and coding? I Think this is the time :o)

www.emuxtras.net | EFnet #EmuXtras
find quote
wimpy Offline
Fan
Posts: 318
Joined: Nov 2009
Reputation: 2
Location: Porsgrunn, Norway
Post: #20
* Walkthrough

Alot of gamers hate this part, but I see it as a definite plus to have in a videogamedb since it's related to the game.

www.emuxtras.net | EFnet #EmuXtras
find quote
Post Reply