Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [BATCH] Scrape your roms on your PC - fastscraper

    Community projects
    multiconsole scraper fastscraper
    37
    221
    240626
    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.
    • kevinnash
      kevinnash last edited by

      Hi,

      How do we download it on github ?

      I don't see any download link there.

      1 Reply Last reply Reply Quote 0
      • paradadf
        paradadf Staff last edited by

        You can select RAW and copy the plain text to a txt file and rename the extension to .bat

        If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

        1 Reply Last reply Reply Quote 0
        • maximus37
          maximus37 last edited by paradadf

          This tool is fantastic!! Nice work!!

          One problem though, I cannot scrape NeoGeo roms, I get the following output:

          2017/01/10 10:06:56 arcade  srcs: ss
          2017/01/10 10:06:56 console srcs:
          2017/01/10 10:06:56 INFO: Starting: C:\Users[...]\Downloads\neogeo\3countb.zip
          2017/01/10 10:06:56 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bba.zip
          2017/01/10 10:06:56 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bbh.zip
          2017/01/10 10:06:56 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bb.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\2020bb.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bb.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users\\Downloads\neogeo\2020bbh.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bbh.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\3countb.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\3countb.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\2020bba.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bba.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\2020bb.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bb.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\2020bbh.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bbh.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\3countb.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\3countb.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\2020bba.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\2020bba.zip
          2017/01/10 10:06:58 ERR: error processing C:\Users[...]\Downloads\neogeo\2020bb.zip: image: unknown format
          2017/01/10 10:06:58 INFO: Starting: C:\Users[...]\Downloads\neogeo\alpham2.zip
          panic: runtime error: invalid memory address or nil pointer dereference
          [signal 0xc0000005 code=0x0 addr=0x14 pc=0x408fe7]
          
          goroutine 22 [running]:
          panic(0x7e9580, 0x113a0030)
                  /usr/local/go/src/runtime/panic.go:500 +0x331
          main.crawlROMs.func2(0x11472820, 0x114aa900, 0x0, 0x11472810, 0x114755a0, 0x11475520)
                  /home/sselph/go/src/github.com/sselph/scraper/scraper.go:295 +0x527
          created by main.crawlROMs
                  /home/sselph/go/src/github.com/sselph/scraper/scraper.go:328 +0xbd7
          
          Start    : 10:06:56.62
          Finish   : 10:06:58.67
                   ---------------
          Duration : 00:00:02,05
          
          1 Reply Last reply Reply Quote 0
          • acris
            acris last edited by

            Hello @maximus37
            the server for arcade is down.

            maximus37 1 Reply Last reply Reply Quote 0
            • maximus37
              maximus37 @acris last edited by

              @acris Oh, well that explains it 🙂

              How can I check the status of it? How long has it been down? Is there a site I can keep an eye on?

              Thanks!

              paradadf 1 Reply Last reply Reply Quote 0
              • paradadf
                paradadf Staff @maximus37 last edited by

                @maximus37 @acris The problem with NEOGEO right now (using SS as source) is explained here: https://github.com/sselph/scraper/issues/128
                So most likely sselph will need to compile a new version with the corrections to allow us to scrape it.

                If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                maximus37 1 Reply Last reply Reply Quote 0
                • maximus37
                  maximus37 @paradadf last edited by

                  @paradadf Thanks for the link!

                  maximus37 1 Reply Last reply Reply Quote 0
                  • maximus37
                    maximus37 @maximus37 last edited by

                    @paradadf Hi, I noticed the issue was fixed? Do I simply download the latest version of fastscraper? Do I need to include any options for the scraping?

                    paradadf 1 Reply Last reply Reply Quote 0
                    • paradadf
                      paradadf Staff @maximus37 last edited by paradadf

                      @maximus37 it wasn't a problem from sselph's scraper, but from the default used database (SS). So the version you have should work. But it is always better to use the latest 😉

                      About the options, on top of the batch you can modify the different flags to your taste, change sources, type of images, etc. So is up to you which configuration you prefer.

                      If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                      1 Reply Last reply Reply Quote 0
                      • airart
                        airart last edited by

                        I try to download or copy fastscraper.bat new version but server is down

                        1 Reply Last reply Reply Quote 0
                        • kevinnash
                          kevinnash last edited by

                          Github is OK on my side : https://raw.githubusercontent.com/paradadf/recaltools/master/fastscraper/fastscraper.bat

                          airart 1 Reply Last reply Reply Quote 0
                          • airart
                            airart @kevinnash last edited by

                            @kevinnash is new version ? is not working .... i'm so sad

                            paradadf 1 Reply Last reply Reply Quote 0
                            • paradadf
                              paradadf Staff @airart last edited by

                              @airart it is working... you need scraper v.1.2.0 (latest version).

                              If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                              airart 1 Reply Last reply Reply Quote 0
                              • airart
                                airart @paradadf last edited by

                                @paradadf said in [BATCH] Scrape your roms on your PC - fastscraper:

                                scraper v.1.2.0

                                Can U give me a link please , i've already copy raw fastscraper

                                paradadf 1 Reply Last reply Reply Quote 0
                                • paradadf
                                  paradadf Staff @airart last edited by

                                  @airart just delete the scraper.exe you have and launch the batch.

                                  If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                                  airart 1 Reply Last reply Reply Quote 0
                                  • airart
                                    airart @paradadf last edited by

                                    @paradadf said in [BATCH] Scrape your roms on your PC - fastscraper:

                                    @airart just delete the scraper.exe you have and launch the batch.

                                    Err processing
                                    ....xml syntax error on line 1

                                    paradadf 1 Reply Last reply Reply Quote 0
                                    • paradadf
                                      paradadf Staff @airart last edited by

                                      @airart open the batch file, you probably have something else inside as the actual code.

                                      If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                                      airart 1 Reply Last reply Reply Quote 0
                                      • airart
                                        airart @paradadf last edited by

                                        @paradadf said in [BATCH] Scrape your roms on your PC - fastscraper:

                                        @airart open the batch file, you probably have something else inside as the actual code.
                                        maybe ..... i have copied raw in existing .bat overwryte all , can you give me a clean .bat ?

                                        paradadf 1 Reply Last reply Reply Quote 0
                                        • paradadf
                                          paradadf Staff @airart last edited by

                                          @airart @kevinnash already gave you the direct link!

                                          https://raw.githubusercontent.com/paradadf/recaltools/master/fastscraper/fastscraper.bat

                                          right-click on it and and "save link as..."
                                          the clean link has always been online for everyone!

                                          If your question was answered, please mark it as solved: Topic Tools -> Ask a question + Topic Tools -> Mark as Solved

                                          1 Reply Last reply Reply Quote 0
                                          • airart
                                            airart last edited by

                                            alt text

                                            not working xml syntax error on line 1

                                            paradadf 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Want to support us ?

                                            73
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com