-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
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:
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
|
Anyway I could help you with this process perhaps??... Maybe by manually collecting the CHD numbers or Identifiers... and compiling a list of them?.. |
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. |
Ive been doing some major searching and I MAY have found something of
relevance for your needs.... perhaps...
Take a peek at this link and let me know if that works for you...
If not, - no worries, Im on the track of 1-2 possible other
options...(...that I think might pay off for my efforts...)...
Here is the link
http://www.mameaddicts.com/phpBB3/viewtopic.php?t=605
…On Tue, Apr 3, 2018 at 3:12 AM, MK2k ***@***.***> wrote:
Hi @Rendarius <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AkQzI4H-a9I3p1L_MTA9LEVzdxGSio2Tks5tkyDGgaJpZM4P-td1>
.
|
Relying on the file name of the actual CHD is not a good/reliable way :( |
https://github.com/claunia/DiscImageChef seems to be a fine solution here |
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 ?
The text was updated successfully, but these errors were encountered: