ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: Magnificent on April 08, 2023, 05:58:28 PM

Title: -progress CommandLine-Switch of v12.60
Post by: Magnificent on April 08, 2023, 05:58:28 PM
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!
Title: Re: -progress CommandLine-Switch of v12.60
Post by: Phil Harvey on April 08, 2023, 06:14:54 PM
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
Title: Re: -progress CommandLine-Switch of v12.60
Post by: Magnificent on April 08, 2023, 06:27:08 PM
Thank you Phil for your fast answer. Looking forward to the next release!
Title: Re: -progress CommandLine-Switch of v12.60
Post by: Magnificent on April 25, 2023, 02:02:14 AM
Just tested v12.61 - bug seems to be fixed - thanks again!
Title: Re: -progress CommandLine-Switch of v12.60
Post by: Phil Harvey on April 25, 2023, 06:44:11 AM
Great!