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

Add support for .ccd, .chd, .mdf formats #9

Open
aymanbagabas opened this issue Mar 26, 2021 · 4 comments
Open

Add support for .ccd, .chd, .mdf formats #9

aymanbagabas opened this issue Mar 26, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@aymanbagabas
Copy link

I'm trying to organize my PSX library and compress the roms as low as possible with the .pbp format. However, some roms have these formats and it would be super great to support them in this awesome project. Thanks for putting the time into this @RupertAvery!

@RupertAvery
Copy link
Owner

Thanks for using PSXPackager.

It would be nice to support these, but they are not open standards and I have difficulty finding documentation about the file formats.

@mrsilver76
Copy link

For CHD, could you not just shell out to chdman?

For example, if you get a CHD as an input file, use chdman extractcd to extract the contents to a temporary folder (which will likely result in BIN and CUE files) and then work on that.

If someone wants to convert to CHD, create BIN and CUE files and then use chdman createcd to generate the CHD.

@malvarenga123
Copy link

CHD has a standalone library: https://github.com/rtissera/libchdr
CCD is a different type of cuesheet used by CloneCD. You may find out how they're structured by looking at DIC's source:
https://github.com/saramibreak/DiscImageCreator/blob/master/DiscImageCreator/output.cpp (just search for 'writeccd')

@RupertAvery
Copy link
Owner

This could become possible with https://github.com/HeatXD/chdr_cs, which are automatically generated bindings for libchdr

@takano32 takano32 added the enhancement New feature or request label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants