ExifTool Forum

ExifTool => Newbies => Topic started by: Tommes on December 30, 2020, 01:26:08 PM

Title: Progress Bar
Post by: Tommes on December 30, 2020, 01:26:08 PM
I'm starting the exif tool in my Synology NAS.
When I rename many photos it would be kind to see the progress.

Is there anything in this direction?
Title: Re: Progress Bar
Post by: StarGeek on December 30, 2020, 03:30:20 PM
There's no bar, but you can get a running count of affected files with the -progress option (https://exiftool.org/exiftool_pod.html#progress-:-TITLE).
Title: Re: Progress Bar
Post by: Phil Harvey on December 31, 2020, 07:40:53 AM
For a progress bar, use -progress:%30b

This gives you a progress bar of width 30 characters in the window title bar.

- Phil