• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

Sselph scraper broke my Sega CD menu

Scheduled Pinned Locked Moved Help and Support
sselph scraperscrapersega cdsselph
13 Posts 3 Posters 2.4k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B
    BenMcLean
    last edited by 14 Jun 2017, 22:27

    When I used sselph scraper, I got really ticked off after it finished when I realized that it undid all the manual editing I'd done on my menus. I fixed all that now except for one thing: now both CUE and BIN are showing up on the Sega CD menu in EmulationStation. What should be happening is that only CUE should be showing up on the menu. How do I fix it so it goes back to the correct behavior? (only showing CUE)

    M 1 Reply Last reply 14 Jun 2017, 23:07 Reply Quote 0
    • M
      mediamogul Global Moderator @BenMcLean
      last edited by mediamogul 14 Jun 2017, 23:07

      @BenMcLean

      I'm guessing you have an external es_systems.cfgfile at /opt/retropie/configs/all/emulationstation/es_systems.cfg. If it's there, open it and look for <name>segacd</name>. below it, you'll see a list of viable extensions where you'll remove .bin and .BIN. It's unlikely that this happened in the main es_systems.cfgfile, but if it did, you'll instead be looking at /etc/emulationstation/es_systems.cfg.

      RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

      E B 2 Replies Last reply 14 Jun 2017, 23:12 Reply Quote 0
      • E
        edmaul69 @mediamogul
        last edited by edmaul69 14 Jun 2017, 23:12

        @mediamogul wouldnt you want to remove .bin not .cue?

        M 1 Reply Last reply 14 Jun 2017, 23:16 Reply Quote 1
        • M
          mediamogul Global Moderator @edmaul69
          last edited by 14 Jun 2017, 23:16

          @edmaul69

          Ha! Very true. fixed.

          RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

          1 Reply Last reply Reply Quote 0
          • B
            BenMcLean
            last edited by 15 Jun 2017, 14:37

            Thanks. I'll give that a try when I get a chance.

            1 Reply Last reply Reply Quote 0
            • B
              BenMcLean @mediamogul
              last edited by 16 Jun 2017, 23:46

              @mediamogul said in Sselph scraper broke my Sega CD menu:

              @BenMcLean

              I'm guessing you have an external es_systems.cfgfile at /opt/retropie/configs/all/emulationstation/es_systems.cfg. If it's there, open it and look for <name>segacd</name>. below it, you'll see a list of viable extensions where you'll remove .bin and .BIN. It's unlikely that this happened in the main es_systems.cfgfile, but if it did, you'll instead be looking at /etc/emulationstation/es_systems.cfg.

              It's not there. :( Will have to figure out how to edit it from pixel desktop apparently, since the /etc/ folder is not shared over Samba.

              M B 2 Replies Last reply 16 Jun 2017, 23:56 Reply Quote 0
              • M
                mediamogul Global Moderator @BenMcLean
                last edited by 16 Jun 2017, 23:56

                @BenMcLean

                You can always use SSH, or SFTP.

                RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                1 Reply Last reply Reply Quote 0
                • B
                  BenMcLean @BenMcLean
                  last edited by 17 Jun 2017, 00:00

                  When I looked at the file you mentioned, I found it is only listing .iso and .cue. I don't see .bin in there.

                  I'm guessing maybe the menu items exist because sselph's scraper added info for them and the files are there, so maybe all I really need to do is delete the info? (which there needs to be an option for in the EmulationStation GUI for many situations including this one!! Any scraper will sometimes get it wrong!)

                  By the way, if you ever find yourself having to edit files through the pixel desktop, do yourself a favor and type sudo apt-get install geany. You'll be glad you did.

                  M 1 Reply Last reply 17 Jun 2017, 00:03 Reply Quote 0
                  • M
                    mediamogul Global Moderator @BenMcLean
                    last edited by mediamogul 17 Jun 2017, 00:03

                    @BenMcLean

                    The default Sega CD system entry as a whole should read:

                      <system>
                        <name>segacd</name>
                        <fullname>Mega CD</fullname>
                        <path>/home/pi/RetroPie/roms/segacd</path>
                        <extension>.iso .cue .ISO .CUE</extension>
                        <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ segacd %ROM%</command>
                        <platform>segacd</platform>
                        <theme>segacd</theme>
                      </system>
                    
                    

                    RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                    B 1 Reply Last reply 17 Jun 2017, 00:10 Reply Quote 0
                    • B
                      BenMcLean @mediamogul
                      last edited by 17 Jun 2017, 00:10

                      @mediamogul said in Sselph scraper broke my Sega CD menu:

                      @BenMcLean

                      The default Sega CD system entry as a whole should read:

                        <system>
                          <name>segacd</name>
                          <fullname>Mega CD</fullname>
                          <path>/home/pi/RetroPie/roms/segacd</path>
                          <extension>.iso .cue .ISO .CUE</extension>
                          <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ segacd %ROM%</command>
                          <platform>segacd</platform>
                          <theme>segacd</theme>
                        </system>
                      
                      

                      Yep, that's what mine says, yet the BIN files still appear in the menu.

                      M 2 Replies Last reply 17 Jun 2017, 00:51 Reply Quote 0
                      • M
                        mediamogul Global Moderator @BenMcLean
                        last edited by mediamogul 17 Jun 2017, 00:51

                        @BenMcLean

                        The two locations I know of for es_systems.cfg are/etc/emulationstation/es_systems.cfg and /opt/retropie/configs/all/emulationstation/es_systems.cfg, which overrides the prior. On top of everything else, Sselph's scraper isn't supposed to alter either of these to begin with. Very strange.

                        RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                        1 Reply Last reply Reply Quote 0
                        • M
                          mediamogul Global Moderator @BenMcLean
                          last edited by mediamogul 17 Jun 2017, 01:01

                          @BenMcLean

                          I Just re-read your previous post and I agree that if you delete the entries that reference .bin files in /opt/retropie/configs/all/emulationstation/gamelists/segacd/gamelist.xml, then you should be good to go.

                          RetroPie v4.5 • RPi3 Model B • 5.1V 2.5A PSU • 16GB SanDisk microSD • 512GB External Drive

                          1 Reply Last reply Reply Quote 1
                          • B
                            BenMcLean
                            last edited by 18 Jun 2017, 19:48

                            Thanks. That fixed it.

                            1 Reply Last reply Reply Quote 0
                            9 out of 13
                            • First post
                              9/13
                              Last post

                            Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                            Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.

                              This community forum collects and processes your personal information.
                              consent.not_received