>
on filesystem:
Here
>
within AM:
Don't know to filter it. But there is a trick.
herefor example zsnes and get all games with .jpg artwork (remove games without artwork):
-create collection/romlist. So you get all games (games with and without artwork).
my config:
executable C:\attract\EMU\zsnes\zsnesw.exe
args -m "[romfilename]"
rompath C:\attract\EMU\zsnes\ROMS
romext .smc
-scrape artwork
AM scrape artwork to C:\attract\scraper\zsnes\flyer
if a romfile doesn't have artwork, no artwork-file/.jpg is there.
-modify rompath and romext to artwork-folder and rom extension .jpg:
executable C:\attract\EMU\zsnes\zsnesw.exe
args -m "[romfilename]"
rompath C:\attract\scraper\zsnes\flyer
romext .jpg
-create romlist
you get a list, with all existing .jpg files under C:\attract\scraper\zsnes\flyer (and no games, without artwork/.jpg)
-modify rompath and romext back:
executable C:\attract\EMU\zsnes\zsnesw.exe
args -m "[romfilename]"
rompath C:\attract\EMU\zsnes\ROMS
romext .smc
because of romfilename and artworkfilename are identical, you got a cleaned list (games without existing .jpg artwork).
Note:
if you create collection/romlist again, you will get everything again and have to repeat the steps.