Recalbox Forum

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

    [SOFT] GameList Editor

    Community projects
    [soft] gamelist editor
    31
    186
    110575
    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.
    • NeeeeB
      NeeeeB @gmgman last edited by NeeeeB

      @gmgman

      As I said earlier, you're not getting a random error message.
      When you see this message it's because I have caught the exception...
      Your error message is specifically linked to the "10061 error socket" exception.
      Even when debugging on my end, I don't get more details than this exception message and it's pretty clear in the component documentation : couldn't establish a connection with the server due to one of the things I said before.
      Just out of curiosity and to be sure, are you sure didn't check the box "use a proxy" in the network settings ?
      That's really annoying me because I don't like to leave customers with a "bug" if I can call it a bug...

      Vieux geek ^^
      GameList Editor : https://github.com/NeeeeB/GameList_Editor

      gmgman 1 Reply Last reply Reply Quote 0
      • gmgman
        gmgman @NeeeeB last edited by

        @neeeeb if I check the proxy checkbox and don't enter any proxy and then try to scrape the application crashes and I need to open the Windows task manager to shut it down.

        NeeeeB 1 Reply Last reply Reply Quote 0
        • NeeeeB
          NeeeeB @gmgman last edited by

          @gmgman

          Ok, you found a little bug that I've fixed ^^ (empty proxy port made the application crash).
          And I have found a Win10 computer at work where I can reproduce your problem, so I may be able to fix it now.

          Vieux geek ^^
          GameList Editor : https://github.com/NeeeeB/GameList_Editor

          gmgman 1 Reply Last reply Reply Quote 0
          • gmgman
            gmgman @NeeeeB last edited by

            @neeeeb great, I hope you find the issue. I'm on Win10 also.

            NeeeeB 1 Reply Last reply Reply Quote 0
            • NeeeeB
              NeeeeB @gmgman last edited by

              @gmgman

              Fixed.
              I have released a new version :
              https://github.com/NeeeeB/GameList_Editor/releases/tag/v0.9.7-beta

              Missing dll was the culprit.
              Every computer I tested it on had them installed, except for the last one...
              Took a bit of time to find what was causing this but it's fixed and I'm happy, and sorry for the inconvenience...
              PS: of course you don't have to check the proxy checkbox if you don't use a proxy (but this bug is fixed too btw).

              Vieux geek ^^
              GameList Editor : https://github.com/NeeeeB/GameList_Editor

              gmgman 1 Reply Last reply Reply Quote 0
              • gmgman
                gmgman @NeeeeB last edited by

                @neeeeb awesome this is great news. One thing I notice now is that if I scrape and it doesn't find anything, the application goes to the background, if I click the ok button in the popup. Not sure if that is intended.

                NeeeeB 1 Reply Last reply Reply Quote 0
                • NeeeeB
                  NeeeeB @gmgman last edited by NeeeeB

                  @gmgman

                  Yep I'm aware of this.
                  It's a problem of processing windows message while scraping, which "kills" the application repaint in the background (I might be too technical ahah).
                  I've tried to find a workaround but didn't put so much time on it, because I really wanted to fix your scraping bug ^^
                  I'll give it another go next week 😉 (might just be a simple call to repaint or refresh at a certain time on the main window).

                  PS: scraping might seem long on some games but it has to calculate the CRC checksum, and then scrape every picture, which can take some time when there are a lot of pictures available for the game.

                  EDIT: Ok, that's fixed ahah (app going to background), it will be included in the next release 😉

                  Vieux geek ^^
                  GameList Editor : https://github.com/NeeeeB/GameList_Editor

                  gmgman 1 Reply Last reply Reply Quote 0
                  • gmgman
                    gmgman @NeeeeB last edited by gmgman

                    @neeeeb I have a questions about scraping. Is there a way to scrape by Name rather than CRC checksum on Screenscraper? I have a bunch of roms that are translated/hacked etc. and there is no way to find the original game's artwork with those if they are not in the Screenscraper db. e.g. I have this snes rom "Dragon Quest I & II (J) [T+Eng 100% 2.0DWu1_RPGOne].zip" but scraping does nothing, because it is a patched rom (it is translated + the checksum was corrected) and this version is not in the database. Or is there a way to submit the CRC/MD5 to screenscraper? I don't see one...

                    edit: an idea, maybe you could do this if scraping by name is not possible:
                    if the user clicks the scrape button a popup shows up where the user decides to scrape automatically or manually, if manually, the user must enter a CRC, MD5 or SHA1. that way i could copy a valid CRC form a game I want to scrape from the Screen scraper website and artwork/info will be found.

                    NeeeeB 1 Reply Last reply Reply Quote 0
                    • NeeeeB
                      NeeeeB @gmgman last edited by

                      @gmgman

                      Well, scraping is still under development in my application.
                      For the moment you can only scrape pictures but I'm working on adding the possibility to scrape infos too.
                      I'll see what I can do about scraping by name, but I need to ask the API maintainer if it's possible (and it could be really less accurate).
                      Btw if I can't add this option, I'll consider adding the option to enter a CRC manually (or anything that can help you find the games you want).
                      This won't be in a near future though, I am on a big project at work and it takes almost all my time, including my free time...
                      I won't be "free" until December.
                      So for the moment I'll just focus on fixing small bugs.
                      But it's now on the todo list 😉

                      Vieux geek ^^
                      GameList Editor : https://github.com/NeeeeB/GameList_Editor

                      gmgman 1 Reply Last reply Reply Quote 0
                      • gmgman
                        gmgman @NeeeeB last edited by

                        @neeeeb great! no worries, sure take your time I'm/we're not in a rush 😉

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

                          Nice one, but question. Is it possible to add "scrape description" ?or other missing element?
                          Select your filter <missing description> and then scrape description beside each missing game?

                          P.S
                          Also "scrape closed for non subscribers"
                          Can we get option to use our user name and pass for scrape?

                          p.p.s
                          option to exlude -image ,- marquee, -video
                          from newly scraped files with ur tool

                          NeeeeB 1 Reply Last reply Reply Quote 0
                          • NeeeeB
                            NeeeeB @IceLancer last edited by

                            @icelancer
                            For the first one : Read a few posts above, scraping is still under construction, what you want will come in a near future.

                            For the second : it's already there, check under options/network/configure

                            And the third, I don't understand what you mean ahah

                            Vieux geek ^^
                            GameList Editor : https://github.com/NeeeeB/GameList_Editor

                            IceLancer 1 Reply Last reply Reply Quote 0
                            • myjosito
                              myjosito last edited by

                              Salut @NeeeeB
                              Question stp: est-ce qu'il y aurait moyen avec ton programme de selectionner plusieurs jeux dans la liste et de les mettre en une seule fois, à la volée, en "caché" ?
                              J'ai plus de 7700 roms dans un systeme, et les faire 1 à 1 pour les mettre en caché (disc 1-FaceB, disc 2-Face A, ...etc) je vais en avoir pour la journée...

                              si tu as une astuce, je suis preneur 🙂

                              merci

                              RPI4b 4Go / Argon One / Manettes XBOX360 ou SF30Pro

                              NeeeeB 1 Reply Last reply Reply Quote 0
                              • NeeeeB
                                NeeeeB @myjosito last edited by

                                @myjosito

                                Pas possible pour le moment.
                                Je pourrais éventuellement ajouter cette option, mais ça va m'obliger à changer pas mal de trucs à d'autres endroits.
                                Et là dans l'immédiat je n'ai pas du tout le temps de me pencher sur ce genre de fonctionnalité, pas avant début décembre maheureusement.

                                Vieux geek ^^
                                GameList Editor : https://github.com/NeeeeB/GameList_Editor

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

                                  pas de soucis, j'y vais à la mimine.
                                  C'etait juste pour être certain de ne pas passer à coté de qqch qui existe déjà ! 😛

                                  RPI4b 4Go / Argon One / Manettes XBOX360 ou SF30Pro

                                  NeeeeB 1 Reply Last reply Reply Quote 1
                                  • NeeeeB
                                    NeeeeB @myjosito last edited by

                                    @myjosito

                                    J'ai eu un peu de temps aujourd'hui, donc j'ai pu ajouter ta demande.

                                    Donc nouvelle version 0.9.8-beta :
                                    https://github.com/NeeeeB/GameList_Editor/releases/tag/v0.9.8-beta

                                    Une fois la sélection effectuée, les options sont dans le menu "Actions/Sélection"

                                    PS: comme déjà précisé auparavant, je n'ajouterai pas la fonction de suppression de jeu à la multisélection, pour éviter les gestes malheureux qui pourraient bousiller un romset ^^
                                    La multisélection ne servira donc que pour ajouter/supprimer des jeux aux cachés/favoris "en masse".

                                    Vieux geek ^^
                                    GameList Editor : https://github.com/NeeeeB/GameList_Editor

                                    myjosito 1 Reply Last reply Reply Quote 1
                                    • myjosito
                                      myjosito @NeeeeB last edited by

                                      @neeeeb Génial !
                                      Je te remercie
                                      J'en étais à la lettre T, du coup je vais finir la liste avec la nouvelle option ! 😉
                                      Marche très bien.
                                      merci encore 🙂

                                      RPI4b 4Go / Argon One / Manettes XBOX360 ou SF30Pro

                                      NeeeeB 1 Reply Last reply Reply Quote 0
                                      • NeeeeB
                                        NeeeeB @myjosito last edited by

                                        @myjosito
                                        De rien 😉
                                        Faut que je trouve le temps de terminer le scrape des infos maintenant.
                                        J'ai déjà tout parsé dans des listes, je n'ai plus qu'à gérer comment afficher ça et comment proposer le téléchargement à l'utilisateur.

                                        Vieux geek ^^
                                        GameList Editor : https://github.com/NeeeeB/GameList_Editor

                                        myjosito 1 Reply Last reply Reply Quote 0
                                        • myjosito
                                          myjosito @NeeeeB last edited by

                                          @neeeeb ah, si je peux me permettre une reco pour une future mise à jour: si ça pouvait être possible de choisir la liste soit par le nom du jeu (ce qui est déjà le cas 😉 )soit par le nom de la rom...
                                          Je m'explique, les roms que l'on souhaite mettre en hidden sont souvent en "(disk2)", "(face B)",... or le nom du jeu ne laisse pas apparaitre ces caractéristiques. Ce serait super à l'occaz si une option pouvait permettre de choisir de faire apparaitre la liste avec le nom des fichiers Roms plutot que des jeux.

                                          Evidemment si je suis le seul à trouver ça utile, laisse tomber ! C'est facile de faire une demande, surement plus difficile de coder derriere !

                                          RPI4b 4Go / Argon One / Manettes XBOX360 ou SF30Pro

                                          NeeeeB 1 Reply Last reply Reply Quote 0
                                          • NeeeeB
                                            NeeeeB @myjosito last edited by

                                            @myjosito

                                            Fait 😉
                                            Je n'ai pas fait de nouvelle release, juste mis à jour l'exe de la 0.9.8-beta, je t'invite donc à retélécharger pour avoir l'option.

                                            Vieux geek ^^
                                            GameList Editor : https://github.com/NeeeeB/GameList_Editor

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

                                            Want to support us ?

                                            87
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com