Recalbox Forum

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

    [SOFT] GameList Editor

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

      @neeeeb

      J'ai vu évidemment l'avertissement, mais je voulais tester quand même, lol.
      J'ai rien perdu puisque je travaillais sur des copies.

      Merci en tout cas.

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

        @neeeeb Pour la suppression multiple pourquoi ne pas rajouter une colonne "Coche" afin d'en sélectionner plusieurs ?
        Si ce n'est pas possible, il serait éventuellement intéressant que lors d'une suppression la liste ne reviennent pas en haut, quand tu parcours la liste pour supprimer beaucoup de jeux ça peut être long du coup ^^

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

          @daminoutav

          La colonne coche revient exactement au même que la multi sélection, donc ça ne sera pas ajouté.
          Je ne veux définitivement pas autoriser la suppression PHYSIQUE des jeux en masse.
          Si vraiment vous souhaitez supprimer vos roms par paquets, virez les directement dans le dossier et ensuite lancez GameList Editor et utilisez l'action "supprimer les orphelins".
          A la base je ne devais même pas ajouter cette option de suppression et je ne veux pas être "responsable" d'une mauvaise manip d'un user qui lui viderait totalement son dossier de rom. (Je le rappelle, cette suppression delete directement sans passer par la case corbeille).

          Pour ce qui est du retour en début de liste, en effet ça peut être génant, je vais corriger ça.
          Je n'y ai juste pas pensé et comme ça supprime le jeu, il n'est plus dans la liste, et elle est reconstruite donc difficile de le garder sélectionné...
          Pour régler le problème je vais mettre la sélection sur le jeu qui se trouve juste avant une fois la suppression effectuée 😉

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

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

            @neeeeb C'est ce que je pensais oui, garder un repère via le jeu précédent, au top merci 🙂
            Et je n'avais pas vu qu'on pouvait supprimer les orphelins, du coup problème réglé 😄

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

              @dschidschi @keltac @daminoutav

              New release available !!
              Nouvelle version disponible !!

              Added removal of duplicates in the gamelist.
              Located under "Actions - System - Delete duplicates from gamelist"
              When the list is refreshed (after a game deletion) selected item is no more lost.
              Updated languages and added German and Spanish.

              Possibilité de supprimer les doublons dans le gamelist.
              Dispo dans "actions - système - supprimer les doublons dans le gamelist".
              Quand on supprime un jeu, on ne perd plus l'item sélectionné dans la liste.
              Mise à jour des langues et ajout Allemand et Espagnol.

              https://github.com/NeeeeB/GameList_Editor/releases/tag/v0.9.5-beta

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

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

                I found a bug when deleting games. if the "game" is a .cue file, the tool only removes the .cue file but not the files that are mentioned in the cue (e.g. PSX). maybe it should scan the cue files for .* files (in my case .bin) and delete both.

                also when asked whether to remove the game or not the program has a Qui and Non button in German language.

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

                  @gmgman

                  Ok thx for your report.
                  I totally forgot that some systems could have more than one file, so yeah it deletes only the one "referenced" in the gamelist.
                  I'll have a look to what I can do about this.

                  And about the Information window when you delete a game, it's a native windows component, I thought the words would adapt to the language of your computer, but it's not the case, I'll have a look at it too 😉

                  Thx again for your report.

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

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

                    @gmgman

                    Ok, I've fixed the "Oui / Non" buttons, the problem was present in every language.
                    About the multiple files when deleting, I've fixed it only for PSX (it will now delete both .cue and .bin).
                    I can't fix it for other systems, because I have no way to detect which files are linked to the one mentioned in the gamelist.xml
                    It needs further investigation, but I doubt I can do anything about it.

                    I didn't make a new release, just updated the .zip file in the latest one :
                    https://github.com/NeeeeB/GameList_Editor/releases/tag/v0.9.5-beta

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

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

                      @NeeeeB no worries, you fix your stuff pretty quick, I could have lived with version 0.9.2 already ;), For PSX, does it delete all bin files? some games have more than one .bin file, hence I'm asking.

                      I'm not sure what you mean with the other systems, don't all cue files look the same? I would approach it like this: check if the file linked is the gamelist.xml is .cue, if it is, scan the cue file line by line for files linked in the cue and save the filenames(+paths?) in an array or list or something. loop through the list and (try to) delete the file(s). maybe I'm wrong here though, I haven't looked at too many cue files yet, but so far the look the same to me.

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

                        @gmgman

                        Nope, for the moment it only deletes the .bin file with the same name as the .cue (or the other way).
                        That's why I told it needs further investigation, just need to search a bit on how to read the content of .cue file (which is simple .txt btw)
                        I'll have a look at it in the week, I need to gather more infos, like if all systems with multiple files use a .cue (for example, .gdi dreamcast don't seem to use a cue file, so I need to find how to list all the files related to the game).

                        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 yeah I know cue files are simple txt, and reading txt files line by line shouldnt give you headache. you shouldn't care for what file types each system has, if I understand correctly each file in a cue is listed like
                          FILE "filename.extension" BINARY, you you pretty much need to know what's between the "..." to look for that file to delete.
                          if scanning the cue you pretty much know where a file is listes, it says "FILE" at the beginning and should have a "BINARY" at the end.

                          you should also be aware that it is possible to have the bin files or whatever files in a different folder (subfolder) where the cue file could look like
                          FILE "subfolder/some_file (track 2).bin" BINARY

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

                            @gmgman

                            Subfolders would even be more simple ^^ I would just have to delete the folder ahah (there is a recursive DeleteFolder function in Delphi).
                            What I meant by knowing what files per system, is that I'm not sure they all use a cue file to list all the used files.
                            This is what I have to check, the rest should be relatively simple to do.
                            Thx for the infos 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 each system has a readme file in recalbox which says which file types go in the folder 😉

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

                                New version available !!
                                Nouvelle version disponible !!

                                https://github.com/NeeeeB/GameList_Editor/releases/tag/v0.9.6-beta

                                Scraping is now available to choose a picture for a game.
                                Added Portuguese(BR) as language.

                                Il est désormais possible de scraper l'image pour un jeu.
                                Le portugais (BR) a été ajouté comme langue disponible.

                                Comme toujours, n'hésitez pas à remonter les éventuels bugs !!
                                As usual don't hesitate to report bugs !

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

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

                                  I have a nother suggestion for you. I see the checkboxes for each field were implemented to prevent people from accidentaly overwriting the data, but I feel they just slow down the procedure for editing the lists. I mean the changes won't be saved anyways, unless you click the save button.

                                  my suggestion is, display the save button after the user makes changes to at least one field OR make one check box for enabling "edit mode" or something and also make a "edit god mode" where edit mode is always on. also, instead of dropdowns for Hidden and Favourites rather use Radio Buttons (hidden: hidden / visible (or yes/no), favourite: yes/no ) to make changes quicker. Just a suggestion.

                                  one more suggestion, display the amount of games (row count) from t

                                  edit:
                                  I just tried the new scraping function, it always says "Oops an error has occured while reading the stream !!". what is it? My roms are stored on a NAS for your information.

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

                                    @gmgman

                                    Yes, that's a good suggestion for the checkboxes.
                                    At first I did this to prevent people from accidentaly make changes, but as you said, you have to click the save button anyway.
                                    So I might remove them all, or least just leave one and only one, to enable edit mode.
                                    About the dropdowns for favorite/visible, I won't change them for GUI consistency, and it's only a matter of one additional click, so you won't have an enormous gain of speed even if I put radio buttons instead...
                                    About the amount of games = I think some words are missing in your sentence ^^ what do you mean ?

                                    And finally, regarding your problem with the scraping function, this error is related to a network problem while attempting to connect to screenscraper. Your roms being stored on a NAS have nothing to do with this. It works like a charm at my office from my computer, and also at home where my roms are stored on my Pi.
                                    Do you use a proxy or anything ?

                                    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
                                      amount of games = number of games. like count the games in the filter and display the number somewhere near. like if I select missing image in the filter, it shouws the games in the list and says "12 games found" or something...

                                      I don't use proxy (i think) i will check into this matter as soon as I have time, proably after the weekend. thanks buddy

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

                                        Hello NeeeeB

                                        Thanks a lot for sharing your software with the community.

                                        I have a "Oops an error has occured while reaching the server" window when trying the scrap function. My roms are on my comp, in the same directory where I put Gamelist Editor. Just wanted to change the info for 1 game.
                                        I have no proxy/vpn/...

                                        thanks.
                                        Myjosito

                                        btw, on peut parler français aussi... 🙂

                                        RPI4b 4Go / Argon One / Manettes XBOX360 ou SF30Pro

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

                                          @gmgman

                                          Well, what you're asking is already displayed ^^
                                          Check under the system logo, when a filter is selected, you have an info like "xx / yy games found", wherre xx is the number of filtered games and yy the total number of games.

                                          @myjosito

                                          Bin mince alors...J'ai testé sur 3 PC différents, depuis 3 endroits différents et je n'ai aucun souc, et toi tu es le deuxième à me remonter le problème...Faut que j'investigue un peu parce que je ne vois vraiment pas d'où ça vient (ton message dit que ça n'a pas pu se connecter à screenscraper).

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

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

                                            oui c'est etrange. J'ai essayé en mode admin, compatibilité W7, etc... rien à faire.
                                            et j'ai screenscraper ouvert en //...

                                            n'hésite pas à me dire si tu veux que je teste des trucs.

                                            a+

                                            edit: bon, pour certains jeux ca semble marcher, pour d'autres ca plante tout le temps... bizarre

                                            ah, question stp, le scrape proposé dans ton logiciel, c'est que pour l'image, ou ça peut faire pour autre chose également (description, année, éditeur, ...)

                                            RPI4b 4Go / Argon One / Manettes XBOX360 ou SF30Pro

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

                                            Want to support us ?

                                            64
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com