So I have a file with multiple errors that are displayed in Exiftool GUI in the all tab. Whenever I try to print the errors with just the console application I only get the first one. I've tried exiftool -error filename and only the first error that was shown in the GUI appears. How do I get the console to print the same errorlist that the GUI prints.
Try adding the -a option.
- Phil
Thanks. I just caught that and tested it right before reading this post. :)