@lamaman1971 I just realized, there is an easier solution for per-ROM settings without bothering to modify an artwork .zip file. You can simply specify the ROM as a prefix to a setting inside your .rc file. For example, say you have:
display_artwork_bezel yes
but you want to forego the bezel for Tempest. Just add:
tempest/display_artwork_bezel no
which will override the bezel setting for that one ROM.
AdvanceMAME works this way for everything, so you can get very granular with controls, video--anything really. It also works to use prefixes like vertical/display_artwork_bezel no. I am not sure about all of the supported categories, but I know they exist for game resolution, orientation, vector, and possibly others. Obviously, if you wanted to have your default setting be no and then only use a bezel for a specific title with a prefix of that ROM and a setting to yes that will work too.