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

CHD support #23

Open
BabaJeanmel opened this issue Oct 19, 2017 · 6 comments
Open

CHD support #23

BabaJeanmel opened this issue Oct 19, 2017 · 6 comments
Assignees

Comments

@BabaJeanmel
Copy link

Retroarch now supports CHD (compressed images) files for a variety of platforms including PC-Engine CD, Sega CD, Playstation and Saturn. Metropolis Launcher can't currently "see" them when scanning a folder for roms. Would it be possible to add support for these files ?

@theMK2k
Copy link
Owner

theMK2k commented Oct 19, 2017

Support as in "chd files can be added" is trivial.

What isn't trivial is the actual game detection for CHDs:

With CD images Metropolis Launcher uses different techniques in order to identify the actual game in order to provide meta data. For example:

  • Playstation games are identified by extracting the SYSTEM.CNF file from the ISO, within the SYSTEM.CNF we can read the identifying string, e.g. "SLES00032"
  • Sega Mega CD games have identifiers at Hex position 0x0190 ... 0x019F in the ISO file

These techniques are currently not applicable with CHDs as I don't have a tool or .Net library at hand to perform the tasks of either

  • extracting a defined file from the file contents of the media or
  • reading a defined section of the original ISO

@theMK2k theMK2k self-assigned this Oct 19, 2017
@Rendarius
Copy link

Rendarius commented Apr 3, 2018

Anyway I could help you with this process perhaps??... Maybe by manually collecting the CHD numbers or Identifiers... and compiling a list of them?..

@theMK2k
Copy link
Owner

theMK2k commented Apr 3, 2018

Hi @Rendarius,

thanks for your offer. If you know how to get any identifier from a CHD, please let me know. As this would be the first step towards a solution.

@Rendarius
Copy link

Rendarius commented Apr 4, 2018 via email

@theMK2k
Copy link
Owner

theMK2k commented Apr 4, 2018

Relying on the file name of the actual CHD is not a good/reliable way :(

@theMK2k
Copy link
Owner

theMK2k commented Apr 12, 2018

https://github.com/claunia/DiscImageChef seems to be a fine solution here

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

No branches or pull requests

3 participants