Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    [SOFT] Universal XML Scraper - Scrappez vos roms depuis Windows (Scrape your roms from Windows)

    Community projects
    [soft] universal xml scraper scrappez
    73
    656
    481259
    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.
    • supernature2k
      supernature2k last edited by

      Hi @screech,

      J'ai une demande d'amélioration à te soumettre 😛

      Pourrais tu nous rajouter les paramètres rechsys et rechapi dans le GUI? (voire rechfiles tant qu'on y est)

      ça éviterait d'aller dans le UXS-config 🙂

      Pi powered NES | Gameboy HD | RecalStation | RecalDrive
      Upvote messages if it has been useful ;)

      1 Reply Last reply Reply Quote 0
      • screech
        screech last edited by

        @supernature2k Yes 😉 c'est des paramètres que je voulais pas rendre trop accessible au début (c'est pour les pro ^^) mais why not 😉

        (Au fait merci pour les Thèmes Mix 😉 ça fait partie des trucs que je veux ajouter 😉 un "dépôt" pour les MIX fait maison 😉 ça va venir 😉 )

        Clean your Romset with Universal ROM Cleaner
        Scrape your Romset with Universal XML Scraper

        1 Reply Last reply Reply Quote 0
        • supernature2k
          supernature2k last edited by

          Excellent 🙂

          Bah si c'est pour les pro, tu nous fait un petit "advanced setting" 😉

          Pi powered NES | Gameboy HD | RecalStation | RecalDrive
          Upvote messages if it has been useful ;)

          1 Reply Last reply Reply Quote 0
          • screech
            screech last edited by

            c'est exactement ce que je pensais faire 😉

            Clean your Romset with Universal ROM Cleaner
            Scrape your Romset with Universal XML Scraper

            1 Reply Last reply Reply Quote 1
            • actarus1973
              actarus1973 last edited by

              @screech
              J’avais cherché du no intro sur internet et je suis tombé sur ceux-là :
              [kat.cr]nintendo.gba.romset.v1.0.1553.games.no.intro.no.duplicates.no.hacked.roms.extras
              [kat.cr]nintendo.snes.romset.v2.0.1781.games.no.intro.no.duplicates.no.hacked.roms.extras
              Il y a quelques roms décompressé/recompressé que j’ai fait mois meme : Akumajou Dracula, Contra III - The Alien Wars, Contra Spirits, Kiki KaiKai - Nazo no Kuro Mantle et Mickey no Magical Adventure sur SNES

              1 Reply Last reply Reply Quote 0
              • Nachtgarm
                Nachtgarm @screech last edited by

                @screech

                The translations would be:

                Kill Emulationstation

                Möchtest Du wirklich EmulationStation beenden?

                Reboot

                Möchtest Du das Gerät wirklich Neustarten?

                Poweroff

                Möchtest Du das Gerät wirklich ausschalten?

                1 Reply Last reply Reply Quote 0
                • PumpKHeaD
                  PumpKHeaD last edited by PumpKHeaD

                  @screech sorry my despair (and my english '^^) "all the versions" I mean the latest 3 or 4 versions. The thing is, I can run normally the 1.0.0.0 and 1.2.0.0, but 1.3.0.0 got this error:
                  0_1469450044446_upload-a2dac9fb-c319-4d1e-a0ef-65af3474d24b

                  And, I open the source 1.3.0.13 on AutoIt and have this error too:
                  0_1469450133917_upload-caded37a-97f3-4de9-b362-204c354edbf0

                  My guess is something on 1.3.X.X versions. What us have on this Lines? Line 17485 on 1.3.0.13, Line 17454 on 1.3.0.0, 1.3.0.3. I did not open all 1.3 versions, because suspect this occur with all 1.3.X.X versions.

                  The directory is the one that appears in the error message, I tested in different directories and also as administrator.

                  I'll review protuguese translation later. But it would be:

                  Blockquote If MsgBox($MB_OKCANCEL, "KillAll Emulationstation", "Tem certeza de que deseja parar o EmulationStation?") = $IDOK Then
                  ...
                  If MsgBox($MB_OKCANCEL, "Reboot", "Tem certeza de que deseja reiniciar o sistema remotamente?") = $IDOK Then

                  1 Reply Last reply Reply Quote 0
                  • screech
                    screech last edited by

                    @PumpKHeaD Wow, thank you for using Autoit to try to catch the error.

                    (for the line number it's pretty hard to find, the exe combine librairies and main code.. So finding a precise line is impossible from the exe..)

                    What I see is there is a probleme with _zip.au3 who is the zip librairie.

                    It use zipfldr.dll a "standard" dll from windows (it's for the Mix)

                    What kind of software do you use to zip/unzip file ? maybe it change this dll...

                    You can download the standard dll here if you want to try to put it in your system file (probably in C:\Windows\System32 )

                    Thank you very much for the translation I had it right now 😉

                    Clean your Romset with Universal ROM Cleaner
                    Scrape your Romset with Universal XML Scraper

                    1 Reply Last reply Reply Quote 1
                    • screech
                      screech last edited by

                      Correction are done for the SSH Message : v1.3.0.14

                      Clean your Romset with Universal ROM Cleaner
                      Scrape your Romset with Universal XML Scraper

                      1 Reply Last reply Reply Quote 0
                      • PumpKHeaD
                        PumpKHeaD last edited by

                        Thank you very very much @screech !!!

                        With your tip I remembered, I wiped some lines in the registry to remove the zip folders from windows explorer (I use this in another computers too 'o_o). I added these lines again and returned to work!

                        I think nobody use this, but...

                        [HKEY_CLASSES_ROOT\CompressedFolder\CLSID]
                        @="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
                        
                        [HKEY_CLASSES_ROOT\SystemFileAssociations\.zip\CLSID]
                        @="{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}"
                        

                        Sorry to take your time with a problem that I created.

                        I improved the Portuguese translation, (edit the line 104 if you do not like '^^)

                        Again, thanks man.

                        1 Reply Last reply Reply Quote 0
                        • screech
                          screech last edited by screech

                          No problemo ^^

                          I prefere a mistake than a real Bug ^^

                          I edit the line 104 😉

                          Criado por Screech | Traduzido por PumpKHeaD in portuguese
                          Erstellt von: Screech | übersetzt von Nachtgarm in german

                          😉

                          I also added these line :

                          Advanced (for Advanced Settings) :
                          <win_config_Advanced>Erweiterte</win_config_Advanced> (GERMAN)
                          <win_config_Advanced>Avançadas</win_config_Advanced> (PORTUGUESE)

                          SSH Menu :
                          <mess_autoconf_ssh_killall>Tem certeza de que deseja parar o EmulationStation?</mess_autoconf_ssh_killall>
                          <mess_autoconf_ssh_reboot>Tem certeza de que deseja reiniciar o sistema remotamente?</mess_autoconf_ssh_reboot>
                          <mess_autoconf_ssh_poweroff>Tem certeza de que deseja parar o sistema remotamente?</mess_autoconf_ssh_poweroff>

                          And

                          <mess_autoconf_ssh_killall>Möchtest Du wirklich EmulationStation beenden?</mess_autoconf_ssh_killall>
                          <mess_autoconf_ssh_reboot>Möchtest Du das Gerät wirklich Neustarten?</mess_autoconf_ssh_reboot>
                          <mess_autoconf_ssh_poweroff>Möchtest Du das Gerät wirklich ausschalten?</mess_autoconf_ssh_poweroff>

                          Hope Google Translate is good ^^

                          Clean your Romset with Universal ROM Cleaner
                          Scrape your Romset with Universal XML Scraper

                          1 Reply Last reply Reply Quote 0
                          • screech
                            screech last edited by

                            @supernature2k C'est pas très propre et un peu fait à l'arrache 😉 mais il y a maintenant un menu "Avancé" dans la fenetre de config 😉

                            V1.3.0.15

                            Clean your Romset with Universal ROM Cleaner
                            Scrape your Romset with Universal XML Scraper

                            1 Reply Last reply Reply Quote 2
                            • supernature2k
                              supernature2k last edited by

                              Excellent 🙂

                              Pi powered NES | Gameboy HD | RecalStation | RecalDrive
                              Upvote messages if it has been useful ;)

                              1 Reply Last reply Reply Quote 0
                              • kevinnash
                                kevinnash last edited by

                                Bonsoir 🙂

                                J'utilise des sous répertoires par genre avec mame.

                                Si j'enlève quelques roms d'un répertoire, comment faire pour les enlever des roms scrapées ?

                                1 Reply Last reply Reply Quote 0
                                • voljega
                                  voljega Banned last edited by

                                  Pas besoin de les enlever ils n'apparaitront pas dans l'interface de Emulation Station si le fichier n'existe pas

                                  1 Reply Last reply Reply Quote 0
                                  • kevinnash
                                    kevinnash last edited by

                                    OK mais dans ce cas l'image va aussi rester inutilement et le xml chargé contiendra des données inutiles 😉

                                    Cela serait bien si le soft pouvait faire une mise à jour de répertoire, en cas de rom supprimée l'enlever du xml et supprimer l'image correspondante.

                                    1 Reply Last reply Reply Quote 0
                                    • screech
                                      screech last edited by

                                      Il peut 😉 supprime ton répertoire d'image et régénère ton fichier XML en refaisant un scrape 😛

                                      Non sérieusement 😉 c'est un peu complexe à mettre en place 😉 En fait, la solution du dessus est pas mal ^^

                                      Clean your Romset with Universal ROM Cleaner
                                      Scrape your Romset with Universal XML Scraper

                                      1 Reply Last reply Reply Quote 0
                                      • kevinnash
                                        kevinnash last edited by

                                        Merci screech et bravo pour ce sublime soft 🙂

                                        Le fait que j'ai des sous répertoires par catégories n'est pas gênant ? Car le xml parent regroupe les roms de tous ces répertoires.

                                        1 Reply Last reply Reply Quote 0
                                        • screech
                                          screech last edited by

                                          Donc pour info, Pour le moment, UXS ne sait pas gérer les sous répertoires (La récursivité).
                                          Il te faudra scraper tes répertoires 1 par un et fusionner ton fichier XML après (sans oublier de faire attention aux différents path :S)

                                          Promis c'est une option que je vais essayer de mettre en place 😉

                                          Clean your Romset with Universal ROM Cleaner
                                          Scrape your Romset with Universal XML Scraper

                                          1 Reply Last reply Reply Quote 0
                                          • kevinnash
                                            kevinnash last edited by

                                            Sauf erreur de ma part, en choisissant le même xml racine pour chaque sous-répertoire, le soft m'a bien tout fusionné dans celui-ci, je te valide cela demain mais j'ai bien vu ce xml grossir après chaque scrape de répertoire, j'ai bien pris attention de régler les pats pour les zip des roms et les folders d'images.

                                            Question subsidiaire pour les roms non scrapées, le fichier missing.txt est vide, même quand i len manque, puis-je retrouver les manquantes autre part ?

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Want to support us ?

                                            78
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com