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 132.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.
    • R
      RetroRay
      last edited by

      Thank you, Thank you, Thank you!

      1 Reply Last reply Reply Quote 0
      • cyperghostC
        cyperghost
        last edited by

        @amadeus Nice software. Good job in saving config in depence of executive name ;)
        it's command call 0 & ".config" ;)

        1 Reply Last reply Reply Quote 0
        • g2000G
          g2000
          last edited by g2000

          Ok so after looking into this a bit further, it seems that when using the UXML (Universal XML Scraper) it adds some additional code into the gamelist.xml that RME has difficulty reading.

          Here are some examples:
          Edit: I figured out :)
          gamelist xml entry using UXML (RME does not display image or meta info)

          <game id="799" source="ScreenScraper">
          		<path>/home/pi/RetroPie/roms/mastersystem/<rom name></path>
          </game>
          

          gamelist xml entry using traditional xml scraper (works correctly with RME)

          <game>
          		<path>./<rom name></path>
          </game>
          

          UXML is the culprit. When UXML writes to the path, it uses full rom folder path (see above)
          If you edit the gamelist.xml and replace the full rom path and replace it as ./<romfile> it works!

          Hope this helps

          1 Reply Last reply Reply Quote 0
          • hoodleH
            hoodle
            last edited by

            Can I just ask (considering that my images folder is different for 'Arcade' and all other platforms - Arcade is in arcade/images, other platforms in platform/boxart or marquee etc), will I have to update each gamelist separately, altering the image path each time? All will the software only overwrite the XML where changes have been made?

            I'm also guessing I'm going to run into issues where the boxart, marquee and video are saved in different folders?

            1 Reply Last reply Reply Quote 0
            • fuzznecF
              fuzznec
              last edited by

              I've made a custom build of this wonderful program.
              I'm not an expert of Visual Studio, i've just downloaded it one month ago and began to exercise.

              I added Drag and drop for Video and Image (For video drag the file in the video box, for image, in the image box), changed how work the datetime (i just hated the calendar) so it's regular input (since i made it for myself and i input only the year. Removed temporary Image editing software link.
              I will possibly add some other feature later.

              [https://drive.google.com/file/d/0B1eMzyBruBCWblJOdkNmdFpyQ1U/view?usp=sharing](link url)

              If it can help you ... use it :)

              Fuzznec
              https://www.youtube.com/user/fuzznec

              1 Reply Last reply Reply Quote 1
              • C
                crazydude2
                last edited by

                I keep getting unhandled exception because could not find part of path game list.Any ideas on what to do here?

                0_1506022729372_cc408389-12d9-4430-a928-20acd7f2595f-image.png

                1 Reply Last reply Reply Quote 0
                • fuzznecF
                  fuzznec
                  last edited by

                  @crazydude2

                  Check the rights of gamelist.xml with WinSCP.
                  It can be because the file owner is "root" and you dont have the right.

                  0_1506086886262_ROOT.jpg

                  You can give the right by checking Group W (and Others W) for a test.

                  The default owner is pi[1000]

                  Fuzznec
                  https://www.youtube.com/user/fuzznec

                  1 Reply Last reply Reply Quote 1
                  • D
                    djrino
                    last edited by

                    hi i have the 0.1.15.0beta and not see my spectrum emulator on it..

                    someone can help Tnx

                    1 Reply Last reply Reply Quote 0
                    • Q
                      quckslvr
                      last edited by

                      @fuzznec I am having similar issues but I do not have these files for some reason the gamelists are not being built. All I have is a retropie folder in gamelists. I am running retropie 4.1 prebuilt image on raspberry pi 3. I know I must be missing something that would create these files. Any assistance would be appreciated.

                      1 Reply Last reply Reply Quote 0
                      • FlightRiskF
                        FlightRisk
                        last edited by

                        Is this still a product? Also, all I can find is a link to the .NET project, not an executable. Where is the exe? And is anyone moving this to github?

                        FlightRiskF 1 Reply Last reply Reply Quote 0
                        • FlightRiskF
                          FlightRisk @FlightRisk
                          last edited by

                          @flightrisk Not a peep. Is this abandoned? I found the answer to my question. There is a "releases" folder and under that are many other version numbers (1-14 at the moment). If you go into those and click on the very long gibberish name, it expands it and there is an EXE and CFG file to copy into a folder and run. What are those gibberish names? Is it something to do with GIT?

                          Anyway, I'm pretty good with C# so could help with the project if you need it.

                          1 Reply Last reply Reply Quote 0
                          • sunwindS
                            sunwind
                            last edited by

                            on https://archive.codeplex.com/?p=rme download archive, it doesn't seem to be there anymore, is it still available anywhere / an updated version?

                            1 Reply Last reply Reply Quote 1
                            • BazB
                              Baz
                              last edited by

                              Yeah is this still a thing? Only just read about it.

                              sunwindS 1 Reply Last reply Reply Quote 0
                              • sunwindS
                                sunwind @Baz
                                last edited by

                                @Baz I've got a version of it, can't remember where from but i'll upload it for you.

                                http://atomicrhino.net/upload/RetropieMetadataEditor.7z

                                1 Reply Last reply Reply Quote 1
                                • M
                                  misticknight
                                  last edited by

                                  hey, does anyone have a compiled version of the latest RME? the one sunwind provided seems to be the 0.1 BETA

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    mikecel79 @misticknight
                                    last edited by

                                    @misticknight I know this was an old post but I have uploaded the last version from CodePlex to GitHub. I contacted @amadeus and got his permission to upload it to Github. There is a compiled version of the lastest release up there.

                                    https://github.com/mikecel79/RetroPie-Metadata-Editor

                                    cyperghostC 1 Reply Last reply Reply Quote 1
                                    • cyperghostC
                                      cyperghost @mikecel79
                                      last edited by cyperghost

                                      @mikecel79 Did you made any changes to the code or are you developing this?

                                      M 1 Reply Last reply Reply Quote 0
                                      • M
                                        mikecel79 @cyperghost
                                        last edited by

                                        @cyperghost The only change I made to the code was to remove @amadeus email address. Since he's no longer maintaining it I didn't want him to keep getting emails about it. I may start looking into improving on the code but I'm really not much of a programmer. I'd be happy to add someone as a contributor to the project though.

                                        1 Reply Last reply Reply Quote 0
                                        • W
                                          wilkins44
                                          last edited by

                                          New to this, so please bear with me. What does it take to get this to run? I've downloaded the zip file from @mikecel79's git repo and got a folder of C# stuff. I've tried opening the files in VS Code, but no luck. Any help would be appreciated. Thanks.

                                          M 1 Reply Last reply Reply Quote 0
                                          • M
                                            mikecel79 @wilkins44
                                            last edited by

                                            @wilkins44 if you click on releases you can download a compiled version of the program. Here is a link directly to the release.

                                            https://github.com/mikecel79/RetroPie-Metadata-Editor/releases/tag/v0.1.15.0

                                            1 Reply Last reply Reply Quote 1
                                            • 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.