The "default.png" doesn't appear to be working for me. The image I am trying to use does appear when it's titled the same as a listed game but "default.png" does not populate the other games. What I belive should work is (imageType="screentitle" mode="layout") with the location of (RetroFE\layouts\layoutname\collections\Super Nintendo Entertainment System\medium_artwork\screentitle\default.png). This does not function with or without another image.
No mode used:
collections/SNES/medium_artwork/logo/1942.png
collections/SNES/medium_artwork/logo/default.png
Mode layout:
layouts/<layout name>/collections/SNES/medium_artwork/logo/1942.png
layouts/<layout name>/collections/SNES/medium_artwork/logo/default.png *Here is what does not work for me. Logo obviously works as I have the logos, but an unused imageType with default.png in it's directory
Mode system:
collections/SNES/system_artwork/logo.png
Mode systemlayout:
layouts/<layout name>/collections/SNES/system_artwork/logo.png
Mode common (not very useful for type logo):
collections/_common/medium_artwork/logo/1942.png
collections/_common/medium_artwork/logo/default.png
Mode commonlayout (not very useful for type logo):
layouts/<layout name>/collections/_common/medium_artwork/logo/1942.png
layouts/<layout name>/collections/_common/medium_artwork/logo/default.png
*If you could test and confirm how this is done that would be awesome.