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 124.1k 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.
    • E
      EctoOne @frgn
      last edited by

      @frgn
      If you're using the usb mount option from the setup, the path should be the default one. As far as I know the default path is only a virtual link to the path on the usb stick. I'm not sure tho, I never used one of the different available tools to change my files directly on the Pi. I always made the changes on my PC and copied them afterwards.

      frgnF 1 Reply Last reply Reply Quote 0
      • frgnF
        frgn @EctoOne
        last edited by

        @EctoOne it's not usb mount option. I just changed the roms directories in es_systems.cfg file
        SAMPLE:

        <system>
        <name>nes</name>
        <fullname>Nintendo Entertainment System</fullname>
        <path>/media/usb0/nes</path>

        Aloha from Russia, and sorry for my bad English. ¯\(ツ)/¯
        My RetroPie themes repo - https://github.com/free-gen/
        Blast16 to MDMINI mod
        DONATE HERE

        E 1 Reply Last reply Reply Quote 0
        • E
          EctoOne @frgn
          last edited by

          @frgn Um, then I don't know. I guess you also have to add that path to the samba shares somehow. But I've never done that before. Why aren't you using usb mount tho? Again I'm not sure, but I think there is a risk of losing any manual edits to the config files if you download an update. I'm using usb mount myself and it works fine, although there can be an issue with downloaded video splashscreens (but that can be easily avoided if you move them to the same folder with the pre installed videos on the SD card).
          My suggestion would be to move the images and gamelist.xml into your rom folder on your stick. Depending on the amount of games/system you're using that would require some work because you have to replace the image path in the xml. But after that you can just plug in your stick into your Pc to make the changes. Also you have an plug and play backup of your roms, images and xml. So if you ever need to do a fresh install, you only need to activate usb mount again and don't need to scrape/edit your files again.

          1 Reply Last reply Reply Quote 0
          • M
            masteryoer @Ekstreme
            last edited by

            @Ekstreme

            I am working on a community website right now that allows you to upload your gamelist.xml files and it scans and parses it, then retrieves the metadata from your selected scraper and retrieves the metadata, to which you can edit it or save & export for placing back in your Retropie setup.

            1 Reply Last reply Reply Quote 0
            • K
              kbronctjr
              last edited by kbronctjr

              man codeplex is shutting down, you better move the project to github ;)

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

                Thank you for creating this! Very useful and exactly what I was looking for.
                As I was using the latest build 1.15 I noticed that some xml lists are not displaying any metadata information or images. This seems to happen to any list after the gbc is scanned. I know that these gamelists are populated and do indeed contain images. Has anyone else come across this?

                Edit: It seems that as its scanning the folders the application hangs for a few moments mid way through.
                As I looked into the xml files I noticed it started giving me issues with anything scraped using the UXML Scaper. Games that were scraped using the built in scaper are detected.

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