Author Topic: How to hide wheel art that don't have images?  (Read 2124 times)

virtualman

  • Newbie
  • *
  • Posts: 2
    • View Profile
How to hide wheel art that don't have images?
« on: February 21, 2018, 03:26:29 AM »
I have it all setup on Raspberry Pie3, have all artwork setup perfectly.  However there are some files that need to be in same path as rom like bios or +start... i was hoping to have simple filter rule created that could simply hide wheel art that don't have artwork?

Is this even possible?  I can't seem to figure global filter.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: How to hide wheel art that don't have images?
« Reply #1 on: February 21, 2018, 10:17:59 PM »
@virtualman
If you have all artworks present, then take one working artwork file. check resolution and file extension.
use a graphics tool like irfanview with batch conversion, to resize all artwork files to same resolution and file extension.

or don't you have not all artwork files (after scrape artwork by AM itself)?
got this problem with missing marquee files.
I'm not using a RPI (i'm using Windows system), but maybe it helps you.
all my covers are .png
my path to attract.exe is : C:\attract\attract.exe
to figure out, which snes romfile doesn't have a own marquee art in AM scraper folder (just customize to your settings)
then create/copy artwork manually in AM scraper folder.

Create a batch-file with this:
Code: [Select]
@echo off

cd C:\attract\EMU\zsnes\roms
for %%i in (*.smc) do (
if not exist C:\attract\scraper\zsnes\marquee\%%~ni.png echo %%i
)

echo.
pause
« Last Edit: February 21, 2018, 10:29:45 PM by hermine.potter »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM