Describe the bug
After downloading a multi-disc game from Romm Grout creates a new gamelist.xml entry that is pointing to no longer existing after download and decompression .zip file, instead of .m3u file of the game.
I.e. here's contents of /userdata/roms/psx/gamelist.xml:
<game>
<name>Xenogears (USA)</name>
<bezel>/userdata/roms/psx/bezels/Xenogears (USA).png</bezel>
<path>/userdata/roms/tools/Grout/.tmp/grout_multirom_4338.zip</path>
<image>/userdata/roms/psx/images/Xenogears (USA).png</image>
</game>
Reproduction Steps
- Add a multi-disc game to Romm via an .m3u file. In this case it's an .m3u file pointing to .chd files.
- Download the game off Romm via Grout
- Validate entry in gamelist.xml on the device.
Expected Behavior
<path> entry points to the extracted .m3u file /userdata/roms/psx/Xenogears (USA).m3u instead of .zip file in Grout folder.
Single-file game entries are created correctly, pointing to source .chd file.
Information
- CFW: Knulli
- CFW Version: Scarab 20260511
- Handheld Device: RG35XX SP
- Grout Version: 4.8.1.0
- RomM Version: 4.8.1
Describe the bug
After downloading a multi-disc game from Romm Grout creates a new
gamelist.xmlentry that is pointing to no longer existing after download and decompression .zip file, instead of .m3u file of the game.I.e. here's contents of
/userdata/roms/psx/gamelist.xml:Reproduction Steps
Expected Behavior
<path>entry points to the extracted .m3u file/userdata/roms/psx/Xenogears (USA).m3uinstead of .zip file in Grout folder.Single-file game entries are created correctly, pointing to source .chd file.
Information