Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: rom list with game name and zip name in a flat file  (Read 7465 times)

0 Members and 1 Guest are viewing this topic.

eightbit

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1849
  • Last login:September 07, 2019, 07:38:11 pm
  • My cab is never done...
rom list with game name and zip name in a flat file
« on: October 16, 2003, 02:47:25 pm »
I'm looking for a flat text file that I can use to import into a database that has the game name associated with the rom zip file name. Using mame32 it broadcast the name of the game, I have an application that catches that name and I want to use it to change a LCD panel to show the game marquee and screen shot and directions of the game currently being played. Is there already one out there somewhere?
My statements are my own opinions. They have the value that the reader gives them. My opinion of my opinion varies between foolish and brilliant and these opinions often change with new information.

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:Yesterday at 11:04:07 pm
  • The Bears Still Suck!
Re:rom list with game name and zip name in a flat file
« Reply #1 on: October 16, 2003, 05:19:01 pm »
you use -listxml to get an xml file of mame's info.

eightbit

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1849
  • Last login:September 07, 2019, 07:38:11 pm
  • My cab is never done...
Re:rom list with game name and zip name in a flat file
« Reply #2 on: October 17, 2003, 09:19:58 am »
you use -listxml to get an xml file of mame's info.
Wow, it took a few minutes for my dual 1400 to output that. That doesn't appear to be the information I'm looking for.

All I need is the Name of the game and its associated zip file. I found a file called gamelist.txt at mame.net that I can parse to get the information I need,. but I'm still looking to find a more automated way of keeping it updated.

Don't worry when I get my LCD screen switching marquees to the currently playing game I'll share it with all you guys. The other thing this could do would also be to switch to an instruction screen for the current game or a screenshot, or tile all of those.
My statements are my own opinions. They have the value that the reader gives them. My opinion of my opinion varies between foolish and brilliant and these opinions often change with new information.

u_rebelscum

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3633
  • Last login:April 21, 2010, 03:06:26 pm
  • You rebel scum
    • Mame:Analog+
Re:rom list with game name and zip name in a flat file
« Reply #3 on: October 18, 2003, 12:44:00 am »
you use -listxml to get an xml file of mame's info.
All I need is the Name of the game and its associated zip file. I found a file called gamelist.txt at mame.net that I can parse to get the information I need,. but I'm still looking to find a more automated way of keeping it updated.

"mame -gamelist" to generate the same list.
Robin
Knowledge is Power

SirPoonga

  • Puck'em Up
  • Global Moderator
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 8188
  • Last login:Yesterday at 11:04:07 pm
  • The Bears Still Suck!
Re:rom list with game name and zip name in a flat file
« Reply #4 on: October 18, 2003, 01:23:38 am »
You can derive the data from listinfo/xml.

Doh, I forgot about -listfull

eightbit

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1849
  • Last login:September 07, 2019, 07:38:11 pm
  • My cab is never done...
Re:rom list with game name and zip name in a flat file
« Reply #5 on: October 18, 2003, 09:41:03 pm »
you use -listxml to get an xml file of mame's info.
All I need is the Name of the game and its associated zip file. I found a file called gamelist.txt at mame.net that I can parse to get the information I need,. but I'm still looking to find a more automated way of keeping it updated.
"mame -gamelist" to generate the same list.
That is exactly what I am looking for! Sirp can I output that to a file instead of the screen?
« Last Edit: October 18, 2003, 09:42:08 pm by eightbit »
My statements are my own opinions. They have the value that the reader gives them. My opinion of my opinion varies between foolish and brilliant and these opinions often change with new information.

u_rebelscum

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3633
  • Last login:April 21, 2010, 03:06:26 pm
  • You rebel scum
    • Mame:Analog+
Re:rom list with game name and zip name in a flat file
« Reply #6 on: October 19, 2003, 03:48:17 am »
you use -listxml to get an xml file of mame's info.
All I need is the Name of the game and its associated zip file. I found a file called gamelist.txt at mame.net that I can parse to get the information I need,. but I'm still looking to find a more automated way of keeping it updated.
"mame -gamelist" to generate the same list.
That is exactly what I am looking for! Sirp can I output that to a file instead of the screen?

add ">filename" after; as in: "mame -gamelist >gamelist.txt"
Robin
Knowledge is Power

eightbit

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1849
  • Last login:September 07, 2019, 07:38:11 pm
  • My cab is never done...
Re:rom list with game name and zip name in a flat file
« Reply #7 on: October 19, 2003, 02:55:27 pm »
add ">filename" after; as in: "mame -gamelist >gamelist.txt"
Thats it U-B, thats what I needed to make it easy to update and maintain.

Thanks!
My statements are my own opinions. They have the value that the reader gives them. My opinion of my opinion varies between foolish and brilliant and these opinions often change with new information.