Further work, This time a solution for game metadata.
After a few different tries at grabbing metadata for roms etc. I have decided that keeping a locally maintained SQLCVS database is the best course of action. I have created a new database on my system, lmce_game, which will house this db.. I have not applied sqlcvs bits to it yet, but I will...
I have made the basic sql2cpp classes to wrap it, and I am writing a bootstrapper to try and populate this initial table. This is mostly needed for MAME, because I have to get this data from elsewhere.....
I will add grabbers for 2600 roms, and other rom formats that do not contain metadata sections...but this is the first step to supporting other game system types later, once I get this first one working.
I will be storing this in my little home spot in the svn trunk.
-Thom