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

    Updated Gamelist XML Creator

    Scheduled Pinned Locked Moved Projects and Themes
    gamelist.xmlgamelist
    24 Posts 10 Posters 25.7k 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.
    • RookervikR
      Rookervik Global Moderator @Steuv
      last edited by

      @steuv See if this link works. Dropbox changed their sharing policies a while back and it's made things difficult.

      ES_XML-Maker.rar

      S 1 Reply Last reply Reply Quote 0
      • S
        Steuv @Rookervik
        last edited by

        @rookervik It works ! Thanks a lot, that'll make my life so much easier :)

        1 Reply Last reply Reply Quote 0
        • P
          paf
          last edited by

          @Rookervik two questions:

          • is it possible to automatically include references to textfiles with games descriptions?
          • it would be nice to be able to adapt the program... do you consider it as freeware and if yes, is it possible to get the source code (which programming language?) or/and the old batch (the link above does not work)?

          Thanks and regards
          Patrick

          1 Reply Last reply Reply Quote 0
          • IgorHenriqueTechI
            IgorHenriqueTech @Rookervik
            last edited by

            @Rookervik hello sorry i'm IgorHenriqueTech and i was behind this make.xml i searched a lot and i managed to find it the download link is right below and so that there is no risk of losing this script i will write it below too

            Link https://mega.nz/#!bR1lmASJ!fjoapYEg-wp4J6CmQusuGDBSGKZWcebsgcKMEVFgV-E

            Script

            @echo off
            echo Working...
            echo ^<?xml version="1.0"?^> > gamelist.xml
            echo ^<gameList^> >> gamelist.xml
            for /f "delims=" %%a in ('dir /b') do cls && echo Working... && echo %%~na && echo ^<game^> >> gamelist.xml && echo ^<path^>.^/%%a^</path^> >> gamelist.xml && echo ^<name^>%%~na^</name^> >> gamelist.xml && echo ^<desc^>^<^/desc^> >> gamelist.xml && echo ^<image^>^.^/downloaded_images^/%%~na.png^</image^> >> gamelist.xml && echo ^<rating^>^</rating^> >> gamelist.xml && echo ^<developer^>^</developer^> >> gamelist.xml && echo ^<publisher^>^</publisher^> >> gamelist.xml && echo ^<genre^>^</genre^> >> gamelist.xml && echo ^<players^>^</players^> >> gamelist.xml && echo ^<^/game^> >> gamelist.xml
            echo ^<^/gameList^> >> gamelist.xml
            cls
            echo Done!

            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.