Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Software to find roms with missing screenshots  (Read 1146 times)

0 Members and 1 Guest are viewing this topic.

markronz

  • We traced the call, and it came from....INSIDE YOUR ARCADE MACHINE!
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:April 12, 2019, 12:03:08 am
  • Game on!
Software to find roms with missing screenshots
« on: November 17, 2008, 08:38:05 am »
I'm trying to find out if there is any software out there that will go through my list of roms, and go through my list of screenshots, compare the two, and tell me what games do not have a matching screenshot.    I've tried searching the forum, but with search words like "screenshots, missing, program" you can imagine, it returns a huge variety of things.

I've tried the Fuzzy Rename program, which is cool for finding screenshots/roms with slightly different names, but I'd like to find something that just tells me what ones do NOT have a matching picture.

Let me know if anyone knows of such a software.

Thanks
-Mark

Barracuda

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 16
  • Last login:October 21, 2010, 05:40:56 pm
Re: Software to find roms with missing screenshots
« Reply #1 on: November 17, 2008, 02:28:48 pm »
Try this folder compare utility I just made.  It will ignore the file extensions.  So...it will look take test.rom in folder a and look for test.* in folder b.

Code: [Select]
@echo off
rem AUTHOR: Joshua Mayer
rem DATE  : 11-17-2008
rem USE   : FolderCompare.bat dirA dirB
rem REFS  : Modified version of a script (DUPLI.CMD) written by Jacopo Lazzari

setlocal ENABLEDELAYEDEXPANSION
Set dirA=%1
Set dirB=%2

for /f "tokens=*" %%a in ('dir /B /O /b /a-d %dirA%') do echo %%~na>>dirA.txt
for /f "tokens=*" %%a in ('dir /B /O /b /a-d %dirB%') do echo %%~na>>dirB.txt

Echo Files that are found in folder %dirA% but NOT in folder %dirB% >AnotinB.txt
Echo. >>AnotinB.txt
find /V /C "get num lines" dirB.txt >numlines.txt
for /f "tokens=3 delims= " %%B in (numlines.txt) do set /A maxnum=%%B

for /F "tokens=* delims= " %%A in (dirA.txt) do (
find /V /C "%%A" dirB.txt >numlines.txt
for /f "tokens=3 delims= " %%B in (numlines.txt) do set /A foundnum=%%B
if %maxnum%==!foundnum! echo %%A >>AnotinB.txt
)
echo ------------------------------------- >>AnotinB.txt
« Last Edit: November 17, 2008, 02:31:00 pm by Barracuda »

MKChamp

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 502
  • Last login:February 07, 2024, 02:45:53 pm
  • Stil around.
Re: Software to find roms with missing screenshots
« Reply #2 on: November 17, 2008, 05:20:00 pm »
You can use this as well...it was originally written to validate all your support files (selected by you) and then to be able to download the missing ones. I've disabled the ability to download the missing files...but you can still use it to validate what you are missing. Pretty simple to use. You can check to validate against your rom set to determinte what files are missing or leave it unchecked and it will tell you all of the missing files...

markronz

  • We traced the call, and it came from....INSIDE YOUR ARCADE MACHINE!
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 821
  • Last login:April 12, 2019, 12:03:08 am
  • Game on!
Re: Software to find roms with missing screenshots
« Reply #3 on: November 17, 2008, 09:16:01 pm »
Thank you both!

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: Software to find roms with missing screenshots
« Reply #4 on: November 18, 2008, 07:59:43 pm »
I thought clrmamepro handled this kind of thing. ?
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.