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

    Creating ES gamelists with media for MAME/lr-mame/lr-mess

    Scheduled Pinned Locked Moved Projects and Themes
    emulationstaionmamelr-messgamelistsgamelist.xml
    201 Posts 9 Posters 69.5k 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.
    • kiroK
      kiro @Folly
      last edited by

      @Folly This will be an optional feature (--sort) and it will copy but not 'move' the roms so you can have a look at how the final structure would look like... :-)

      No feedback is disappointing if it makes sense :-)

      F 1 Reply Last reply Reply Quote 0
      • F
        Folly @kiro
        last edited by

        @kiro

        Ok, I understand.
        Will have a look when you have implemented it.

        1 Reply Last reply Reply Quote 0
        • F
          Folly @kiro
          last edited by Folly

          @kiro said in Creating ES gamelists with media for MAME/lr-mess:

          @Folly I'm inserting as much roms as possible from the romset you pointed me too...it will still take some time....

          You should also look at the mame-sl romset. ( probably all non-arcade machines (mess) )
          Multiple games are packed as one zip file sofwarelist/hash file wise.
          The files have to be extracted to get the individual games like msx1_cart.zip contains the msx1 carts.
          Understandable ?

          kiroK 1 Reply Last reply Reply Quote 0
          • kiroK
            kiro @Folly
            last edited by

            @Folly Hm I'll have a look, is it somwehere along the one in the email?

            F 1 Reply Last reply Reply Quote 0
            • F
              Folly @kiro
              last edited by

              @kiro

              Yes.
              I think you will get it.
              Otherwise I will send you one.

              kiroK 1 Reply Last reply Reply Quote 0
              • kiroK
                kiro @Folly
                last edited by

                @Folly Thanks!

                1 Reply Last reply Reply Quote 0
                • kiroK
                  kiro
                  last edited by

                  Hi @Folly @DTEAM et all...

                  One quick request for your gamelists (I'm working on importing them, but also extending some retroscraper functionalities at the same time).

                  In you 'tigerrz' gamelist, there is a tag:

                  	<provider>
                  		<System>Tiger R Zone</System>
                                   ...
                  	</provider>
                  

                  Would it be possible to extend it and add something as:

                  	<provider>
                  		<system>Tiger R Zone</system>
                  		<type>LCD Handheld</type>
                                 ....
                  	</provider>
                  

                  And then add this to all the other gamelists?

                  This would help create the system in the retroscraper DB and also indicate the type. Of course, you can add more tags if you want to, like start year, end year, company, and such.

                  Let me know if it is possible so I wait for this or not.

                  Thanks!

                  F 1 Reply Last reply Reply Quote 0
                  • F
                    Folly @kiro
                    last edited by

                    @kiro

                    Is it only for importing ?
                    Or do other themes require these tags too ?

                    If it is for importing only I suggest we try to replace genre with type and releasedate with year for your import only.
                    If possible, it would be the fastest way.

                    or
                    We could try to make an xml extracting data from mame.
                    I already saw the tag year when using the option -listxml with name.
                    Would that be an option ?

                    kiroK 1 Reply Last reply Reply Quote 0
                    • kiroK
                      kiro @Folly
                      last edited by kiro

                      @Folly It is actually only for importing yes.... just to give a bit more context info to the systems...I'm not sure what's the best approach and if this info is available somewhere already or not..

                      About the mame thing, yes, as long as I can link it back to each gamelist, it's perfectly fine.

                      F 1 Reply Last reply Reply Quote 0
                      • F
                        Folly @kiro
                        last edited by

                        @kiro

                        Would this be good enough :

                        <?xml version="1.0"?>
                        <gameList>
                        	<provider>
                        		<System>Tiger R Zone</System>
                        		<software>Skraper</software>
                        		<database>ScreenScraper.fr</database>
                        		<web>http://www.screenscraper.fr</web>
                        	</provider>
                        	<game>
                        		<path>./rzindy500.zip</path>
                        		<name>Indy 500</name>
                        		<desc>Indy 500 (handheld)</desc>
                        		<image>./media/emulationstation/TigerRZone_Indy500.png</image>
                        		<video>./media/emulationstation/Tiger R-Zone - Indy 500.mp4</video>
                        		<marquee>./media/emulationstation/Tiger R-Zone - Indy 500m.png</marquee>
                        		<rating>0</rating>
                        		<year>1996</year>
                        		<developer>Tiger R-Zone</developer>
                        		<publisher>Tiger R-Zone</publisher>
                        		<type>LCD Handheld</type>
                        		<playcount>4</playcount>
                        		<lastplayed>20221006T104735</lastplayed>
                        	</game>
                        	<game>
                        		<path>./rzbatfor.zip</path>
                        		<name>Batman Forever</name>
                        		<desc>Batman Forever (handheld)</desc>
                        		<image>./media/emulationstation/TigerRZone_Batman Forever.png</image>
                        		<video>./media/emulationstation/R-Zone Batman Forever.mp4</video>
                        		<marquee>./media/emulationstation/TigerRZone_Batman Foreverm.png</marquee>
                        		<rating>0</rating>
                        		<year>1995</year>
                        		<developer>Tiger R-Zone</developer>
                        		<publisher>Tiger R-Zone</publisher>
                        		<type>LCD Handheld</type>
                        		<playcount>1</playcount>
                        		<lastplayed>20221103T153613</lastplayed>
                        	</game>
                        	<game>
                        		<path>./rztoshden.zip</path>
                        		<name>Battle Arena</name>
                        		<desc>Battle Arena (handheld)</desc>
                        		<image>./media/emulationstation/TigerRZone_Tiger R-Zone - BattleArenamToshinden.png</image>
                        		<video>./media/emulationstation/Tiger R-Zone - BattleArena.mp4</video>
                        		<marquee>./media/emulationstation/Tiger R-Zone - BattleArenam.png</marquee>
                        		<rating>0</rating>
                        		<year>1996</year>
                        		<developer>Tiger R-Zone</developer>
                        		<publisher>Tiger R-Zone</publisher>
                        		<type>LCD Handheld</type>
                        		<playcount>2</playcount>
                        		<lastplayed>20221103T153812</lastplayed>
                        	</game>
                        	<game>
                        		<path>./rzindy500.7z</path>
                        		<name>Indy 500</name>
                        		<desc>Indy 500 (handheld)</desc>
                        		<image>./media/emulationstation/TigerRZone_Indy500.png</image>
                        		<video>./media/emulationstation/Tiger R-Zone - Indy 500.mp4</video>
                        		<marquee>./media/emulationstation/Tiger R-Zone - Indy 500m.png</marquee>
                        		<rating>0</rating>
                        		<year>1996</year>
                        		<developer>Tiger R-Zone</developer>
                        		<publisher>Tiger R-Zone</publisher>
                        		<type>LCD Handheld</type>
                        		<playcount>4</playcount>
                        		<lastplayed>20221006T104735</lastplayed>
                        	</game>
                        	<game>
                        		<path>./rzbatfor.7z</path>
                        		<name>Batman Forever</name>
                        		<desc>Batman Forever (handheld)</desc>
                        		<image>./media/emulationstation/TigerRZone_Batman Forever.png</image>
                        		<video>./media/emulationstation/R-Zone Batman Forever.mp4</video>
                        		<marquee>./media/emulationstation/TigerRZone_Batman Foreverm.png</marquee>
                        		<rating>0</rating>
                        		<year>1995</year>
                        		<developer>Tiger R-Zone</developer>
                        		<publisher>Tiger R-Zone</publisher>
                        		<type>LCD Handheld</type>
                        		<playcount>1</playcount>
                        		<lastplayed>20221103T153613</lastplayed>
                        	</game>
                        	<game>
                        		<path>./rztoshden.7z</path>
                        		<name>Battle Arena</name>
                        		<desc>Battle Arena (handheld)</desc>
                        		<image>./media/emulationstation/TigerRZone_Tiger R-Zone - BattleArenamToshinden.png</image>
                        		<video>./media/emulationstation/Tiger R-Zone - BattleArena.mp4</video>
                        		<marquee>./media/emulationstation/Tiger R-Zone - BattleArenam.png</marquee>
                        		<rating>0</rating>
                        		<year>1996</year>
                        		<developer>Tiger R-Zone</developer>
                        		<publisher>Tiger R-Zone</publisher>
                        		<type>LCD Handheld</type>
                        		<playcount>2</playcount>
                        		<lastplayed>20221103T153812</lastplayed>
                        	</game>
                        </gameList>
                        
                        1 Reply Last reply Reply Quote 0
                        • kiroK
                          kiro
                          last edited by

                          The provider bit is good enough (and you actually showed the one I took inspiration from... the only additional tag would be 'type' for the system....

                          I can add these myself but I'm not sure of which types are there or how the systems are called (other than the gamelist directory, which is my working assumption)

                          DTEAMD F 2 Replies Last reply Reply Quote 0
                          • DTEAMD
                            DTEAM @kiro
                            last edited by

                            @Folly

                            I finalized "classich". I have deleted some images because it was a handheld picture over a handheld video (artwork) and it was ugly.
                            8 videos are missing :
                            Chicky Woggy (Table Top)
                            Donkey Kong Jr (Tabletop Coleco)
                            Donkey Kong Jr (Tabletop Nintendo)
                            Hippo Teeth (Sporty)---> missmatch video
                            HotLine (Mini)
                            HotLine (Sporty)
                            Packri Monster
                            Snoopy (Tabletop)

                            F 3 Replies Last reply Reply Quote 1
                            • F
                              Folly @DTEAM
                              last edited by

                              @DTEAM

                              Ok I will have a look when I can.
                              I have been busy with creating a new classich.ini list.
                              Hope I get a good list now as it is quite difficult.

                              DTEAMD 1 Reply Last reply Reply Quote 1
                              • F
                                Folly @kiro
                                last edited by

                                @kiro said in Creating ES gamelists with media for MAME/lr-mess:

                                The provider bit is good enough (and you actually showed the one I took inspiration from... the only additional tag would be 'type' for the system....

                                I can add these myself but I'm not sure of which types are there or how the systems are called (other than the gamelist directory, which is my working assumption)

                                I think not all info is available.
                                And it seems genre isn't always the equivalent for type.
                                We should think about that for a while.

                                kiroK 1 Reply Last reply Reply Quote 0
                                • DTEAMD
                                  DTEAM @Folly
                                  last edited by

                                  @Folly

                                  On TIGER artworks GDrive and KONAMI H artworks GDrive from Matthew Marino, they added more systems. I'll take a look on that too for our list and the last MAME romset .

                                  1 Reply Last reply Reply Quote 1
                                  • kiroK
                                    kiro @Folly
                                    last edited by

                                    @Folly Makes sense, also analyzing next gamelist, apfm1000, first item is called backgamm.7z (or zip does not matter), but I have the impression that the file should be backgamn.7z (or zip, does not matter)...

                                    I cannot find a backgamm.zip rom except for the msx :-)

                                    is it possible to validate?

                                    Thanks!

                                    F 1 Reply Last reply Reply Quote 0
                                    • F
                                      Folly @kiro
                                      last edited by

                                      @kiro

                                      backgamm is correct, did a check :

                                      cat /opt/retropie/emulators/mame/hash/apfm1000.xml |grep back
                                              <software name="backgamm" supported="no">
                                      				<rom name="backgmmn.bin" size="4096" crc="811c6269" sha1="f820334bb6df9b856f54f1957b60a5e70bdd6d7e"/>
                                      

                                      Is also in apfm1000.zip from mame-sl

                                      kiroK 1 Reply Last reply Reply Quote 0
                                      • kiroK
                                        kiro @Folly
                                        last edited by

                                        @Folly ok, I'll double check.. I'll get that mame-sl file, it backgamm.zip was not in the romset from the e-mail...

                                        DTEAMD 1 Reply Last reply Reply Quote 0
                                        • F
                                          Folly @DTEAM
                                          last edited by

                                          @DTEAM said in Creating ES gamelists with media for MAME/lr-mess:

                                          @Folly

                                          I finalized "classich". I have deleted some images because it was a handheld picture over a handheld video (artwork) and it was ugly.

                                          I think we both done a great job !

                                          8 videos are missing :
                                          Chicky Woggy (Table Top)
                                          Donkey Kong Jr (Tabletop Coleco)
                                          Donkey Kong Jr (Tabletop Nintendo)
                                          Hippo Teeth (Sporty)---> missmatch video
                                          HotLine (Mini)
                                          HotLine (Sporty)
                                          Packri Monster
                                          Snoopy (Tabletop)

                                          I saw only 1 missing.
                                          Perhaps I am missing roms.
                                          Will have a look at that.

                                          DTEAMD 1 Reply Last reply Reply Quote 0
                                          • DTEAMD
                                            DTEAM @Folly
                                            last edited by

                                            @Folly

                                            Some are from the madrigal romset

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