denzilla wrote:When I uncheck "create dummy roms" please make all romsets show green instead of yellow
I don't think it's a good idea to implement it like this. The "create dummy roms" have to do with the tasks performed in the "fix" process, you are talking about the color of the rom before or after "fixing".
I too believe it would be very useful to have such an option. I think i had asked for something similar myself when RC3 was still in beta. I have in mind two ways to implement what you're asking.
- One way would be to implement a new set of options while creating a new database: "ignore CHDs" and "Ignore samples". When these options are checked, RC will not add info for CHDs and samples in the database, so users that do not care about them will always have their roms green, even if CHDs or samples are missing. If the user changes his mind though, he would have to recreate the database, which is not that nice.
- Another way (the one i actually prefer) would be to have those two options ("ignore CHDs" and "Ignore samples") in Preferences. When these are checked, data for CHDs and samples will exist in the database but RC will just ignore them.
By ignore i mean it will
- either not show them at all or
- show them but will not take them into account when checking a zip file and deciding if it's red/yellow/green. The samples for instance, if missing, they will be shown as red inside the zip but the zip itself will have a green color.
I think the second way would be nice but i suspect it may be a little complicated to implement.