RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Versatile C++ game scraper: Skyscraper

    Scheduled Pinned Locked Moved Ideas and Development
    skyscraperscrapergamelist.xmlscrapinggithub
    1.6k Posts 113 Posters 1.6m 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.
    • HalvhjearneH
      Halvhjearne @mitu
      last edited by

      @mitu

      its about 52gb. :)

      1 Reply Last reply Reply Quote 0
      • muldjordM
        muldjord @Halvhjearne
        last edited by

        @Halvhjearne said in Versatile C++ game scraper: Skyscraper:

        also my config.ini did not migrate propper and i had to manually edit it after first run.

        What exactly didn't migrate properly? This would be pretty useful to me.

        HalvhjearneH 1 Reply Last reply Reply Quote 0
        • robertvb83R
          robertvb83
          last edited by

          @muldjord i entered my Login and Password for screenscraper in the config.ini and defined 5 threads. Nevertheless during gathering only 1 thread is used
          (i started gathering via the gui)

          My full size arcade cabinet Robotron vs. Octolyzer

          muldjordM 1 Reply Last reply Reply Quote 0
          • HalvhjearneH
            Halvhjearne @muldjord
            last edited by

            @muldjord

            i think it was brackets, hints and Resize options, but im unsure right now.

            maybe its cause i did not use the default layout and instead of just uncommenting lines i added extra lines, cause i like to see the what the default option/line looked like.

            muldjordM 1 Reply Last reply Reply Quote 0
            • muldjordM
              muldjord @robertvb83
              last edited by

              @robertvb83 Just set the login, it will automatically set it to the max number of threads that are allowed using your credentials. No need to set the number of threads yourself.

              You did set it like so I assume:

              [screenscraper]
              userCreds="USERID:PASSWD"
              
              robertvb83R 1 Reply Last reply Reply Quote 0
              • muldjordM
                muldjord @Halvhjearne
                last edited by muldjord

                @Halvhjearne It should replace all instances of noHints to hints and reverse the bool and the same for the others no matter what line they are on. You can check if it has automigrated it by looking for a config.ini.oldfile which contains the old config.

                1 Reply Last reply Reply Quote 0
                • robertvb83R
                  robertvb83 @muldjord
                  last edited by

                  @muldjord said in Versatile C++ game scraper: Skyscraper:

                  @robertvb83 Just set the login, it will automatically set it to the max number of threads that are allowed using your credentials. No need to set the number of threads yourself.

                  You did set it like so I assume:

                  [screenscraper]
                  userCreds="USERID:PASSWD"
                  

                  this is what i did…
                  config.ini.JPG

                  how can i cancel the gathering?

                  My full size arcade cabinet Robotron vs. Octolyzer

                  muldjordM 1 Reply Last reply Reply Quote 0
                  • muldjordM
                    muldjord @robertvb83
                    last edited by

                    @robertvb83 Try ctrl+c or ctrl+d

                    1 Reply Last reply Reply Quote 1
                    • robertvb83R
                      robertvb83
                      last edited by

                      i entered this to my config.ini (with my userID and PW obviously)

                      [screenscraper]
                      userCreds="USERID:PASSWD"
                      

                      still gathering is with 1 thread only, i checked the Homepage and it says 7 threads

                      My full size arcade cabinet Robotron vs. Octolyzer

                      muldjordM 1 Reply Last reply Reply Quote 0
                      • muldjordM
                        muldjord @robertvb83
                        last edited by muldjord

                        @robertvb83 Please paste your entire config.ini file (but leave out the id and password again of course). Something must be wrong with how you are doing this. Also please reverify that you've typed your userid and password correctly. I am absolutely sure this works, I use it almost everyday, so it has to be something in your config or your setup in general.

                        EDIT: I assume you remember to choose the "screenscraper" module as the gathering source, right?

                        1 Reply Last reply Reply Quote 0
                        • robertvb83R
                          robertvb83
                          last edited by

                          oh my god i had a typo i wrote

                          "[screenscaper]" instead of
                          "[screenscraper]"

                          now i corrected that and it is working fine using 7 threads making it really fast.

                          sorry for that :-) but many thanks for your quick and Kind help. REALLY cool tool!

                          My full size arcade cabinet Robotron vs. Octolyzer

                          muldjordM 1 Reply Last reply Reply Quote 1
                          • muldjordM
                            muldjord @robertvb83
                            last edited by

                            @robertvb83 Glad you got it working :)

                            1 Reply Last reply Reply Quote 0
                            • B
                              bleuge
                              last edited by

                              I just wanted to note that GUI still uses --refresh , as i see your deprecation message in each run, i know it still works :D

                              @muldjord what do you think, i don't even know if this has already been suggested, about somekind of interactive mode, where only files with no info (or definable missing fields) are searched in each scrape module, and if nothing is found you can manually type a search string?

                              something like this

                              Skyscraper -p amiga --interactive --missing=Wheel,Cover

                              Files with no wheel or (maybe and?) cover are searched, if nothing found ask for text to search.

                              If you think this is not viable, how are you guys dealing with missing info?, for example is difficult to find info about homebrew software, or some japanese games with hard to type names... ?

                              Also, is anyone using the priorities.xml feature?, any interesting one to share?
                              I'll read the source to see if i see the default priorities.

                              muldjordM 1 Reply Last reply Reply Quote 0
                              • muldjordM
                                muldjord @bleuge
                                last edited by

                                @bleuge said in Versatile C++ game scraper: Skyscraper:

                                I just wanted to note that GUI still uses --refresh , as i see your deprecation message in each run, i know it still works :D

                                That is on purpose. We need to support both versions at this time. I might even end up keeping --refresh after all. We'll see.

                                somekind of interactive mode, where only files with no info (or definable missing fields) are searched in each scrape module, and if nothing is found you can manually type a search string?

                                It pretty much already does this. Any game that has already been scraped will be loaded from cache. So effectively, if you rescrape a platform, it only contacts the sources for the new roms you have added, or the ones it didn't find last time.

                                Skyscraper -p amiga --interactive --missing=Wheel,Cover

                                There won't ever be the option to only scrape certain pieces of information for a rom. The source delivers all data in one go, so there's no catch in doing this. So just rescrape the entire rom by adding the file name on command line.

                                If you think this is not viable, how are you guys dealing with missing info?

                                We're not really. This is up to the databases (and thereby the users) to add the missing data to the sources. :)

                                1 Reply Last reply Reply Quote 0
                                • LineOf7sL
                                  LineOf7s @muldjord
                                  last edited by LineOf7s

                                  @muldjord said in Versatile C++ game scraper: Skyscraper:

                                  @LineOf7s Best approach is simply to run the following commands:

                                  $ Skyscraper -p amiga -s openretro --refresh
                                  $ Skyscraper -p amiga
                                  

                                  The openretro module has been improved a bit, so you might have luck with that. With that said, I would strongly recommend using the RetroPlay lha files with Amiberry. It turns the Amiga into almost-a-console in that it uses the WHDLoad files. And Skyscraper scrapes these really well with OpenRetro since I've worked behind-the-scenes with some really cool guys to make use of OpenRetro's uuid's for these games.

                                  After many attempts and much frustration (mostly, I think, due to an old version of Skyscraper hanging around in the background), I managed to get this happening as hoped. Hooray! (Also, I think I already have those LHA files you recommended, so all good there)

                                  A curiosity, however: I happened to notice that at least one game - The Sentinel - had been found and correctly identified on OpenRetro.org, but Skyscraper was reporting that it had no covershot and no screenshots (ie Cover: NO Screenshot: NO) despite the fact it does (checked on the website). From what you understand of Skyscraper and the work you've done with the OpenRetro.org people, where do you think the fault may lie? Short of importing my own pictures, is there anything I can do as an end-user to get it to work? Again, it finds it and identifies it just fine (with a 66% search match) but doesn't think there are any assets to download.

                                  muldjordM 1 Reply Last reply Reply Quote 0
                                  • B
                                    bleuge
                                    last edited by

                                    @muldjord thanks for impressive support! :D

                                    1 Reply Last reply Reply Quote 3
                                    • S
                                      Silent
                                      last edited by Silent

                                      I have somewhat of a request/code cleanup suggestion:

                                      Platform::getDefaultScraper is overblown a lot, because looks like as of now all systems have "cache" as a default scraper. This just kind of bit me when migrating Moonlight support to 3.x.x (I initially overlooked "localdb" -> "cache" change here).

                                      I personally think replacing this function with this would make it a lot better and less error prone:

                                      // If user provides no scraping source with '-s' this sets the default for the platform
                                      QString Platform::getDefaultScraper(const QString &platform)
                                      {
                                        QString scraper = "cache";
                                      
                                        // If any platforms do NOT use cache as default, set them here
                                      
                                        return scraper;
                                      }
                                      

                                      Not to mention it'd syntactically be more correct, as default scraper is supposed to be cache, unless stated otherwise.

                                      muldjordM 1 Reply Last reply Reply Quote 0
                                      • muldjordM
                                        muldjord @Silent
                                        last edited by muldjord

                                        @Silent I am well aware of these things, no need to report them to me. As I said earlier I am not interested in code contributions and I have plenty of code cleanup I want to do. I have closed the PR, I'd much rather code it myself when the Moonlight implementation is ready. Thanks.

                                        1 Reply Last reply Reply Quote 0
                                        • muldjordM
                                          muldjord @LineOf7s
                                          last edited by muldjord

                                          @LineOf7s That's a bit odd. I just tried scraping my own Sentinel_v1.01_3025.lha and it finds both cover and screenshot for it. What is your file called for it?

                                          LineOf7sL 1 Reply Last reply Reply Quote 0
                                          • LineOf7sL
                                            LineOf7s @muldjord
                                            last edited by LineOf7s

                                            @muldjord Sentinel_v1.0.lha

                                            I don't mean to keep bringing it up, but the same file works fine (as far as scraping goes) in FS-UAE Arcade (which also scrapes from OpenRetro.org).

                                            muldjordM 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.