We have a property images now (on both programs and ROMs), which we use to store filenames of images that presumably show the gameplay. The issue, as I see it, is that we don't store those images in this database yet. So the filenames don't really reference anything that people can use.
Two solutions:
- Remove the properties
- Add the images
I'm in favour of the second. I propose we add a directory images to the project's root. In it we add all images using a SHA1 hash over their contents as the filename (but with the original extension of course). Then we reference those new filenames in the images properties.
Unless we wish to preserve the original image filenames for some reason..? I can't really think of one.
We have a property
imagesnow (on both programs and ROMs), which we use to store filenames of images that presumably show the gameplay. The issue, as I see it, is that we don't store those images in this database yet. So the filenames don't really reference anything that people can use.Two solutions:
I'm in favour of the second. I propose we add a directory
imagesto the project's root. In it we add all images using a SHA1 hash over their contents as the filename (but with the original extension of course). Then we reference those new filenames in theimagesproperties.Unless we wish to preserve the original image filenames for some reason..? I can't really think of one.