• 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

Skyscraper Config.ini help (Credentials for Screenscraper)

Scheduled Pinned Locked Moved Help and Support
screenscraperskyscraperconfig file
10 Posts 7 Posters 5.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.
  • L
    lordkramGB
    last edited by 3 Mar 2019, 14:06

    So been playing about with this for hours, and can't work out how to actually edit the conig file properly so when I use the scraper, It will use all 6 threads which I have on my account
    Every time it will only say its forcing 1 when I start
    Have edited through the RP menu directly, just unsure on where to put the line exactly in the config.ini file
    Here is what I have right now:

    --------------------------------------------------------------------

    Skyscraper by Lars Muldjord (https://github.com/muldjord/skyscraper)

    --------------------------------------------------------------------

    This is an example config file for use with Skyscraper. Use it as a template for creating

    your own. If you copy this file to 'config.ini' it will be used per default.

    You can always copy config.ini.example to a filename of your choice and make Skyscraper

    use it with the '-c' command line option.

    You can have several platform sections in one config file. Further down is an example of

    a generic platform setup. Check '--help' for more info on supported platforms.

    You can have several scraping module sections in one config file. Further down is an example

    of a generic module setup. Check '--help' for more info on supported modules.

    Remember that most of these settings can also be set as command line options. Doing so

    will overrule the options seen here except for the scraping module configs which

    overrules everything else.

    Platform specific configs overrules main configs.

    Uncomment the sections and lines you wish to use:

    [main]
    'userCreds=[user:password]'
    ##Setting input, gamelist or media folder here, will automatically append '/[platform]' to path.
    ##If you need better control, use the same variables under a [<platform>] section instead.
    #inputFolder="/home/pi/RetroPie/roms"
    #gamelistFolder="/home/pi/RetroPie/roms"
    #mediaFolder="/home/pi/RetroPie/roms"
    #cacheFolder="/home/pi/.skyscraper/cache"
    #cacheResize="false"
    #cacheCovers="true"
    #cacheScreenshots="true"
    #cacheWheels="true"
    #cacheMarquees="true"
    #importFolder="/home/pi/.skyscraper/import"
    #unpack="false"
    #frontend="emulationstation"
    #emulator=""
    #videos="false"
    #symlink="false"
    #brackets="true"
    #maxLength="10000"
    threads="6"
    #pretend="false"
    #unattend="false"
    #unattendSkip="false"
    #interactive="false"
    #forceFilename="false"
    #verbosity="1"
    #skipped="false"
    #maxFails="30"
    #lang="en"
    #region="wor"
    #langPrios="en,de,es"
    #regionPrios="eu,us,ss,uk,wor,jp"
    #minMatch="0"
    #artworkXml="artwork.xml"
    #relativePaths="false"
    #addExtensions="*.zst"
    #hints="false"
    #subdirs="true"
    #spaceCheck="false"

    #[<platform, eg 'amiga'>]
    #inputFolder="/home/pi/RetroPie/roms/amiga"
    #gamelistFolder="/home/pi/RetroPie/roms/amiga"
    #mediaFolder="/home/pi/RetroPie/roms/amiga/media"
    #cacheFolder="/home/pi/.skyscraper/cache/amiga"
    #cacheResize="false"
    #cacheCovers="true"
    #cacheScreenshots="true"
    #cacheWheels="true"
    #cacheMarquees="true"
    #importFolder="/home/pi/.skyscraper/import/amiga"
    #unpack="false"
    #emulator=""
    #videos="false"
    #symlink="false"
    #brackets="true"
    #lang="en"
    #region="wor"
    #langPrios="en,de,es"
    #regionPrios="eu,us,ss,uk,wor,jp"
    #minMatch="0"
    #maxLength="10000"
    #threads="2"
    #startAt="filename"
    #endAt="filename"
    #pretend="false"
    #unattend="false"
    #unattendSkip="false"
    #interactive="false"
    #forceFilename="false"
    #verbosity="1"
    #skipped="false"
    #artworkXml="artwork.xml"
    #relativePaths="false"
    #extensions="*.zip *.uae .adf"
    #addExtensions="
    .zst *.rom"
    #subdirs="true"

    [screenscaper]
    userCreds="user:password"
    threads="6"
    minMatch="0"
    maxLength="10000"
    interactive="false"
    cacheCovers="true"
    cacheScreenshots="true"
    cacheWheels="true"
    cacheMarquees="true"
    videos="true"

    quicksilverQ 1 Reply Last reply 3 Mar 2019, 14:13 Reply Quote 0
    • quicksilverQ
      quicksilver @lordkramGB
      last edited by 3 Mar 2019, 14:13

      @lordkramGB

      The section that specifies scraper source you have

      [screenscaper]

      Should be

      [screenscraper]

      This is actually a typo present in the default file so it's not your spelling mistake. I had the same issue trying to put my credentials in.

      1 Reply Last reply Reply Quote 0
      • D
        dgallina
        last edited by 3 Mar 2019, 18:35

        The sample config.ini i had didn't even have a [screenscraper] section (it was commented out).

        Things worked fine once i created the correctly spelled [screenscraper] section and put in the credentials.

        Thanks,
        Diego

        1 Reply Last reply Reply Quote 1
        • L
          lordkramGB
          last edited by 3 Mar 2019, 21:17

          Thanks, cant believe I missed that! Feel a bit dumb now lol
          Working nicely now though!

          1 Reply Last reply Reply Quote 0
          • H
            holto
            last edited by 11 Mar 2019, 20:08

            lol. I had the same issue misspelling issue.

            quicksilverQ 1 Reply Last reply 11 Mar 2019, 20:31 Reply Quote 0
            • quicksilverQ
              quicksilver @holto
              last edited by 11 Mar 2019, 20:31

              @holto it's in the default config. So not your mistake. I'll let the developer know.

              1 Reply Last reply Reply Quote 0
              • M
                mo418
                last edited by 13 Mar 2019, 04:14

                Happened to me too! Do not feel dumb ;) Hum... Unless we're both :D hahaha jk

                1 Reply Last reply Reply Quote 0
                • J
                  jhordi08
                  last edited by 19 Sept 2019, 16:45

                  Hello, I've just installed Skyscraper in retropie and I've changed the configuration of config.ini but it seems that I'm not logged yet.
                  This is my configuration that I've uploaded.

                  [main]
                  'userCreds=[my user:my password]'
                  ##Setting input, gamelist or media folder here, will automatically append '/[platform]' to path.
                  ##If you need better control, use the same variables under a [<platform>] section instead.
                  #inputFolder="/home/pi/RetroPie/roms"
                  #gamelistFolder="/home/pi/RetroPie/roms"
                  #mediaFolder="/home/pi/RetroPie/roms"
                  #cacheFolder="/home/pi/.skyscraper/cache"
                  #cacheResize="false"
                  #cacheCovers="true"
                  #cacheScreenshots="true"
                  #cacheWheels="true"
                  #cacheMarquees="true"
                  #importFolder="/home/pi/.skyscraper/import"
                  #unpack="false"
                  #frontend="emulationstation"
                  #emulator=""
                  #videos="false"
                  #symlink="false"
                  #brackets="true"
                  #maxLength="10000"
                  threads="6"
                  #pretend="false"
                  #unattend="false"
                  #unattendSkip="false"
                  #interactive="false"
                  #forceFilename="false"
                  #verbosity="1"
                  #skipped="false"
                  #maxFails="30"
                  #lang="en"
                  #region="wor"
                  #langPrios="en,de,es"
                  #regionPrios="eu,us,ss,uk,wor,jp"
                  #minMatch="0"
                  #artworkXml="artwork.xml"
                  #relativePaths="false"
                  #addExtensions="*.zst"
                  #hints="false"
                  #subdirs="true"
                  #spaceCheck="false"

                  #[<platform, eg 'amiga'>]
                  #inputFolder="/home/pi/RetroPie/roms/amiga"
                  #gamelistFolder="/home/pi/RetroPie/roms/amiga"
                  #mediaFolder="/home/pi/RetroPie/roms/amiga/media"
                  #cacheFolder="/home/pi/.skyscraper/cache/amiga"
                  #cacheResize="false"
                  #cacheCovers="true"
                  #cacheScreenshots="true"
                  #cacheWheels="true"
                  #cacheMarquees="true"
                  #importFolder="/home/pi/.skyscraper/import/amiga"
                  #unpack="false"
                  #emulator=""
                  #videos="false"
                  #symlink="false"
                  #brackets="true"
                  #lang="en"
                  #region="wor"
                  #langPrios="en,de,es"
                  #regionPrios="eu,us,ss,uk,wor,jp"
                  #minMatch="0"
                  #maxLength="10000"
                  #threads="2"
                  #startAt="filename"
                  #endAt="filename"
                  #pretend="false"
                  #unattend="false"
                  #unattendSkip="false"
                  #interactive="false"
                  #forceFilename="false"
                  #verbosity="1"
                  #skipped="false"
                  #artworkXml="artwork.xml"
                  #relativePaths="false"
                  #extensions="*.zip *.uae .adf"
                  #addExtensions=".zst *.rom"
                  #subdirs="true"

                  [screenscaper]
                  userCreds="my user:my password"
                  threads="6"
                  minMatch="0"
                  maxLength="10000"
                  interactive="false"
                  cacheCovers="true"
                  cacheScreenshots="true"
                  cacheWheels="true"
                  cacheMarquees="true"
                  videos="true"

                  Is it correct?
                  Anyone can help me?
                  thanks!

                  mituM 1 Reply Last reply 19 Sept 2019, 17:24 Reply Quote 0
                  • mituM
                    mitu Global Moderator @jhordi08
                    last edited by 19 Sept 2019, 17:24

                    @jhordi08 The solution is a few posts above - make sure that the [screenscraper] section is not mis-spelled and add you user/pass below. Hint - your config file has it mis-spelled.

                    1 Reply Last reply Reply Quote 0
                    • J
                      jhordi08
                      last edited by jhordi08 19 Sept 2019, 19:06

                      @mitu said in Skyscraper Config.ini help (Credentials for Screenscraper):

                      @mitu you were right! I didn't realize :o
                      Many thanks!

                      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.

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