Hi, I was writing a script and need to perform a query with a PSX serial number and return the disc name. i.e. if I search for "SLUS-01300", I want to get "007 Racing (USA)". Is there any way to get an offline database to do this with, or some API I can query; though I will need to make about 500 requests at this time. Potentially more in the future.
Any help with this would be appreciated.
For more information in case someone has a better method:
A while ago I started making a database for use with MiSTer to download memory cards from https://github.com/Pezz82/MemCard-Pro-Packs
This went well, but all the files are things like "SLUS-01300.mcd". As most MiSTer users will use the redump dats to verify and rename their roms, their sets will likely have filenames such as "007 Racing (USA).bin". MiSter saves memory cards as "filename.sav" so I'll need to rename all the mcd files, and need to perform this lookup.
Thanks all