I'm loading screenshot_1, screenshot_2, and fanart placed in "metadata/<collection>/medium_artwork/" with this:
<reloadableImage type="screenshot_1" x="370" y="780" xOrigin="center" yOrigin="center" height="200" layer="4">
It works for all collections beacuse the collection name always matches a folder in "metadata", but this one doesn't. So I want to load "metadata/Super Nintendo/medium_artwork/fanart" images for a collection called"Super Nintendo Alternative".
edit: aaaand like you say, I have to do it per type, so "M:/Media/Games/Metadata/Super Nintendo/medium_artwork/screenshot_2" is the complete path, thanks !