-
Notifications
You must be signed in to change notification settings - Fork 36
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
[Feature Request] CDI Support #411
Comments
I started implementing a CdiReader class some years ago, but never really got around to finishing it. I'll take another look at it later. |
Thank you. (ImgBurn supports it if you put the pfctoc.dll beside ImgBurn.exe) |
It seems that my old code, and attempts to rework it to handle the proper CDI structures, isn't reading something properly. I'm not sure what's wrong with it, so I'll have to put off adding support for CDI for now. May look into using another library to read CD formats, e.g. libmirage. (libmirage supports CDI, CCD, NRG, and a bunch of other proprietary disc image formats.) |
No problem and no rush. Thank you. |
As per #107, the feature/DiscJuggler-CDI-format.attempt-2 branch now supports CDI image format for Dreamcast games. This isn't implemented using the generic disc image format handler, since that only works with single-track images. I'll look into manually implementing CDI support in PlayStationDisc next. EDIT: Actually, was CDI format ever commonly used for PS1 discs? I can't find any useful references for this... |
No, not really, it was mostly bin/cue. You of course can find a bunch of different formats that people used along side the half of the population that doesn't realize just how horrible ISO is as a format for anything other than pure data, but its mostly bin/cue/sub and .ecm |
Can you add Disc Juggler CDI support?
The text was updated successfully, but these errors were encountered: