Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch converting files from CUE to CCD #9

Open
cyo-the-vile opened this issue Aug 28, 2021 · 2 comments
Open

Batch converting files from CUE to CCD #9

cyo-the-vile opened this issue Aug 28, 2021 · 2 comments

Comments

@cyo-the-vile
Copy link

I have found SBITools very helpful for converting redump quality images into CCD format for ODEs.

However converting an entire repository of 700+ CD ROM images into CCD format is a bit cumbersome to perform by hand.

Can you implement support for batch image processing in cue2ccd?

@Kippykip
Copy link
Owner

Eh, technically yeah I could add but that wasn't SBITools intended purpose.
I added that function for in case somebody downloaded a LibCrypt protected game in BIN/CUE format, and wanted to burn it to disc again via clonecd for a real modchipped PS1.
Otherwise the games that don't have LibCrypt can just be burned with the standard BIN/CUE

The method I have for converting to CCDs is kinda scrappy and involved a lot of guesswork (tbh this whole SBITools was made with a lot of guesswork, I couldn't find much documentation on subchannels formatting at all and had to figure it out by hand), and therefore hasn't been tested with every image out there, I've only crafted the tools around libcrypt games so there's a good chance there could be at least one or two game images with strange indexes in the CUE and could crash this tool.

@synrais
Copy link

synrais commented Mar 17, 2022

This tool should not be used for anything but PS1 games.
For Saturn it will force the wrong mode track 1 amongst other things in the .ccd file generated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants