27 Mar 2016, 22:37

@kryptto : Before v 3.0.0 Exemple SNES GAMELIST.XML

 <game id="1046" source="theGamesDB.net">
          <path>./ActRaiser (USA).zip</path>
          <name>ActRaiser (USA)</name>
          <desc>During game play the player fills the role of the 'Master', a powerful being awakened from a long sleep to find the civilizations of his former world in shambles. Through a combination of side-scrolling action stages and overhead-view "god" simulation mode the Master slowly rebuilds his world and regains his followers and powers. He is not referred to as a deity of any kind, and it is stated in the manual that he is mortal, and this is the reason he hid away from the demons he was fighting when he had just enough power to seal himself away and wait them out.</desc>
          <image>~/.emulationstation/downloaded_images/snes/ActRaiser (USA)-image.jpg</image>
          <rating>0.6</rating>
          <releasedate>19911101T000000</releasedate>
          <developer>Quintet</developer>
          <publisher>Enix</publisher>
          <genre>Action</genre>
          <players>1</players>

image path : <image>~/.emulationstation/downloaded_images/snes/ActRaiser (USA)-image.jpg</image> in recalbox v4.0.0 image path become into gamelist.xml <image>./images/ActRaiser (USA)-image.jpg</image> or <image>./downloaded_images/ActRaiser (USA)-image.jpg</image>

 <game id="1046" source="theGamesDB.net">
          <path>./ActRaiser (USA).zip</path>
          <name>ActRaiser (USA)</name>
          <desc>During game play the player fills the role of the 'Master', a powerful being awakened from a long sleep to find the civilizations of his former world in shambles. Through a combination of side-scrolling action stages and overhead-view "god" simulation mode the Master slowly rebuilds his world and regains his followers and powers. He is not referred to as a deity of any kind, and it is stated in the manual that he is mortal, and this is the reason he hid away from the demons he was fighting when he had just enough power to seal himself away and wait them out.</desc>
          <image>./images/ActRaiser (USA)-image.jpg</image>
          <rating>0.6</rating>
          <releasedate>19911101T000000</releasedate>
          <developer>Quintet</developer>
          <publisher>Enix</publisher>
          <genre>Action</genre>
          <players>1</players>

/recalbox/share/roms/snes/gamelist.xml /recalbox/share/roms/snes/images or /recalbox/share/roms/snes/downloaded_images as you wish.