• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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 61.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.
  • K
    kiro
    last edited by 5 Dec 2022, 09:19

    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 5 Dec 2022, 11:44 Reply Quote 0
    • F
      Folly @kiro
      last edited by 5 Dec 2022, 11:44

      @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 ?

      K 1 Reply Last reply 5 Dec 2022, 11:45 Reply Quote 0
      • K
        kiro @Folly
        last edited by kiro 12 May 2022, 11:46 5 Dec 2022, 11:45

        @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 5 Dec 2022, 13:02 Reply Quote 0
        • F
          Folly @kiro
          last edited by 5 Dec 2022, 13:02

          @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
          • K
            kiro
            last edited by 5 Dec 2022, 13:34

            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)

            D F 2 Replies Last reply 5 Dec 2022, 13:53 Reply Quote 0
            • D
              DTEAM @kiro
              last edited by 5 Dec 2022, 13:53

              @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 5 Dec 2022, 13:56 Reply Quote 1
              • F
                Folly @DTEAM
                last edited by 5 Dec 2022, 13:56

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

                D 1 Reply Last reply 5 Dec 2022, 14:02 Reply Quote 1
                • F
                  Folly @kiro
                  last edited by 5 Dec 2022, 14:00

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

                  K 1 Reply Last reply 5 Dec 2022, 14:14 Reply Quote 0
                  • D
                    DTEAM @Folly
                    last edited by 5 Dec 2022, 14:02

                    @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
                    • K
                      kiro @Folly
                      last edited by 5 Dec 2022, 14:14

                      @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 5 Dec 2022, 15:43 Reply Quote 0
                      • F
                        Folly @kiro
                        last edited by 5 Dec 2022, 15:43

                        @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

                        K 1 Reply Last reply 5 Dec 2022, 15:47 Reply Quote 0
                        • K
                          kiro @Folly
                          last edited by 5 Dec 2022, 15:47

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

                          D 1 Reply Last reply 5 Dec 2022, 17:26 Reply Quote 0
                          • F
                            Folly @DTEAM
                            last edited by 5 Dec 2022, 15:51

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

                            D 1 Reply Last reply 5 Dec 2022, 15:54 Reply Quote 0
                            • D
                              DTEAM @Folly
                              last edited by 5 Dec 2022, 15:54

                              @Folly

                              Some are from the madrigal romset

                              F 1 Reply Last reply 5 Dec 2022, 15:55 Reply Quote 0
                              • F
                                Folly @DTEAM
                                last edited by Folly 12 May 2022, 15:57 5 Dec 2022, 15:55

                                @DTEAM

                                Yes I saw.
                                Well If I have time i will see If I can make video's for them too.

                                Btw.
                                Did you see ?
                                For the new classich.ini there is really a lot of new stuff detected.

                                D 1 Reply Last reply 5 Dec 2022, 16:11 Reply Quote 0
                                • D
                                  DTEAM @Folly
                                  last edited by 5 Dec 2022, 16:11

                                  @Folly
                                  I saw that ... I don't see the end !!!!
                                  I'll start with Tiger and Konami and jump on classich after .
                                  For some classich (like PEngo) i'll try (in the far futur) to do a video with the backgrounds.

                                  1 Reply Last reply Reply Quote 1
                                  • D
                                    DTEAM @kiro
                                    last edited by DTEAM 12 May 2022, 17:28 5 Dec 2022, 17:26

                                    @kiro

                                    It's backgamm for the name and backgmmn.bin for the rom

                                    see here

                                    K 1 Reply Last reply 5 Dec 2022, 17:28 Reply Quote 0
                                    • K
                                      kiro @DTEAM
                                      last edited by 5 Dec 2022, 17:28

                                      @DTEAM thx, I see the software name, but look at the ROM name

                                      D 1 Reply Last reply 5 Dec 2022, 17:29 Reply Quote 0
                                      • D
                                        DTEAM @kiro
                                        last edited by 5 Dec 2022, 17:29

                                        @kiro
                                        See my reedit

                                        K 1 Reply Last reply 5 Dec 2022, 17:30 Reply Quote 0
                                        • K
                                          kiro @DTEAM
                                          last edited by 5 Dec 2022, 17:30

                                          @DTEAM sorry, didn't see that, so does this mean that you should be having as path backgmn.bin in the gamelist? Or am I missing something?

                                          D F 3 Replies Last reply 5 Dec 2022, 17:34 Reply Quote 0
                                          140 out of 201
                                          • First post
                                            140/201
                                            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.

                                            This community forum collects and processes your personal information.
                                            consent.not_received