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 to built-in thegamesdb.net scraper for TurboGrafx CD platform. #784

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

c0d3h4x0r
Copy link

This goes partway toward solving #781 by at least providing a way to exclusively scrape TurboGrafx CD games by setting the node in the config file to "pcenginecd".

@vetorndh
Copy link

boa noite!!!
sou do brasil, estou com o mesmo problema, não consigo baixar as imagens! :(

@bebeidon
Copy link

bebeidon commented Jun 19, 2019

This can easily be fixed. Just edit the /etc/emulationstation/es_systems.cfg file and replace/add:

<system>
    <name>pcengine</name>
    <fullname>PC Engine</fullname>
    <path>/home/pi/RetroPie/roms/pcengine</path>
    <extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
    <platform>pcengine</platform>
    <theme>tg16</theme>
  </system>

 <system>
    <name>pcenginecd</name>
    <fullname>PC Engine CD</fullname>
    <path>/home/pi/RetroPie/roms/pcenginecd</path>
    <extension>.7z .pce .ccd .chd .cue .zip .7Z .PCE .CCD .CHD .CUE .ZIP</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pcengine %ROM%</command>
    <platform>pcenginecd</platform>
    <theme>tg-cd</theme>
  </system>

Like that you also have the TurboGrafx Version if you prefer that one. If not just change tg16 and tg-cd to pcengine and pcenginecd and you get the Japanese version if the theme is compatible.

@c0d3h4x0r
Copy link
Author

This can easily be fixed. Just edit the /etc/emulationstation/es_systems.cfg file and replace/add:

That alone doesn't accomplish anything without also making the code changes in this commit to add "pcenginecd" as a recognized distinct platform.

@bebeidon
Copy link

But I'm almost certain I didn't change anything else and it's working...I'll double check again but I can't even find the files mentioned.

@bebeidon
Copy link

Well now I tried my suggested fix on a fresh image and it's working.

joolswills pushed a commit to joolswills/EmulationStation that referenced this pull request Sep 18, 2022
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

Successfully merging this pull request may close these issues.

3 participants