-progress CommandLine-Switch of v12.60

Started by Magnificent, April 08, 2023, 05:58:28 PM

Previous topic - Next topic

Magnificent

Dear all,
at the Windows command prompt I used to execute
exiftool.exe -charset filename=latin "-progress:%f" -validate -ext jpg -r "D:\Pictures\2023" >log.txt
which nicely showed me the filename being processed in the title bar of the window.
With v12.60 I now get this (perl) warning message
Use of uninitialized value $progressNext in numeric ge (>=) at script/exiftool line 1952However, the files are processed and the title bar is updated correctly.
Can someone please check/give advise on that?
Thanks in advance!

Phil Harvey

Great, thanks for this report!

This bug was introduced with a new feature that was added to the -progress option, and will be fixed in the next release.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Magnificent

Thank you Phil for your fast answer. Looking forward to the next release!

Magnificent

Just tested v12.61 - bug seems to be fixed - thanks again!

Phil Harvey

...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).