Releasing a little tool I made for myself: cue2ccd, a commandline tool to convert BIN/CUE disc images into CloneCD images.
-
Releasing a little tool I made for myself: cue2ccd, a commandline tool to convert BIN/CUE disc images into CloneCD images. I wrote this to help me load images onto my Rhea CD drive emulator for Saturn, since it doesn't support BIN/CUE and there aren't any cross-platform or open source tools to move between those formats. https://www.mistys-internet.website/blog/blog/2024/12/15/announcing-cue2ccd-a-tool-to-convert-bin-slash-cue-disc-images-to-clonecd/
-
Also ended up going slightly overboard and wrote a detailed description of exactly what I did to do this, including a bunch of CD-ROM spec detail on exactly why this wasn't an easy problem. All the detail about CD-ROM you never wanted to know! https://www.mistys-internet.website/blog/blog/2024/12/15/announcing-cue2ccd-a-tool-to-convert-bin-slash-cue-disc-images-to-clonecd/
-
@misty Excellent work. CD formats are a nightmare, all incompatible and some obfuscated.
CCD itself is interesting, I think, because it includes .sub subchannel data which bin/cue does not?
also nice to see some libcue love in the wild, I did a wrapper for it in Perl a few months ago