Hi,
I have tried es_scrapper with my MAME4ALL full 2270 romset but only a few games where recognized.
I have coded my own gamelist.xml with the help of history.dat and added snapshots for all the games.
You can download http://www.putlocker.com/file/956485A9B34693C5 and unzip the content into mame roms folder ( /home/pi/RetroPie/roms/mame ) by default
The next time you open emulationstation the new content will be shown
Regards
Mapache
-
- Posts: 74
- Joined: Fri May 10, 2013 5:58 pm
Re: RetroPie Gamelist.xml and snapshots for mame full romset
Holy crap. As someone who has been building a bunch of gamelist.xml manually, I really appreciate the (probably HUGE) effort that you took to do this. Thanks very much for posting this!
Re: RetroPie Gamelist.xml and snapshots for mame full romset
Hi! I just copied all the contents of the ZIP inside my mame roms folder, but Emulation Station don't show any images, info or full names instead of roms file name. The only change I can see it's the layout of the page, now the names are shown in the right of the screen.
Any idea?? Thanks!
Any idea?? Thanks!
-
- Posts: 140
- Joined: Sat Jan 18, 2014 5:54 pm
Re: RetroPie Gamelist.xml and snapshots for mame full romset
This is a neat idea, and I was wondering if someone would ever do it. Unfortunately, the images provided are of very low quality compared to what you can obtain from common sources.
BTW, you shouldn't need to build the gamelist.xml or obtain images manually.
Check out this script!
http://www.raspberrypi.org/forum/viewto ... 78&t=70957
(it only takes about 10 minutes including the image downloads, and you'll end up with much better images as well as xml that has been written for your specific roms and paths; and it alphabetizes the list of games too)
@luigui, the xml assumes your mame roms are /home/pi/RetroPie/roms/mame
BTW, you shouldn't need to build the gamelist.xml or obtain images manually.
Check out this script!

http://www.raspberrypi.org/forum/viewto ... 78&t=70957
(it only takes about 10 minutes including the image downloads, and you'll end up with much better images as well as xml that has been written for your specific roms and paths; and it alphabetizes the list of games too)
@luigui, the xml assumes your mame roms are /home/pi/RetroPie/roms/mame
Re: RetroPie Gamelist.xml and snapshots for mame full romset
That's a great script!! I have used it with my mame roms, but the result is the same: no image/info is displayed in ES.
I'm going to describe all the data I have for a sample game, the first in the list, the 005:
In this path "/home/pi/RetroPie/roms/mame" I have this files:
And in the file gamelist.xml, the specific info for the game 005 is:
I restart the raspberry Pi, go to MAME screen, and the list of ROMS it's aligned to the right, but when I'm over the 005 game (or another one), no image is displayed, no info, and no full name of the game 
What I'm doing wrong? I need to activate something in ES?
Thanks!
I'm going to describe all the data I have for a sample game, the first in the list, the 005:
In this path "/home/pi/RetroPie/roms/mame" I have this files:
Code: Select all
-rwxrw-rw- 1 pi pi 884799 Mar 10 19:09 005.png
-rwxrw-rw- 1 pi pi 29390 Aug 25 2012 005.zip
-rw-r--r-- 1 pi pi 638616 Mar 10 21:10 gamelist.xml
Code: Select all
<game>
<path>/home/pi/RetroPie/roms/mame/005.zip</path>
<name>005</name>
<image>/home/pi/RetroPie/roms/mame/005.png</image>
<rating>0.000000</rating>
<userrating>0.000000</userrating>
<timesplayed>0</timesplayed>
<lastplayed>0</lastplayed>
</game>

What I'm doing wrong? I need to activate something in ES?
Thanks!
-
- Posts: 140
- Joined: Sat Jan 18, 2014 5:54 pm
Re: RetroPie Gamelist.xml and snapshots for mame full romset
Did you follow the script instructions exactly?
Are you sure that emulation station is configured to point at that rom directory? (maybe include the relevant snippet of es_systems.cfg in your next post)
Did you make sure that emulation station wasn't already running while you attempted to replace the xml file?
005 isn't the best example because the rom name and actual name are identical, so another example from the xml would be helpful.
Are you sure that emulation station is configured to point at that rom directory? (maybe include the relevant snippet of es_systems.cfg in your next post)
Did you make sure that emulation station wasn't already running while you attempted to replace the xml file?
005 isn't the best example because the rom name and actual name are identical, so another example from the xml would be helpful.
Re: RetroPie Gamelist.xml and snapshots for mame full romset
I did a little app to help update a gamelist.xml file and search for snapshots online to use (top link), on the back of this another took inspiration from my app to build his own version with some extra additions (bottom link)
http://lakeuk.blogspot.co.uk/2014/02/ra ... ropie.html
http://blog.petrockblock.com/forums/top ... -scrapper/

http://lakeuk.blogspot.co.uk/2014/02/ra ... ropie.html
http://blog.petrockblock.com/forums/top ... -scrapper/

Re: RetroPie Gamelist.xml and snapshots for mame full romset
Please could somebody Repost this?
i really would appreciate it.
thanks for your help.
i really would appreciate it.
thanks for your help.
-
- Posts: 6
- Joined: Wed Sep 24, 2014 10:37 am
Re: RetroPie Gamelist.xml and snapshots for mame full romset
PLEASE re post link is bad
Re: RetroPie Gamelist.xml and snapshots for mame full romset
I have the gamelist for MAME and FBA but is all configured to RecalboxOS. If you want to try to port to the other systems, get them on this link. This file has the gamelist and the snaps:
https://mega.co.nz/#!bMBA1KTC!0PGTwvY89 ... zyIb2oUUx8
Steps (Using any Linux distribution):
1 - Extract the gamelist.xml to the folder /root/.emulationstation/gamelists/fba/ and /root/.emulationstation/gamelists/mame (On root partition, using super user privilegies)
2 - Copy the snaps (png files) to the folder /roms/fba/ and /roms/mame/ (On SHARE partition)
https://mega.co.nz/#!bMBA1KTC!0PGTwvY89 ... zyIb2oUUx8
Steps (Using any Linux distribution):
1 - Extract the gamelist.xml to the folder /root/.emulationstation/gamelists/fba/ and /root/.emulationstation/gamelists/mame (On root partition, using super user privilegies)
2 - Copy the snaps (png files) to the folder /roms/fba/ and /roms/mame/ (On SHARE partition)
Re: RetroPie Gamelist.xml and snapshots for mame full romset
Thank you sooooo much!
you are the man!
Shouldn't bother us that it comes from another plattform as long as it works with retropie
Will try it in the evening when i'm home.
you are the man!
Shouldn't bother us that it comes from another plattform as long as it works with retropie

Will try it in the evening when i'm home.
Re: RetroPie Gamelist.xml and snapshots for mame full romset
Hello,
I think that I'm a bit late, but here it is my gamelist.xml reposted:
https://dl.dropboxusercontent.com/u/183 ... melist.xml
Beware that the path of the games is set at "/home/pi/roms/" so you should find&replace with yours.
Regards
I think that I'm a bit late, but here it is my gamelist.xml reposted:
https://dl.dropboxusercontent.com/u/183 ... melist.xml
Beware that the path of the games is set at "/home/pi/roms/" so you should find&replace with yours.
Regards
Re: RetroPie Gamelist.xml and snapshots for mame full romset
Can anybody tell me if there is a way to know the name of the rom's game without having to load it? So you can know what ones you want and do not want to load? I got clrmamepro hoping it would reveal the names of the roms, but I can't see that it does.
Re: RetroPie Gamelist.xml and snapshots for mame full romset
The link is dead, anyone out there could provide a good one ? i'm sure it will help a lot of people....You can download http://www.putlocker.com/file/956485A9B34693C5 and unzip the content into mame roms folder ( /home/pi/RetroPie/roms/mame ) by default
...
Thanks
