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.
    • P
      peligwe @muldjord
      last edited by

      @muldjord So the problem not my height but the width.. How much width is there available?

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

        @peligwe As much as you want (depending on ram of course) :)

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

          @muldjord
          I'm trying to get skyscraper to import already existing media, and it just gets right through it and says it's skipped them all?
          It's megadrive, I've set up the symbolic link, the media is in:
          /Import/videos/megadrive
          /Import/screenshots/megadrive
          And I'm using:
          Skyscraper -p megadrive -s import --flags video

          Have I missed something in the ini file or...?

          mituM muldjordM 2 Replies Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @stevas
            last edited by

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

            Have I missed something in the ini file or...?

            Post your .ini file (or the relevant config related to the import module).

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

              Do you mean config.ini? I'm not aware of anything specific to import, but I've actually commented literally everything out of config.ini except for my screensaver login (which, incidentally, also doesn't work - and I know it's valid, as it works in Skraper).

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

                Erm... Okay.

                I thought I was meant to be able to use subdirs with import?

                It works as long as I have them in:
                /Import/videos
                /Import/screenshots

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

                  @stevas You have them backwards. It should be:

                  /home/USER/.skyscraper/import/megadrive/videos
                  /home/USER/.skyscraper/import/megadrive/screenshots
                  

                  That's why :)

                  And concerning your ScreenScraper login, it has to look exactly like this:

                  [screenscraper]
                  userCreds="USER:PASS"
                  

                  If you type it in correctly with a : between the username and password, it will work. :)

                  S 1 Reply Last reply Reply Quote 2
                  • P
                    peligwe
                    last edited by

                    Trying to scrape Philip's CD-l. Would I need to under mame?

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

                      @peligwe I'm not too knowledgable about that platform. But it seems to be lr-mess, which uses the mame naming convention I think. So maybe. :)

                      S 1 Reply Last reply Reply Quote 0
                      • S
                        stevas @muldjord
                        last edited by

                        @muldjord

                        Gaaaaaaaaaaaah! Thanks, I did see what I'd done wrong once I dug into the config.ini!

                        As for the password, I do have the : in there, yeah. But it still seemed to be giving me messages at the start about it being an anonymous account. Lemme try it again this week sometime...

                        1 Reply Last reply Reply Quote 0
                        • S
                          stevas @muldjord
                          last edited by

                          @muldjord

                          Actually, I will do that now.

                          So, it looks like I had:
                          UserCreds="me:pass"

                          Which is really easy to miss (for me anyway), i.e. I had the first letter capitalised. Doh again.

                          Seems to be working as I have more than the 10000 limit now...

                          Much obliged, outstanding work!

                          1 Reply Last reply Reply Quote 1
                          • P
                            peligwe
                            last edited by

                            I think this question may have been asked before but, is there a way to make skyscraper use the downloaded screenshot in place of the video snap when creating a gamelist?

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

                              @peligwe Just disable videos when generating the gamelist and videos will not be added to it.

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

                                Hi guys, I'm just about ready to release Skyscraper 3.5.6 with the promised Pegasus game list parser. Currently awaiting some testing by users.

                                Another user requested --flags onlymissing to be added to the RetroPie Skyscraper script. @mitu I've added it in my fork. Let me know if you want me to PR it. I've tested it and it works without issue. Basically just added the option to the gather options menu.

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

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

                                  @mitu I've added it in my fork. Let me know if you want me to PR it

                                  Nice, that's a good addition. You can send a PR if it's not too much trouble - I'll give it a test and maybe add the info to the wiki.

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

                                    @mitu No problem at all. I've created a PR for it.

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

                                      Skyscraper 3.5.6 released: https://github.com/muldjord/skyscraper

                                      • Added 'neogeocd' platform (Thank you to 'igno2k' and 'meveric' for suggesting it)
                                      • 'screenscraper' module now supports region for screenshots (Thank you to 'cameronhimself' for pointing this out)
                                      • Low disk space check for cache is now calculated from cache folder location
                                      • Skyscraper initial output now shows frontend and extras when generating game lists
                                      • Changed 'gamelistFolder' config.ini option to 'gameListFolder' but kept old variable name for backwards compatibility
                                      • Added 'gameListBackup' config.ini option to allow for game list backups being created on each run (Thank you to 'igno2k' for suggesting it)
                                      • Attract-Mode now recognizes '$HOME' in emulator file
                                      • Refactored Attract-Mode media folder getters
                                      • Fixed rare faulty matches from 'esgamelist' module in cases where last part of 'path' was a match with filename (Thank you to 'akamming' for reporting this)
                                      • Exporting for Pegasus frontend now supports preservation of old game list key-value pairs (Thank you to user 'HugLifeTiZ' for suggesting this)
                                      • '--cache report' now also adheres so excludeFiles and includeFiles (Thank you to user 'spilinek' for pointing this out)

                                      Skyscraper 3.5.6 is finally here! It contains the promised Pegasus metadata preservation parser. Basically it means that if you add custom fields to your metadata.pegasus.txt files in either the header or game entries, they will be preserved when regenerating the gamelist using Skyscraper.

                                      A lot of other stuff has made it into the release. Some minor fixes to a bunch of stuff, and a new config.ini option that enables game list backup. Set gameListBackup="true" in the [main] or a [FRONTEND] section and instead of overwriting the game lists, it will add a timestamp to the current one before exporting the new one.

                                      I've tested it of course, but please let me know if you run into issues with the new additions / changes.

                                      Happy scraping!

                                      1 Reply Last reply Reply Quote 2
                                      • muldjordM
                                        muldjord
                                        last edited by muldjord

                                        Just added a frontend overview, better explaining how frontend game list generation works in Skyscraper. Check it out here!.

                                        S 1 Reply Last reply Reply Quote 0
                                        • ClydeC
                                          Clyde
                                          last edited by

                                          A great update with many useful additions! My personal favorites are the neogeocd support and the game list backup option.

                                          That said, what is the difference of the latter's location in [main] or [FRONTEND]?

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

                                            @Clyde It's simply a matter of when it's used (this is true for many options by the way, it's all described here). You might only want game list backup to be enabled for certain frontends. In that case you can add the option under the desired frontend section like so:

                                            [pegasus]
                                            gameListBackup="true"
                                            

                                            But if you prefer Skyscraper to create a backup no matter what frontend you are currently generating game lists for, you simply add it to the main section instead like so:

                                            [main]
                                            gameListBackup="true"
                                            
                                            1 Reply Last reply Reply Quote 1
                                            • 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.