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

    [SOFT] New Scraper in the works

    Scheduled Pinned Locked Moved Projects and Themes
    scrapingscrappersoftware
    253 Posts 7 Posters 62.5k 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.
    • F
      Folly @kiro
      last edited by

      @kiro

      Aha, so it's working now.
      Yes indeed, all should be there.

      Good evening !

      kiroK 1 Reply Last reply Reply Quote 0
      • kiroK
        kiro @Folly
        last edited by

        Morning @Folly, I've been checking on the files, couple of questions:

        All three games have 4 files in them, of these files, 2 are .mp4 (just .mp4 and .ia.mp4) when I try to play the ia.mp4 it does not show properly..should I consider the .mp4 one for the video?

        Then, I have the logo, which I suppose should be the marque, and then the last one which looks like a cartridge, should this be the screenshot?

        Have a great day!

        F 1 Reply Last reply Reply Quote 0
        • F
          Folly @kiro
          last edited by Folly

          @kiro

          Good morning.

          You can take the regular .mp4 ones, I see that the .ia.pm4 aren't used in the accompanied gamelist.
          (As it should be, game seems to have no audio seems 1 files has no audio, perhaps something to fix later)

          The picture with the name should be the logo/marquee (*m.png).
          Perhaps you can add the R-Zone logo sideways, just like with your other marquees, you can find logos in this theme :
          https://github.com/DTEAM-1/cygnus-blue-flames

          Indeed, the cartridge should be the screenshot/image.

          Have a great day too !

          kiroK 1 Reply Last reply Reply Quote 0
          • kiroK
            kiro @Folly
            last edited by

            @Folly I've updated the medias and they should be working (cannot really test without having the roms myself). I think I'll have to work on creating a script to extract the info from your gamelists and import it into the DB, shouldn't be very hard to do.

            kiroK F 2 Replies Last reply Reply Quote 0
            • kiroK
              kiro @kiro
              last edited by kiro

              @Folly In the meantime I've also added the option to chose path from the retrropie_setup script. The funny thing is if you chose '.' as your media path, it will write in the same folder as the roms... (it covers a request made by someone in the forum)

              1 Reply Last reply Reply Quote 1
              • F
                Folly @kiro
                last edited by

                @kiro said in [SOFT] New Scraper in the works:

                @Folly I've updated the medias and they should be working (cannot really test without having the roms myself).

                Tested, but it doesn't work.
                No descriptions and no media or do I have to update the script ?

                I think I'll have to work on creating a script to extract the info from your gamelists and import it into the DB, shouldn't be very hard to do.

                Could be a good idea.

                kiroK 1 Reply Last reply Reply Quote 0
                • kiroK
                  kiro @Folly
                  last edited by

                  @Folly Hmm...

                  I've tested myself and it does work..

                         <game>
                                  <rating></rating>
                                  <name>R-Zone: Batman Forever</name>
                                  <marquee>/home/pi/RetroPie/roms/arcade/marquees/rzbatfor-marquee.png</marquee>
                                  <image>/home/pi/RetroPie/roms/arcade/images/rzbatfor-image.png</image>
                                  <publisher>Unknown</publisher>
                                  <releasedate></releasedate>
                                  <players></players>
                                  <video>/home/pi/RetroPie/roms/arcade/videos/rzbatfor-video.mp4</video>
                                  <genre></genre>
                                  <path>/home/pi/RetroPie/roms/arcade/rzbatfor.7z</path>
                                  <developer>Unknown</developer>
                                  <thumbnail/>
                                  <desc>Batman Forever (handheld)</desc>
                                  <playcount>0</playcount>
                                  <lastplayed>0</lastplayed>
                          </game>
                          <game>
                                  <rating></rating>
                                  <name>R-Zone: Battle Arena Toshinden</name>
                                  <marquee>/home/pi/RetroPie/roms/arcade/marquees/rztoshden-marquee.png</marquee>
                                  <image>/home/pi/RetroPie/roms/arcade/images/rztoshden-image.png</image>
                                  <publisher>Unknown</publisher>
                                  <releasedate></releasedate>
                                  <players></players>
                                  <video>/home/pi/RetroPie/roms/arcade/videos/rztoshden-video.mp4</video>
                                  <genre></genre>
                                  <path>/home/pi/RetroPie/roms/arcade/rztoshden.7z</path>
                                  <developer>Unknown</developer>
                                  <thumbnail/>
                                  <desc>Battle Arena (handheld)</desc>
                                  <playcount>0</playcount>
                                  <lastplayed>0</lastplayed>
                          </game>
                          <game>
                                  <rating></rating>
                                  <name>R-Zone: Indy 500</name>
                                  <marquee>/home/pi/RetroPie/roms/arcade/marquees/rzindy500-marquee.png</marquee>
                                  <image>/home/pi/RetroPie/roms/arcade/images/rzindy500-image.png</image>
                                  <publisher>Unknown</publisher>
                                  <releasedate></releasedate>
                                  <players></players>
                                  <video>/home/pi/RetroPie/roms/arcade/videos/rzindy500-video.mp4</video>
                                  <genre></genre>
                                  <path>/home/pi/RetroPie/roms/arcade/rzindy500.7z</path>
                                  <developer>Unknown</developer>
                                  <thumbnail/>
                                  <desc>Indy 500 (handheld)</desc>
                                  <playcount>0</playcount>
                                  <lastplayed>0</lastplayed>
                          </game>
                  

                  So not sure what could be the issue???

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Folly @kiro
                    last edited by

                    @kiro

                    I have .zip files.
                    Did you add recognition for them too ?

                    kiroK 1 Reply Last reply Reply Quote 0
                    • kiroK
                      kiro @Folly
                      last edited by kiro

                      @Folly Aha! that's the issue ;-)

                      The problem is not with the file extensions, but rather with the checksums, how the retroscraper works is that:

                      Will calculate SHA1,MD5 and CRC of the file and try to match it with the DB, if there's no match, then it will try to match the filename (without extension), BUT in order to do this, the location of the rom should be in one of the standard systems, which it does not happen probably if you use a setup like yours (name of the system in es_config.xml), so, it is not safe to assign a game to a filename for which the system is not sure to which system it actually belongs... phewww

                      There's a workaround I could use for this which is to link your system name to the 'arcade' system, and then it should recognize it...

                      Of course, those using other names will have the same issue if the checksums do not match.

                      Makes sense?

                      Quick one, the system names are the same as the folders in your google drive? I can adapt this for testing purposes

                      (just added 'tigerrz', if it is the same name as in es_systems it should recognize it now, hopefully, haven't tried it)

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Folly @kiro
                        last edited by Folly

                        @kiro

                        Ok, I get it.

                        Indeed it's not in the arcade folder but in the tigerrz.
                        DTEAM began categorizing the mame roms so the are separated to have their own system name.
                        So this has been extended to the project too.

                        What if I post the sha1sums, could that help too ?

                        kiroK 1 Reply Last reply Reply Quote 0
                        • kiroK
                          kiro @Folly
                          last edited by

                          @Folly try again, if "tigerrz" is the system name in es_config, it should recognize the files, and capture the checksums automatically and add them to the DB

                          F 1 Reply Last reply Reply Quote 0
                          • F
                            Folly @kiro
                            last edited by

                            @kiro

                            Seems your backed isn't running.
                            CANNOT CONNECT TO THE BACKEND, PLEASE TRY AGAIN LATER

                            kiroK 1 Reply Last reply Reply Quote 0
                            • kiroK
                              kiro @Folly
                              last edited by

                              @Folly Hmm I'm actually connected, so it should be working?

                              F 1 Reply Last reply Reply Quote 0
                              • F
                                Folly @kiro
                                last edited by Folly

                                @kiro

                                I am now on a fast-ferry back to home.
                                I think it is blocked somehow.

                                Tried to use a vpn, and it began but freezes.

                                I probably have to try it when I am back home again.

                                kiroK 1 Reply Last reply Reply Quote 0
                                • kiroK
                                  kiro @Folly
                                  last edited by

                                  @Folly No worries, have a safe trip!

                                  F 2 Replies Last reply Reply Quote 0
                                  • F
                                    Folly @kiro
                                    last edited by

                                    @kiro

                                    Thanks !

                                    1 Reply Last reply Reply Quote 0
                                    • F
                                      Folly @kiro
                                      last edited by

                                      @kiro

                                      I had a good look at where tigerrz belongs to.
                                      Turns out these are MESS drivers so theoretically the do not actually belong to the arcade section.
                                      They should belong to the arcadia section.
                                      I that something you can change ?

                                      kiroK 1 Reply Last reply Reply Quote 0
                                      • kiroK
                                        kiro @Folly
                                        last edited by kiro

                                        @Folly Hmm I could... but I'm not sure it will have an impact, namely because I have no system 'arcadia' in the db :-) I could create new systems which parent as 'arcade' and then it should be solved... I guess this need some thinking...

                                        Correction, arcadia belongs to the system 'Emerson Radio Arcadia 2001' not entirely sure if this is correct or not...

                                        F 1 Reply Last reply Reply Quote 0
                                        • F
                                          Folly @kiro
                                          last edited by

                                          @kiro

                                          Mmmm, Yes difficult.
                                          Indeed, my fault, arcadia is not "non-arcade" but emerson arcadia 2001.
                                          Indeed, it needs some thinking.

                                          This is my "database" with all mame drivers (mame(arcade)/mess(non-arcade) :
                                          https://github.com/FollyMaddy/RetroPie-Share/blob/main/00-databases-00/mame/mame0249_systems_sorted_info
                                          Could be something to look up things.

                                          I tried now at home putting all in arcade roms directory.

                                          python3 /opt/retropie/supplementary/retroscraper/retroscraper.py --mediadir media/emulationstation --systems arcade
                                          Starting scraping
                                          Scanning Files
                                          Doing System arcade
                                          Scanning Directory
                                          Found 3 roms for the system
                                          This is an arcade system
                                          --it waits a long time here--
                                          System: arcade | Game : rzindy500.zip
                                          System: arcade | Game : rzbatfor.zip
                                          System: arcade | Game : rztoshden.zip
                                          Writing Gamelist
                                          Scan Done!
                                          SCRAPPING ENDED --- Thank you for using retroscraper!!
                                          

                                          Sadly still no media and info in gamelist.

                                          kiroK 1 Reply Last reply Reply Quote 0
                                          • kiroK
                                            kiro @Folly
                                            last edited by

                                            @Folly There's a nightly batch that will run and create the linking this evening (at midnight)

                                            I see that retroscraper has detected the rom though (i see SHA for rzindy as 22ADC5B5AE9A26FA11697984293BBEEFF3DE69DD67), strange that the scraper has not added anything to the gamelist...

                                            Let's see tomorrow how it goes, and if the .zip files are embedded into the same game as the 7z files..

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