I have a dilemma:
Currently, RetroFE reads the meta database at start-up, and the collection information (roms, etc.) when entering a collection. I could:
1. Read the meta data when entering a collection; this would speed up the start-up, and make entering collections slower.
2. Read the collection information at startup; this would slow down the start-up, make entering the collections faster, but would also require a front-end restart when you add new roms to a collection.
3. Leave things as is.
Any thoughts?