RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login

    Making premade gamelist.xml with xtra media collections

    Scheduled Pinned Locked Moved Ideas and Development
    gamelist.xmlpremade scrapeeasy config
    448 Posts 16 Posters 151.2k 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.
    • Used2BeRXU
      Used2BeRX @meleu
      last edited by Used2BeRX

      @meleu said in Making premade gamelist.xml with xtra media collections:

      @Used2BeRX

      1. Pokemon Mini (https://github.com/libretro/PokeMini, don't know how to install this. It's not in the RetroPie packages install menus.)

      I saw somebody requesting to add this on RetroPie, but I think that it wasn't added yet...

      1. Watara Supervision (I don't see anything about this emulator at all)

      I don't know this system

      Supervision was a pathetic attempt to compete with Gameboy. The games weren't great, but there were a couple cool ones.

      I'll put both of these systems to the side for now.

      Also, there are some synopsis files referring to a platform named "Sega NET", I don't know what emulator/core runs this kind of game on RetroPie...

      SegaNET was an online service offered by SEGA. https://en.wikipedia.org/wiki/SegaNet

      The roms in our collection run in our Genesis emulator. I'm assuming they run fine on the RetroPie too, although I haven't tested them. Consider these Genesis games since that's where they're going to be.

      Here's the first pack of folders. Atari 2600: https://www.sendspace.com/file/ar9r3c

      All the data inside is generic except for the first line description and the "Folder: ". The file names match the actual rom folders exactly.

      I will try to work fast and get the rest of them to you soon. For now they will all have the Atari 2600 info for everything besides those first two lines, but should be perfect for your testing. I will be working on adding the actual info over the next few days.

      1 Reply Last reply Reply Quote 0
      • Used2BeRXU
        Used2BeRX @meleu
        last edited by

        @meleu Here you go: https://www.sendspace.com/file/jhwy6f

        All of the folder.txt files, perfect matches for the folders.

        The only systems I'm missing from that are SegaCD, PSX, Virtualboy, Wonderswan and Colecovision. This should be more than enough to make sure the script is working though.

        1 Reply Last reply Reply Quote 0
        • meleuM
          meleu
          last edited by meleu

          Hey man, sit down, relax, take a deep breath, and see if it's the kind of file you want:
          https://raw.githubusercontent.com/meleu/Used2BeTXT/master/megadrive_FULL_gamelist.xml

          :D

          Keep in mind that the conversion is very CPU intensive, because the script tries to find all those files you want (and that are useless for ES).

          On my intel Core i7 it took almost one hour to process all the synopsis in the genesis folder (all synopsis for megadrive, sega32x and segacd), I think it will take much more time on raspi zero. But it still much more faster than human :-)

          I think I can optimize some steps to make it faster, but I'm going to have a break now. :-)

          Cheers!

          • Useful topics
          • joystick-selection tool
          • rpie-art tool
          • achievements I made
          Used2BeRXU 2 Replies Last reply Reply Quote 1
          • Used2BeRXU
            Used2BeRX @meleu
            last edited by Used2BeRX

            @meleu LOOKS AWESOME!!!

            I can't wait to see it with the folders I sent you. No worries on the time it takes to make them. I can just leave it running till it's done. Way better than writing that by hand and doing it until the year 2020. :)

            I decided to try it out and none of them showed up. I found a bug. :(

            Well... it's probably not really a bug, but if you're using the setup as it was, the roms are in the media folder so that's why it's finding them there. Roms for Genesis would be in: /home/pi/RetroPie/roms/megadrive/

            The gamelist that you sent has them in /home/pi/RetroPie/Media/Genesis/roms:)

            Like I said, probably not a bug. It just found them where they were.

            Without knowing how to code anything, I can guess about a way to make the speed faster just based off of that. When it looks for "Roms" have it only look in the "/Roms/{system_name}/ Folder and sub-folders, and when it is looking for specific media, have it look in the /Media/{system_name}/{media_type_folder}.

            I think it's probably looking everywhere now from what I'm seeing in the results, and you could probably cut down a lot of time by pointing it in the right directioin before each search.

            Freakin' awesome though. We're so close now!

            I'm going to do a find/replace on the doc and get back to you in a few. I'm also going to have to change the .png files to .jpg because the old set you have used .png and the re-sized set I made for Pi Zero has smaller .jpg files.

            meleuM 1 Reply Last reply Reply Quote 0
            • Used2BeRXU
              Used2BeRX @meleu
              last edited by Used2BeRX

              @meleu I forgot that I can't use that now since I cased everything in CAPS :)

              I'm having a problem though. I've removed everything except for the first entry for "3 Ninjas Kick Back". I'm positive I have the path and image correct, but it won't display in EmulationStation.

              I've never done a gamelist.xml for Genesis. Is there someplace special I have to have the gamelist.xml? I altered EmulationStation to display the "Sega Genesis" artwork instead of the Megadrive artwork. I'm not sure if that changes anything.

              EDIT: I FIGURED IT OUT!!!!

              Not sure if you are aware of this or not... actually, I'm not sure if it's because I changed the artwork or not...

              I had to create a shortcut called "genesis" in /opt/retropie/configs/all/emulationstation/gamelists that points to /opt/retropie/configs/all/emulationstation/gamelists/megadrive/

              I can't wait to try it out on my end. This is going to be great. Thanks again meleu. :)

              1 Reply Last reply Reply Quote 0
              • meleuM
                meleu @Used2BeRX
                last edited by

                @Used2BeRX said in Making premade gamelist.xml with xtra media collections:

                I decided to try it out and none of them showed up. I found a bug. :(

                Man, that file is not supposed to be used on your system. I'm just showing you that my script is able to generate that kind of file. Those paths you see in that file were automatically detected by the script on my system.

                You have to run the script with your synopsis files on your own system in order to get a nice gamelist.xml with the right paths.

                I have some ideas for optimizations, but I really need to sleep now.

                See you later.

                • Useful topics
                • joystick-selection tool
                • rpie-art tool
                • achievements I made
                Used2BeRXU 2 Replies Last reply Reply Quote 1
                • Used2BeRXU
                  Used2BeRX @meleu
                  last edited by

                  @meleu Yeah. I figured that out. The only thing that I couldn't figure was why I couldn't get anything to work at all and with genesis you need to have that shortcut to the megadrive folder and then the gamelist.xml works.

                  Have a good sleep man. You've had a busy day. :)

                  I'm going to keep working on getting everything prepared for this. I've got a lot of file comparing to do now since I changed so much in the media folders to make it comply to the retropie file system.

                  1 Reply Last reply Reply Quote 0
                  • Used2BeRXU
                    Used2BeRX @meleu
                    last edited by

                    @meleu It took me almost a full day, but I got every single piece where it needs to be and everything is properly named. I also did this for the pack of things that cannot be used currently and/or cannot be used on a Pi Zero as well. (The only exception is CD based games which I think will bring their own challenges when we get to that point).

                    Nemesis is working on a way to auto convert names of videos so we can have upgraded MP4 versions above the WMV8 ones we have now. Let me know when you've got something to test out.

                    I had another idea about a 3rd option when running the script that would probably benefit a Pi Zero. I was thinking maybe a 3rd option would find and include ONLY the first line name from the game.txt files, the rom location/name and the "Box Front" location/name for every game, and it would leave out all other data, even the synopsis data.

                    We may run into problems on a Pi Zero with all of this data in a large amount of gamelist.xml files, and perhaps with the smaller artwork if everything else was stripped out and a skin that didn't display metadata were used, you could still have a boxart or action screen displayed for every game with the improved names that are in the current game.txt files.

                    meleuM 1 Reply Last reply Reply Quote 0
                    • meleuM
                      meleu @Used2BeRX
                      last edited by

                      @Used2BeRX The script already does what you're suggesting (create a gamelist.xml only with metadata useful for ES).

                      Are you able to test the script?

                      Please, see if @NeMesiS or other Linux bud from your crew can test my tool and give feedback/suggestions. No need to analyze the code if it seems obscure, just test it with all the options I provided (look the --help) and see if I can improve something.

                      • Useful topics
                      • joystick-selection tool
                      • rpie-art tool
                      • achievements I made
                      Used2BeRXU 1 Reply Last reply Reply Quote 0
                      • Used2BeRXU
                        Used2BeRX @meleu
                        last edited by Used2BeRX

                        @meleu I wasn't aware that you had uploaded the new one. I thought you were still testing things and trying to tweak it so it didn't take so long to put a list together.

                        I was talking about making an option that is completely bare bones. One that only has the following 3 things:

                        1. First-Line game name from the game.txt
                        2. Path to rom
                        3. Path to Box Front for <image>

                        EDIT: I just checked here: https://github.com/meleu/Used2BeTXT

                        Unless you uploaded the script somewhere else, that's still the one you uploaded a few days ago. Can you tell me where the newest script is so I can test it out?

                        meleuM 1 Reply Last reply Reply Quote 0
                        • meleuM
                          meleu @Used2BeRX
                          last edited by

                          @Used2BeRX

                          @meleu I wasn't aware that you had uploaded the new one.

                          Ooops! My bad, sorry. I thought I uploaded it... I'll do it when I get home (in ~10 hours).

                          And then you will be able to get the latest version using the --update option.

                          I was talking about making an option that is completely bare bones. One that only has the following 3 things:

                          1. First-Line game name from the game.txt
                          2. Path to rom
                          3. Path to Box Front for <image>

                          Yep. The new (and not yet uploaded) script does it plus description in <desc>. Are you suggesting to add an option to omit the <desc>?

                          • Useful topics
                          • joystick-selection tool
                          • rpie-art tool
                          • achievements I made
                          Used2BeRXU 1 Reply Last reply Reply Quote 0
                          • Used2BeRXU
                            Used2BeRX @meleu
                            last edited by

                            @meleu Sounds good. I'll test it out as soon as I can.

                            Are you suggesting to add an option to omit the <desc>?

                            Yes. The Pi Zero is very low on performance, and some of those <desc> are reaaaaaaaaly long and make the gamelist.xml files really big.

                            I'm hoping that if we had a script that only did those 3 things and nothing else that combined with the shrunk jpg box images that I made that I can actually use this with all the games on the Pi Zero without crashing it.

                            meleuM 1 Reply Last reply Reply Quote 0
                            • meleuM
                              meleu @Used2BeRX
                              last edited by meleu

                              @Used2BeRX

                              I'm hoping that if we had a script that only did those 3 things and nothing else that combined with the shrunk jpg box images that I made that I can actually use this with all the games on the Pi Zero without crashing it.

                              Looks like you're very very proud of the images you have. Otherwise I would suggest the use of the Sseph's scraper. It's a very powerful tool with many options, as you can see in its wiki

                              EDIT
                              You can even run it on Windows: https://github.com/sselph/scraper/releases

                              EDIT 2
                              It has an option similar to what you talked about some posts above:

                              -gdb_img="b": Comma seperated order to prefer images, s=snapshot, b=boxart, f=fanart, a=banner, l=logo.
                              
                              • Useful topics
                              • joystick-selection tool
                              • rpie-art tool
                              • achievements I made
                              Used2BeRXU 1 Reply Last reply Reply Quote 0
                              • Used2BeRXU
                                Used2BeRX @meleu
                                last edited by Used2BeRX

                                @meleu I tried sselph's scraper and was never able to get it to work.

                                Our images are superior I'm guessing. I touched up over a thousand of them by hand myself and for every game that didn't have a boxart like prototypes and pirates and homebrew we had a talented graphic artist that made boxarts for them.

                                lol... why would I use a scraper after we've done all of this work?

                                meleuM 1 Reply Last reply Reply Quote 0
                                • meleuM
                                  meleu @Used2BeRX
                                  last edited by

                                  @Used2BeRX

                                  lol... why would I use a scraper after we've done all of this work?

                                  haha. I'm doing this because I take it as a diversion. If a scraper can give you the results you want, please, use it! :-)

                                  I'm a kind of data manipulation enthusiast. I love shell scripting, regular expressions, parsing files... With your request in this thread I saw a possiblity to improve my hability to parse files and manage xml files and this is already happening :-)

                                  • Useful topics
                                  • joystick-selection tool
                                  • rpie-art tool
                                  • achievements I made
                                  Used2BeRXU 1 Reply Last reply Reply Quote 0
                                  • Used2BeRXU
                                    Used2BeRX @meleu
                                    last edited by

                                    @meleu Nah man. I got everything I want already if we get the code working.

                                    Have you had a chance to upload that new script, or were you still doing some tweaks on it before I test it out?

                                    meleuM 1 Reply Last reply Reply Quote 0
                                    • meleuM
                                      meleu @Used2BeRX
                                      last edited by

                                      @Used2BeRX

                                      I've just uploaded the script. You can get it with the --update option.

                                      I didn't implemented the option to create the gamelist.xml with no <desc>. And I'm going to be busy for a week. Will only have a chance to work on the script next week.

                                      But you can put your feedback/suggestions here.

                                      Cheers!

                                      • Useful topics
                                      • joystick-selection tool
                                      • rpie-art tool
                                      • achievements I made
                                      Used2BeRXU 1 Reply Last reply Reply Quote 0
                                      • Used2BeRXU
                                        Used2BeRX @meleu
                                        last edited by Used2BeRX

                                        @meleu Got it. It works with the following command:

                                        ./Used2BeTxt.sh /home/pi/RetroPie/Media/atari2600/Synoipsis/*.*

                                        Seems to be going through the files one by one and slowly adding them. It says "data has been added to "atari2600_gamelist.xml" after each file. Looks like it takes about 10 seconds for each entry.

                                        I'm able to open atari2600_gamelist.xml right now and it looks to be working right for the roms.

                                        It's not working for the folder entries though. It is making folder entries and adding the correct <name></name>, but it is not putting anything for <path></path>

                                        I'm pretty sure that this is going to have all of the roms themselves working once its' done though. I'll let you know.

                                        meleuM 1 Reply Last reply Reply Quote 0
                                        • meleuM
                                          meleu @Used2BeRX
                                          last edited by

                                          @Used2BeRX

                                          It's not working for the folder entries though. It is making folder entries and adding the correct <name></name>, but it is not putting anything for <path></path>

                                          Yeah. I've spent my last free time learning find tricks to optimize the processing time and didn't work on finding folder's path yet. And I'm still learning advanced find options...

                                          I'm pretty sure that this is going to have all of the roms themselves working once its' done though. I'll let you know.

                                          I noticed some fails but didn't fixed yet. Examples of games that the current script version is unable to find

                                          • mega man - wily wars (megadrive)
                                          • mickey mouse - fantasia (megadrive)

                                          Currently the script tries to find the files based on the game name (first line of a synopsis.txt). I'll make it try to find based on the synopsis file name too.

                                          • Useful topics
                                          • joystick-selection tool
                                          • rpie-art tool
                                          • achievements I made
                                          Used2BeRXU 2 Replies Last reply Reply Quote 0
                                          • Used2BeRXU
                                            Used2BeRX @meleu
                                            last edited by

                                            @meleu The script is still going after about 2 hours for the Atari 2600 (about 750 entries). I think it will have taken about 2 1/2 to 3 hours once it's done.

                                            Yeah. I've spent my last free time learning find tricks to optimize the processing time and didn't work on finding folder's path yet. And I'm still learning advanced find options...

                                            Cool. Just making sure that the script wasn't designed to work on the folders yet.

                                            Currently the script tries to find the files based on the game name (first line of a synopsis.txt). I'll make it try to find based on the synopsis file name too.

                                            I noticed that the <xtrasname> field was added, but it's not being populated atm. That should be the synopsis.txt file name. If the script searched off of that it should be able to find things a lot quicker since every single piece of media and the rom itself is an exact match of that name.

                                            meleuM 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.