Closed nvllsvm closed 1 week ago
Should be blocked by https://github.com/ZuluIDE/ZuluIDE-firmware/issues/115
This is now implemented, and incorporated in to the v2024.11.13 firmware release
This doesn't seem to be resolved. To be clear, this is issue is for supporting CD images containing multiple sessions, not multiple files. Ex. https://en.wikipedia.org/wiki/Enhanced_CD
For example, the disc image for Duke Nukem - Music To Score By does not allow accessing the data track using ZuluIDE. The output of the Linux command cd-info
shows a few key differences between the physical disc and using ZuluIDE.
$ diff cd-info_plextor_px760a.txt cd-info_zuluide.txt
< 13: 48:47:42 219417 data false no
< 170: 68:09:30 306555 leadout (687 MB raw, 687 MB formatted)
< Media Catalog Number (MCN):
< Last CD Session LSN: 219417
---
> 13: 46:15:42 208017 data false no
> 170: 65:37:30 295155 leadout (662 MB raw, 662 MB formatted)
> Media Catalog Number (MCN): not supported by drive/driver
> Last CD Session LSN: 0
72c72
< session #2 starts at track 13, LSN: 219417, ISO 9660 blocks: 306403
---
> session #2 starts at track 13, LSN: 208017, ISO 9660 blocks: 306403
Add support for multi-session CD images. I'm not sure what the most common or "best" format multisession images exist as, but redump's cuesheet style is already supported by cdemu.
Similar feature request for cdemu: https://github.com/cdemu/cdemu/issues/31
Example 1: Duke Nukem - Music To Score By (first session audio, second session data)
Example 2: redump - Carnivores (USA) (both sessions are data)