Yeah I know there are plenty out there already but I'm starting one that will use a database to store all of the data relating to different components (systems, emulators, roms). This front end will not need to read the directory every time it needs to refresh data instead relying on the database to keep the front end up to date. That is just a two sentence idea of what I want to do with my new front end, but right now I'm working on the database structure and was hoping to get some feedback from the community about what I'm missing or implimenting wrong (database wise) with my current database design. To take a look at the current database design you can find it at the
database page at the
EmuFE website.
I hope to put up a wiki type settup to allow for population of game data such as images, videos, publisher, year produced and so on. But before I can do that I need to make the database design solid and pretty final (I don't want to have to convert data too much).