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.9k 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.
    • kiroK
      kiro @Folly
      last edited by

      @Folly yeah should be easy to do, will do the changes in the DB today and they should be available tomorrow morning.

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

        Hi @Folly, changes should already be available. Have a nice day!

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

          @kiro

          Thanks

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

            @kiro

            Hi,

            I recently scraped my arcade shooters.
            Somehow there were many videos missing that I think were there before when I scraped them a few moths ago.

            For example "1942" and "aburner2", etc.

            Any idea what could be wrong ?

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

              @Folly Hi, very difficult to know like that, nothing has changed so it should still be working....can I maybe have the SHA1 of a couple of your roms that are failing so I can check in the DB? Thanks!

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

                @kiro

                Here are just a few that all had videos before when the there was an issue in your script saving videos as .png files :
                (V = has still video / X=no video anymore )

                V 42a03233d270efc668abfd06f3c8cebdbf7a6cac  005.7z
                X ea7268365be6a23c9e1f4a03344c6c2359c3b65e  1941.7z
                X 437e4be153d03f8cacbdfd00f4c3ccc7a141c2fe  1942.7z
                X 495898ab638658cb6720c958cd392a14f4eb6af8  1943.7z
                X cdb758e00e1eb3cb7d4d9d799c495c1ac3b3c736  1943kai.7z
                X e7da3b3920d10015a36f02965dc528ca11560e39  1943mii.7z
                X baba62550857d0c1f0280f4cfc49f4b620b6006e  1944.7z
                X 567c08e38c0c9604553d0982425f20df853d92e0  1945kiii.7z
                X 2dfe192c9c237bc00173396d683d785931092dad  19xx.7z
                V 02388bef2d3a1ea53208dd20f9560c4196e04436  3stooges.7z
                X 2ef88584052aecfaa536427232df02d0ff46778f  4dwarrio.7z
                X e609337aa53ded59b9d9d77ac1446ce043be3351  aburner2.7z
                
                ... many more
                

                I believe the current .zip variants have the same issue.
                (will check that again later)

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

                  @Folly hi! I've been testing and I think I've found an issue, not sure why it is appearing now, but so be it. I've think I've fixed it, I'm testing some more and will update the tool ASAP. Will keep you informed. Thanks a lot for the report!!

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

                    @Folly Fix is the repository. Let me know if this solves your problems or not.

                    Thanks one more time!

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

                      @kiro

                      No change but I am doing the scraping from my script which uses the -rpie version.
                      So you probably have to change some in there too.

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

                        @Folly I've updated the -rpie version, are you sure you have the latest version from the repository? Thanks

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

                          @kiro

                          I see you have just made a commit.
                          I just tried again, same result.
                          My script runs the retroscraper-rpie version "online" so it should be the latest.

                          Did the dependencies change ?

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

                            @Folly no, I did not change any dependencies...do you have somehow a cache enabled in your setup that would not get the latest version? Not sure...I'm scanning my whole collection again and it seems to be working fine....

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

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

                              do you have somehow a cache enabled in your setup that would not get the latest version?

                              No I haven't, I also did a re-run of the RetroPie-Setup script.

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

                                @Folly if you try to get retroscraper and run it locally, do you have the same problem?

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

                                  @kiro

                                  I just did, with this command :

                                  python3 retroscraper.py --systems arcade --relativepaths
                                  

                                  That works, I have videos now.

                                  My script has a different command, will do that test also locally.

                                  I tested this command, with similar options with the one in my script :

                                  python3 retroscraper.py --systems arcade --recursive --relativepaths --mediadir media/emulationstation --nobackup
                                  

                                  That works locally too now.

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

                                    @Folly cool, let me know how it goes.

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

                                      @kiro

                                      Running this locally also works :

                                      curl https://raw.githubusercontent.com/zayamatias/retroscraper-remote/main/retroscraper.py|python3 - --systems arcade --recursive --relativepaths --mediadir media/emulationstation --nobackup
                                      

                                      From my script however it still has the same issue.
                                      I will reboot my system to see if this will help.

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

                                        @Folly yes, I totally forgot about the retroscraper -remote version, just uploaded the fix there too

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

                                          @kiro

                                          Yea, I see it too now.
                                          I was thinking also that it was the -rpie version but it's the remote indeed.
                                          So It didn't have the fix yet.

                                          I rebooted and now it works again, great.
                                          But the reboot would not have been necessary, I believe now.

                                          Very strange indeed that it somehow didn't work anymore but it seems it has been fixed ;-)

                                          Thanks for fixing.
                                          Good team work !

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

                                            @Folly there seems to be an issue with the database and some video naming, I fixed the video naming conventions in the front-end, but still need some work in the backend. Thanks again! And yes, great teamwork!

                                            Enjoy your weekend!

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