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 63.7k 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

      Nice, it's working ;-)

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

        @Folly Cool... I'm still in the process of importing all mess roms...it's a pain in the .... anyway, as soon as that is done, I'll start adding the images from your playlists..

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

          @kiro

          A pain ?
          I can imagine.
          Just be patient there is no hurry.

          Hopefully we can manage that the outputs are be becoming a good alternative for the predefined gamelists,
          because the scraping speed is much higher than downloading speed of the predefined ones.
          So all in all that would really be great.

          kiroK 1 Reply Last reply Reply Quote 0
          • F Folly referenced this topic on
          • kiroK
            kiro @Folly
            last edited by kiro

            Hi @Folly! Finally all roms from mame-sl are in the backend and I've added the pictures found in your gamelists where missing, phew... hope this helps!

            Supported systems with figures here: http://77.68.23.83/

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

              @kiro

              Very cool that you managed all of this.
              I can only imagine how much work it must be.
              Thumbs up ^^ :-)

              I will do some scraping when I can ;-)

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

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

                I've added the pictures found in your gamelists where missing

                Which pictures are missing ?

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

                  @Folly I meant to say, when there were no pictures available on the backend, I imported those on your gamelists :-) Sorry for the confusion!

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

                    @kiro

                    Ok , I understand.

                    Looked at your page, I must say the list is very impressive !!!

                    Just a question :
                    How are the new systems detected and what is the accompanied rom-directory for detection ?
                    Or does the directory name make no difference in detecting ?

                    Edit :
                    Oh yea,
                    When it doesn't detect it by default it assumes it is "arcade/non-arcade(mame)", Right ?

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

                      @Folly So, systems are detected on base of common names, which for mame-sl these are the 'software list' names... for example "pv1000" for the casio-pv1000. This name is expected to be in the 'system' tag of the es_systems.xml, for example:

                        <system>
                          <name>gameandwatch</name>
                          <fullname>Arcade</fullname>
                          <path>/home/pi/RetroPie/roms/gameandwatch</path>
                          <extension>.7z .cue .fba .iso .zip .7Z .CUE .FBA .ISO .ZIP</extension>
                          <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ arcade %ROM%</command>
                          <platform>arcade</platform>
                          <theme>arcade</theme>
                        </system>
                      

                      Now, this being said, this is only necessary if you have roms which are not in the DB and want to match by maybe name or simlarities to another one in that system. Retroscraper will always use the checksum from your file and find a match accordingly, regardless of which system they actually belong to (you cannot have 2 file swith same checksums).

                      Hope this helos.

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

                        @kiro

                        Ok, good explanation.

                        Will let you know what my experiences are when scraping those mame-sl roms / systems.

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

                          @kiro

                          I just tried to scrape apogee, dragon64 and gamecom.
                          The systems seem to be recognized.
                          Sadly the files aren't recognized.

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

                            @Folly Hmm.. Interesting, for some reason the new additions have not been 'apified' if I may say..investigating...will get back to you asap...

                            ARGH! I updated with the test DB :-) fixing this, will be back soon...

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

                              @Folly Things should be better now, although I've seen some inconsistencies in certain of the imported games (which I'll be fixing) it should be working much better now. Let me know!

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

                                @kiro

                                Just did gamecom.
                                Looks very good ;-)
                                Will try some others later.

                                Great work !

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

                                  @Folly great! Happy to hear that!!

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

                                    @kiro

                                    I just tried dragon32 and apogee again.
                                    There still seems to be an issue.

                                    I would expect that the filenames are recognised and that the "long names" are matched with the "short names"
                                    dragon32 does seem to do that partly.
                                    However many files aren't detected and are still ".zip" after scraping.

                                    For apogee I see that the hash table doesn't have the "long names" so that is, partly, the reason why, for apogee, no "long names" are implemented.
                                    However for apogee only a few files are checked/recognised from 103 files.
                                    This is my output :
                                    2023-01-28-153435_1600x900_scrot.png

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

                                      @kiro

                                      Just noticed that the issue could be that my wifi connection is bad.
                                      I will try again.

                                      edit:

                                      • for apogee the bad wifi connection was the issue
                                      • for dragon32 the issue remains

                                      A part of the dragon32 scrape output :

                                      System: dragon32 | Game : crzyfoota.zip
                                      System: dragon32 | Game : crzyfoota2.zip
                                      System: dragon32 | Game : Cruising On Broadway
                                      System: dragon32 | Game : crzyfoota3.zip
                                      System: dragon32 | Game : Crusader - An Arcade Adventure
                                      System: dragon32 | Game : crzypaint.zip
                                      System: dragon32 | Game : cstldoom.zip
                                      System: dragon32 | Game : cstldrac.zip
                                      System: dragon32 | Game : cuthchalic.zip
                                      System: dragon32 | Game : cuthcoolr.zip
                                      

                                      Searched in the hash table for cstldoom ( dragon_cass ):
                                      ( Castle of Doom )

                                      <software name="cstldoom">
                                      		<description>Castle of Doom</description>
                                      		<year>1983</year>
                                      		<publisher>Paramount Software</publisher>
                                      		<part name="cass1" interface="dragon_cass">
                                      			<dataarea name="cass" size="22699">
                                      				<rom name="Castle Of Doom (1983)(Paramount Software).cas" size="22699" crc="d32875d3" sha1="ce3996a595a4e4d310dead4b910ab270b3ef0d0b"/>
                                      			</dataarea>
                                      		</part>
                                      	</software>
                                      
                                      kiroK 1 Reply Last reply Reply Quote 0
                                      • kiroK
                                        kiro @Folly
                                        last edited by

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

                                        ce3996a595a4e4d310dead4b910ab270b3ef0d0b

                                        That's weird, the sha1 is in the backend DB and also in the API... would it be possible to try again?

                                        Thx!

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

                                          @kiro

                                          Succeeded, it works now for dragon 32 !

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

                                            @Folly Brilliant! Thanks for all the testing!

                                            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.