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

    Scraping PSX .img files

    Scheduled Pinned Locked Moved Help and Support
    psx romsscrapestephen selph
    8 Posts 4 Posters 1.8k 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.
    • AndersHPA
      AndersHP
      last edited by AndersHP

      I cannot get PSX games scraped. They consist of .img, .sub and .ccd files.
      I have tried Stephen Selphs scraper, the built-in scraper in EmulationStation as well as Universal XML Scraper from a Windows pc. None recognized the games.

      I have tried renaming the files, e.g. to "Alundra" instead of the "Alundra [weird code here]" they originally had. Also, I tried renaming the .img files to .cue, but nothing is downloaded no matter what I do.

      Does anyone have any suggestions? Thanks in advance.

      My "Bubble Bobble" Themed Bartop Arcade
      My Gameboy

      quicksilverQ 1 Reply Last reply Reply Quote 1
      • quicksilverQ
        quicksilver @AndersHP
        last edited by

        @AndersHP What source are you scrapping from? Gamesdb or screenscraper? Gamesdb looks for a name match and screenscraper searches based on the rom's checksum. Have you tried using skyscraper? I find that it offers the most tools for getting every game scraped.

        1 Reply Last reply Reply Quote 1
        • mituM
          mitu Global Moderator
          last edited by

          Hm, I can scrape Alundra.img fine with the built-in Emulationstation scraper.
          ca2e2041-7e5f-46d3-8971-c43adbfa2f84-image.png

          Do you have the files in the psx folder or is it a custom folder ? What version of Emulationstation are you running ?

          1 Reply Last reply Reply Quote 0
          • AndersHPA
            AndersHP
            last edited by

            @quicksilver
            Tried both screenscraper and Gamesdb.

            Skyscraper magically finds the games, but I cannot get Skyscraper to just scrape boxart, it creates a little 3d box in the corner, on a black background. I'm just searching for a way to scrape boxart and a video preview.

            @mitu
            I updated Emulationstation to newest version, and now it scrapes the game, but just cover and no video.

            So I rewrote the gamelist.xml manually, to point to the videos scraped by Skyscraper. Phew. Not the easiest way to scrape, and I've never experienced these issues before.. Odd..
            The games are in the PSX folder.

            My "Bubble Bobble" Themed Bartop Arcade
            My Gameboy

            mituM 1 Reply Last reply Reply Quote 0
            • mituM
              mitu Global Moderator @AndersHP
              last edited by mitu

              @AndersHP said in Scraping PSX .img files:

              I updated Emulationstation to newest version, and now it scrapes the game, but just cover and no video.

              Well, the built-in scraper doesn't get videos, so that's expected. Glad you got it working.

              You can configure Skyscraper to change the artwork is produces for the cover - https://github.com/muldjord/skyscraper/blob/master/docs/ARTWORK.md. You can create an artwork.xml file for the psx system which will show only the cover. Since all the artwork is already scraped, you can just run the gamelist generation step and experiment with the format of the file.

              1 Reply Last reply Reply Quote 0
              • mituM
                mitu Global Moderator
                last edited by

                For instance, the following artwork.xml will produce just the cover as an image

                <?xml version="1.0" encoding="UTF-8"?>
                <artwork>
                  <output type="screenshot" width="640" height="480">
                    <layer resource="cover" height="480" align="center" valign="middle">
                    </layer>
                  </output>
                </artwork>
                

                a9577969-b1e0-4d97-9c8e-1e5b1b0a7de0-image.png

                while the following artwork.xml will show a 3d box with the cover and the marquee on the side.

                <?xml version="1.0" encoding="UTF-8"?>
                <artwork>
                  <output type="screenshot" width="640" height="480">
                    <layer resource="cover" height="450" align="center" valign="middle">
                      <gamebox side="wheel" rotate="10"/>
                      <shadow distance="5" softness="5" opacity="70"/>
                    </layer>
                  </output>
                </artwork>
                

                fc076753-463d-4e5f-be23-0c2277fa27ea-image.png

                1 Reply Last reply Reply Quote 1
                • AndersHPA
                  AndersHP
                  last edited by

                  @mitu
                  Thanks! I will test these out.

                  My "Bubble Bobble" Themed Bartop Arcade
                  My Gameboy

                  1 Reply Last reply Reply Quote 0
                  • S
                    showstopper
                    last edited by

                    I was having a similar issue to you and i converted my files to PBP files. It saved a lot of space and made getting images easier (without any duplicates)

                    1 Reply Last reply Reply Quote 0
                    • First post
                      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.