It appears that mame saves now screenshots in a folder named by the rom's name. So I would have 2 questions about it if you please:
- Is there an utility to transform your "old" screenshot folder into the new format?
Thanks very much,
I wrote a program that does what you're asking, I think.
It was written to prep screenshots for the xbox, but I believe it'll do what you're asking for. Does the screenshot get renamed when it's inside the folder?
on the xbox, screenshots are set up like this:
d:\emulator\screenshots\[NAME OF ROM]\0001.png
d:\emulator\screenshots\[NAME OF ROM]\0002.png
d:\emulator\screenshots\[NAME OF ROM]\0003.png
etc.
This allows the emulator to look in 1 folder and cycle through all the screenshots.
The program is here:
http://xbox.nugnugnug.com/index.php?name=UpDownload&req=viewdownloaddetails&lid=97There are other renaming tools there as well in case this one doesn't work for you, or you don't do DOS.
The program will do the following steps:
1) locate a romname.zip filename
2) see if there is a .png file with the same filename
3) if both exist, it'll create a folder with the same name as the filename
4) move the .png file into that folder
5) rename the .png as 0001.png
The ROMs are only needed to match up screenshots to ROM names. They aren't modified, deleted or touched in any way.
You can override the filename that it gets renamed to, but I don't have an option to not rename the file at all. (I could easily add this if you need it)
-jeff!