insanj Posted March 26, 2020 Share Posted March 26, 2020 Unfortunately, there does not seem to be a public way to access LaunchBox's game image database, although it is used extensively in the website and Windows/Android app. There is no API for LaunchBox, but the Games Database can be downloaded daily from https://gamesdb.launchbox-app.com/Metadata.zip, and contains a lot of game metadata, but no mention of images. In addition, the id given when using the information from the Metadata.zip does not match the id in the URL of images. For example, Crash Team Racing has a DatabaseID of 1007 but the URL for the page itself and thus the images uses the number 977 (https://gamesdb.launchbox-app.com/games/details/977), two totally different game identifiers. This appears to have been mentioned online already, although briefly (https://github.com/muldjord/skyscraper/issues/132#issuecomment-474824962). The only other reference to someone actually getting images is through the BigBox plugin using the installed app, which is not what I'm looking for (https://github.com/fpdavis/MarquesasServer). Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted March 27, 2020 Share Posted March 27, 2020 Apparently there's some faulty info out there. There are at least a couple other apps using the LaunchBox Games Database already. 16 hours ago, insanj said: There is no API for LaunchBox, but the Games Database can be downloaded daily from https://gamesdb.launchbox-app.com/Metadata.zip, and contains a lot of game metadata, but no mention of images. This just simply isn't true lol. I don't know how you can look at the metadata package and conclude that, since it includes metadata for all of the images. It includes the image file names, which can be easily used to construct a URL. The IDs don't have to match up to the website URLs; they only have to match up to the rest of the metadata in the zip. Quote Link to comment Share on other sites More sharing options...
insanj Posted March 27, 2020 Author Share Posted March 27, 2020 1 hour ago, Jason Carr said: Apparently there's some faulty info out there. There are at least a couple other apps using the LaunchBox Games Database already. This just simply isn't true lol. I don't know how you can look at the metadata package and conclude that, since it includes metadata for all of the images. It includes the image file names, which can be easily used to construct a URL. The IDs don't have to match up to the website URLs; they only have to match up to the rest of the metadata in the zip. Okay, thanks, I must have missed the DatabaseId -> GameImage association at the bottom of the XML, but I see it now. Thanks again for your help! 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.