What should I add to the PostProcessing.bat to get WizImageGrabber to run after a show is recorded? I tried 'WizImageGrabber %1' but that didn't work. I looked at the readme, but it wasn't clear to me. Thanks.
WizImageGrabber [[/option:value] [/option2:value2]]
WHERE:
Option:Value combinations are:
/noconsole
Do not output to console, logfile only. /Batch
Run batch mode with default settings.
/CreatePlaceholders:(true/false)
Create image placeholder files if image not found
/ForcePlaceholderRefresh:(-1 thru 99) number of days
Refresh any placeholder images that are over x days old.
/File:FileName
File name to lookup, useful in post processing.
/Genres:"Action;Movie;Sports;"
From 1 to many Genres to limit processing to. Delimited by ';'
/Help
Show this help Screen.
NOTE: Default values retrieved from config file (WizImageGrabber.xml)
So, in post processing you would
WizImageGrabber /File:%1
or
WizImageGrabber /File:"%~f1"