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

    Retropie Metadata Editor

    Scheduled Pinned Locked Moved Ideas and Development
    scraper retropitool cover meta
    182 Posts 49 Posters 130.0k 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.
    • daeksD
      daeks
      last edited by

      Is it possible to mirror the release? Seems that codeplex has some issues :(

      amadeusA 1 Reply Last reply Reply Quote 0
      • amadeusA
        amadeus @daeks
        last edited by

        @daeks
        For me, CodePlex works fine.
        But you can dowload it also here

        1 Reply Last reply Reply Quote 0
        • RoxsteadyR
          Roxsteady @amadeus
          last edited by

          @amadeus will you be adding FBA support in the future?

          amadeusA 1 Reply Last reply Reply Quote 0
          • SkittleBrau79S
            SkittleBrau79
            last edited by SkittleBrau79

            @amadeus Thank you so much for making this app... it's made my life much easier.

            In addition to the tool you have to clean up unused images, i'd love to see a tool to remove any <game>...</game> sections of the gameslist.xml where the rom no longer exists... essentially cleaning that XML file and making it "current" to the roms folder.

            I can't speak for others, but my XML is full of metadata from games that I deleted the rom set long ago.

            amadeusA 1 Reply Last reply Reply Quote 0
            • amadeusA
              amadeus @Roxsteady
              last edited by

              @Roxsteady
              I'm not familiar with fba, but can you not use the arcade folder for your roms?
              Because the arcade folder is already supported.

              RoxsteadyR 1 Reply Last reply Reply Quote 0
              • A
                Arcuza
                last edited by

                @amadeus Do you think it's possible to do a web based version of your application? What exactly are you doing over SSH? Anything else than reading and writing to the gamelist.xml? That would support more client types like mobile, tablets, chromebooks and so on.

                amadeusA 1 Reply Last reply Reply Quote 0
                • amadeusA
                  amadeus @FrankBennedetto
                  last edited by

                  @FrankBennedetto
                  Put your roms in the megadrive folder - not in the genesis folder... maybe this fix your problem.

                  F 1 Reply Last reply Reply Quote 0
                  • amadeusA
                    amadeus @SkittleBrau79
                    last edited by

                    @SkittleBrau79
                    I added your request to the Feature Request List

                    1 Reply Last reply Reply Quote 0
                    • amadeusA
                      amadeus @Arcuza
                      last edited by

                      @Arcuza
                      Of course you could make a web based version, but I am missing the time for this.
                      RME did nothing over SSH - it just and only use the samba (?) shares of retropie to read the rom folders, read and update the gamelist.xml and read, show and update the images.

                      1 Reply Last reply Reply Quote 0
                      • F
                        FrankBennedetto @amadeus
                        last edited by

                        @amadeus The genesis folder isn't a folder, but a symbolic link that points to the megadrive folder.

                        I ran a Wireshark to see if I could see if maybe the app was looking in a different location or something else was tripping it up. I'm not terribly proficient with Wireshark, but I can see the app finds the ROM files (and can see various file names whizzing by), and it's even reading the XML file, as I can see the contents being transmitted.

                        Is your app storing any configurations outside of its own folder (i.e. in the registry)? Just wondering if a "clean install" would help. After I noticed this issue, I upgraded and got rid of my old install, just didn't know if there were traces elsewhere.

                        amadeusA 1 Reply Last reply Reply Quote 0
                        • amadeusA
                          amadeus @FrankBennedetto
                          last edited by

                          @FrankBennedetto
                          RME only stores data in stores data only in the application configuration xml file (RetropieMetadataEditor.exe.config.xml) and need no installation.

                          • can you open \retropie\roms\megadrive in your explorer from the same machine, which runs RME? Did you see your roms?

                          • how a your rom files named? can you tell me a sample with exact casing?

                          • which version of RME did you use? 0.1.11.0 BETA is the latest I think.

                          Sorry, traces or logs are not written. Only the stuff you can read in the textbox...

                          SquilenatorS F 2 Replies Last reply Reply Quote 0
                          • SquilenatorS
                            Squilenator @amadeus
                            last edited by Squilenator

                            @amadeus Do you have plans to make this work only with emulationstation+retroarch for the windows pleb like me?

                            Edit: Sry, it actually works, my bad.

                            1 Reply Last reply Reply Quote 0
                            • F
                              FrankBennedetto @amadeus
                              last edited by

                              @amadeus I decided to delete all of my ROMs (plus images and gamelist.xml) and add just one ROM. Scraped it, and loaded up ES to make sure it was there. Same result. The file name was this:

                              3 Ninjas Kick Back.gen

                              I'm using the latest version (0.1.11.0). And yes, I can see the ROMs if I navigate to the folder in Windows Explorer.

                              B 1 Reply Last reply Reply Quote 0
                              • B
                                backstander @FrankBennedetto
                                last edited by backstander

                                @FrankBennedetto
                                Hmmm...files ending with .gen doesn't show up as a supported extension for the Megadrive/Genesis emulators on the RetroPie wiki:
                                https://github.com/retropie/retropie-setup/wiki/Genesis-Megadrive

                                Not to say those emulators don't support it but it isn't documented on the wiki and I'm sure @amadeus used these wikis to know what files to look for.

                                I'd recommend changing the extension to .smd .bin or .md and then test RME.

                                update
                                I looked in the EmulationStation es_systems.cfg file and under Megadrive it is configured to look for files with the .gen extension! So @amadeus will need to update his program to see files ending with .gen in the /home/pi/RetroPie/roms/megadrive folder.

                                F amadeusA 2 Replies Last reply Reply Quote 1
                                • F
                                  FrankBennedetto @backstander
                                  last edited by

                                  @backstander Son of a gun. That did it.

                                  Every single one of my files is .gen. They're recognized by ES, every scraper I've used (ES, Sselph, and UXS), and play just fine. It was only RME that didn't seem to like them. I renamed the file to .bin, scraped it without issue, and RME found the file.

                                  I'll restore everything back with new names and should be in business. Thanks a ton!

                                  1 Reply Last reply Reply Quote 1
                                  • amadeusA
                                    amadeus @backstander
                                    last edited by

                                    @backstander
                                    you are totally right: I used the wiki documentation to know, what files rme has to look for.
                                    I will add .gen as accepted extension for megadrive in the next release.

                                    1 Reply Last reply Reply Quote 2
                                    • RoxsteadyR
                                      Roxsteady @amadeus
                                      last edited by

                                      @amadeus Actually, good point. I moved everything over to Arcade. THX

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        Dukafleed
                                        last edited by

                                        thanks god for such an app, i really like the idea of managing my roms in PC rather in retropie

                                        as some guys mentioned, merques and video preview are a good future achievment, and i will be happy to help you with testing any giving time.

                                        thank you

                                        1 Reply Last reply Reply Quote 0
                                        • D
                                          Dukafleed
                                          last edited by

                                          i noticed one small silly issue,
                                          i downloaded the first version to tryit out, i make my own changes to rom path and such
                                          then i deleted it and downloaded a latest version, i noticed that my prev changes still stick

                                          you should include a "default" setting so if we screw up you can fix it, and
                                          you should allow a way to include (defualt path ) and (custom path)

                                          another thing that most current users have Gamelist inside rom folders along with boxart and media
                                          so a SNES rom folder will include boxart,merques, snaps, flyers(usually same as boxart) <----those are in folders each and then roms and gamelist

                                          i would be great to be able to ready from gamelist and from romlist (attract mod) and away to copy info from one to another

                                          attract mode romlist are not in system roms but in .attractmode\romlist

                                          waiting on your commend

                                          amadeusA 1 Reply Last reply Reply Quote 0
                                          • amadeusA
                                            amadeus @Dukafleed
                                            last edited by

                                            @Dukafleed
                                            Look on your Computer in Folder C:\Users<YOUR LOGIN NAME>\AppData\Local\RetropieMetadataEditor and delete the folder and files you find there. The configuration you made will be gone. But a Button „Restore Default Configuration“ ist a good Idea. I will note it on the Change Request List.

                                            I will make the Path Gamelist dynamically – like the Path Images already is. I guess, this will help the people which hold their gamelist on another path as the dafault location.
                                            I really dont understand what you mean with „attracted mode“ and romlist. I never heared of it before, but Im also not so familar like with retroipie and stuff like the other people her. I jsut download and use it. Is there any documentation about this attracted mode and the romelist?

                                            D B 2 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.