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

    Skyscraper is back! (v3.17)

    Scheduled Pinned Locked Moved Ideas and Development
    skyscraper
    97 Posts 9 Posters 21.2k 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.
    • LolonoisL
      Lolonois @windg
      last edited by

      @windg Thanks for the info. To narrow down the context, a few more questions: Which ES version are you running? What is the setting of Parse Gamelists Only in the ES UI Settings menu or in your ~/.emulationstation/es_settings.cfg ?

      If I understand correctly, you have highlighted the folder in ES which is shown in your game list of the system PSX and then there is no metadata shown.

      However, when you navigate into the folder you get metadata presented
      a) regardless of the extension of the files in that folder? -or-
      b) only when extension is CD1 / CD2?

      Independently of this: Do you get metadata presented when you highlight the entry in ES which is the m3u file on your storage/filesystem?

      1 Reply Last reply Reply Quote 0
      • windgW
        windg
        last edited by windg

        The Emulationstation version is v2.11.2RP, RetroPie Buster v4.8.6 .

        Gamelist view is the default 'Automatic' . I am using the default theme .

        "ParseGamelistOnly" value="false"

        es_settings.cfg file

        If the .m3u have .cue extentions, then :

        • No Metadata shown when i highlighted the folder in ES.
        • Metadata shown when navigate into the folder, for the .m3u, for disk1 (bin/cue) and for the disk2 (bin/cue), 3 times .

        If the .m3u have .CDx extentions, then :

        -Metadata shown when i highlighted the folder in ES.
        -No metadata shown when i navigate into the folder. (only one entry is visible here(.m3u), not three like before)

        gamelist.xml file with the both games that i test. The first is the Countdown Vampires, a two disks game - m3u file with .CDx extentions. And the other is Wild Arms 2, a two disk game - m3u file with .cue extentions.

        To be more clear, this is happening only with the multi-disk games. Single disk shown correctly the metadata when i highlighted the folder in ES. Thanks again !!

        (As a workaround, i am hiding the game folder and i have put the .m3u file in the psx rom folder .)

        My English isn't at a good level.

        LolonoisL 1 Reply Last reply Reply Quote 0
        • LolonoisL
          Lolonois @windg
          last edited by

          @windg Ah, now I can reproduce it.

          The code line where the usage of "folder metadata" is decided is this one. I have inherited the logic from Lars, it is around since quite a while. Even when Lars was the maintainer.

          While it is comprehensible that you put the m3u file into the game folder it is also unusual.

          It is coincidence that Countdown Vampires shows the data at folder level.
          The fact that inside the folder only one file is shown is most likely due to that the extension CD1/2 is not added in es_systems.cfg.
          For the same reason (read: CD1/CD2 not in peas.json) the metadata is shown on folder level. The number of known files counted by Skyscraper is 1 in that folder (the file with the m3u extension).

          The Wild Arms 2 does not show on folder level as the logic in Skyscraper only sets "folder metadata" when exactly one file with the extensions of peas.json is found in this folder. As cue and m3u are valid extensions it sums up to 3 files, thus no "folder metadata".

          I am not sold if I should add another exception (see his comment more above at the code line) for m3u files and having the m3u file inside the game folder.
          If there are more users demanding it I might consider it.

          Additionally to your workaround I would also set subdirs=false in the config.ini (for [psx]). And set "Parse Gamelists Only" to true.

          1 Reply Last reply Reply Quote 1
          • windgW
            windg
            last edited by

            I will use your suggetion for the multi-disk games. Thank you very much for your time and the detail expanation!

            My English isn't at a good level.

            LolonoisL 1 Reply Last reply Reply Quote 0
            • LolonoisL
              Lolonois @windg
              last edited by

              @windg Nvm. Thanks for tabling and challenging it.

              One more thing (without the workaround): You still enter the folder of Countdown Vampires for example and then launch the m3u file or do you somehow manage to launch when you focus the folder Countdown Vampires?

              windgW 1 Reply Last reply Reply Quote 0
              • windgW
                windg @Lolonois
                last edited by windg

                @Lolonois Yes, i have to enter into the folder, hit the m3u file to launch the game. I can avoid this if i throw the content of the game folder into the psx folder.

                My English isn't at a good level.

                LolonoisL 1 Reply Last reply Reply Quote 0
                • windgW
                  windg
                  last edited by windg

                  New ppsspp v1.17.0 it's adding support for .chd files.
                  The current peas.json is missing this format. I add it, tested it and it's working.

                  },
                      "psp": {
                          "aliases": [
                              "playstation portable",
                              "sony playstation portable"
                          ],
                          "formats": [
                              "*.cso",
                              "*.iso",
                              "*.pbp",
                              "*.chd"
                          ],
                          "scrapers": [
                              "screenscraper"
                          ]
                      }
                  

                  My English isn't at a good level.

                  1 Reply Last reply Reply Quote 2
                  • LolonoisL
                    Lolonois @windg
                    last edited by Lolonois

                    @windg Thanks. Will be in the upcoming 3.10.0 release.

                    1 Reply Last reply Reply Quote 1
                    • LolonoisL
                      Lolonois
                      last edited by

                      Version 3.10.0 is out.

                      One of the changes which may be beneficial for you is the added bash completion:

                      For example: Start typing Skyscraper - then Tab twice will give you all options, if you continue with Skyscraper -- then Tab twice you get only the long options. From there if you continue to type Skyscraper --c then Tab twice, you get Skyscraper --cache completed, if you again press Tab twice you get all cache options listed.

                      Same goes for the main options -p and -s. Type Skyscraper -p a Tab twice will give you for example ags amiga apple2 arcade atari2600 atari800 as completion options. Once only one option is left, it is fully expanded and you can continue with more options as outlined above.

                      And one important note: If you changed your local peas.json you may check the addition to peas.json.rp-dist in ~/.skyscraper/. In essence this this line has changed. You may want to add that to your peas.json. (see also previous posts on this change).

                      As always, all additions of this release are summarized here.

                      ClydeC S 2 Replies Last reply Reply Quote 3
                      • ClydeC
                        Clyde @Lolonois
                        last edited by

                        Thanks from a long-term Linux user to whom Tab completion is as natural as breathing. 😉

                        1 Reply Last reply Reply Quote 1
                        • S
                          sleve_mcdichael @Lolonois
                          last edited by

                          @Lolonois said in Skyscraper is back! (v3.10.0):

                          Version 3.10.0 is out.

                          One of the changes which may be beneficial for you is the added bash completion:

                          This isn't working for me. Updated Ss (binary) via RP-Setup. I am running v3.10.0 as reported by --version. I have the ~/.bash_completion.d/Skyscraper.bash file. I even rebooted the RPi4.

                          Skyscraper --c[TAB][TAB]
                          Skyscraper -p sn[TAB][TAB]
                          /opt/retropie/supplementary/skyscraper/Skyscraper -p snes -s scr[TAB][TAB]
                          # etc.
                          

                          ...does nothing.

                          My RP-Setup is current, but underlying Raspbian Buster is not (251 packages can be upgraded. "If it ain't broke, don't fix it.") Should that make a difference?

                          LolonoisL 1 Reply Last reply Reply Quote 0
                          • LolonoisL
                            Lolonois @sleve_mcdichael
                            last edited by

                            @sleve_mcdichael this one is on me: I forgot to add a symlink command in the scriptmodule.

                            sudo ln -sf "/opt/retropie/supplementary/skyscraper/Skyscraper" "/usr/local/bin/Skyscraper" should remediate the situation.

                            I will file a PR soon for the scriptmodule.

                            S 1 Reply Last reply Reply Quote 0
                            • S
                              sleve_mcdichael @Lolonois
                              last edited by sleve_mcdichael

                              @Lolonois I have that symlink too:

                              $ ls -l /usr/local/bin/Skyscraper 
                              lrwxrwxrwx 1 root root 49 Sep 27 21:41 /usr/local/bin/Skyscraper -> /opt/retropie/supplementary/skyscraper/Skyscraper
                              

                              (Edit: to clarify, the Skyscraper command works fine, and has been, it's the tab-completion that doesn't seem to do anything.)

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

                                @sleve_mcdichael It works for me, so could be a local config issue. Can you post your skyscraper.ini, removing any personal/password fields ?

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  sleve_mcdichael @mitu
                                  last edited by sleve_mcdichael

                                  @mitu

                                  [main]
                                  
                                  ;; define paths
                                  ; inputFolder="/home/pi/RetroPie/roms"
                                  gameListFolder="/home/pi/.emulationstation/gamelists"
                                  mediaFolder="/home/pi/.emulationstation/downloaded_media"
                                  ; cacheFolder="/home/pi/.skyscraper/cache"
                                  ; importFolder="/home/pi/.skyscraper/import"
                                  
                                  ;; cache settings
                                  ; cacheCovers="true"
                                  ; cacheScreenshots="true"
                                  ; cacheWheels="true"
                                  cacheMarquees="false"
                                  cacheTextures="false"
                                  
                                  ;; video settings
                                  videos="true"
                                  videoSizeLimit="42"
                                  videoConvertCommand="videoconvert.sh %i %o"
                                  videoConvertExtension="mp4"
                                  symlink="true"
                                  
                                  ;; artwork
                                  ; artworkXml="artwork-wide.xml"
                                  artworkXml="artwork-cover.xml"
                                  
                                  ;; generic
                                  relativePaths="true"
                                  brackets="false"
                                  subdirs="false"
                                  theInFront="true"
                                  unattendSkip="true"
                                  maxLength="10000"
                                  
                                  [arcade]
                                  ; artworkXml="artwork-tall.xml"
                                  
                                  [gb]
                                  ; artworkXml="artwork-tall.xml"
                                  ;; allow gbc titles in gb folder
                                  addExtensions="*.gbc"
                                  
                                  [gba]
                                  ; artworkXml="artwork-wide.xml"
                                  
                                  [gbc]
                                  ; artworkXml="artwork-tall.xml"
                                  
                                  [genesis]
                                  ;; allow sega cd titles in genesis folder
                                  addExtensions="*.iso *.cue *.chd"
                                  
                                  [pcengine]
                                  ;; use 'tg16' folders for pce titles
                                  ;; (deprecated - use custom system in peas.json/platforms_idmap.csv instead)
                                  ;inputFolder="/home/pi/RetroPie/roms/tg16"
                                  ;gameListFolder="/home/pi/.emulationstation/gamelists/tg16"
                                  ;mediaFolder="/home/pi/.emulationstation/downloaded_media/tg16"
                                  ;cacheFolder="/home/pi/.skyscraper/cache/tg16"
                                  ;importFolder="/home/pi/.skyscraper/import/tg16"
                                  
                                  [screenscraper]
                                  ;; userCreds="user:pass"
                                  userCreds="[user]:[pass]"
                                  
                                  [esgamelist]
                                  ;; import customized ES textual data
                                  cacheRefresh="true"
                                  unattend="true"
                                  videos="false"
                                  cacheCovers="false"
                                  cacheScreenshots="false"
                                  cacheWheels="false"
                                  cacheMarquees="false"
                                  
                                  [import]
                                  cacheRefresh="true"
                                  
                                  mituM 1 Reply Last reply Reply Quote 0
                                  • mituM
                                    mitu Global Moderator @sleve_mcdichael
                                    last edited by

                                    @sleve_mcdichael Hm, it doesn't seem related to the config file.
                                    Are you sure that the bash completion file is loaded ? Can you try running source $HOME/.bash_completion.d/Skyscraper.bash and try again ?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      sleve_mcdichael @mitu
                                      last edited by

                                      @mitu said in Skyscraper is back! (v3.10.0):

                                      Can you try running source $HOME/.bash_completion.d/Skyscraper.bash and try again ?

                                      Yes, this works. Only until I log off and back on again (SSH), then it not longer works again.

                                      Do you suppose it's related to one of them 251 packages, or why else won't this file be loading?

                                      @sleve_mcdichael said in Skyscraper is back! (v3.10.0):

                                      My RP-Setup is current, but underlying Raspbian Buster is not (251 packages can be upgraded. "If it ain't broke, don't fix it.") Should that make a difference?

                                      https://pastebin.com/KGfQri07

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

                                        @sleve_mcdichael said in Skyscraper is back! (v3.10.0):

                                        Do you suppose it's related to one of them 251 packages, or why else won't this file be loading?

                                        No, I don't thinks so. Do you have the bash-completion package installed ?

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          sleve_mcdichael @mitu
                                          last edited by

                                          @mitu yep:

                                          $ apt list bash-completion 
                                          Listing... Done
                                          bash-completion/oldoldstable,now 1:2.8-6 all [installed]
                                          
                                          mituM 1 Reply Last reply Reply Quote 0
                                          • mituM
                                            mitu Global Moderator @sleve_mcdichael
                                            last edited by

                                            @sleve_mcdichael then it's bug in the installation instructions - I think it's not working also on my system OOB.

                                            @Lolonois are you sure that using $HOME/.bash_completion.d is the right place to copy user-defined Bash completion files ? It doesn't seem to sourced automatically by bash_completion.

                                            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.