Skip to content

Instantly share code, notes, and snippets.

@paultheman
Last active August 11, 2024 13:56
Show Gist options
  • Save paultheman/f53f8d0d3006f89bd46f3caf232a2446 to your computer and use it in GitHub Desktop.
Save paultheman/f53f8d0d3006f89bd46f3caf232a2446 to your computer and use it in GitHub Desktop.
Rename files with exiftool
exiftool -fileOrder datetimeoriginal -d "%Y%m%d_CUSTOMNAME_%%.3nc.%%e" "-Filename<DateTimeOriginal" -o Renamed/ .
Dry-run
exiftool -fileOrder datetimeoriginal -d "%Y%m%d_CUSTOMNAME_%%.3nc.%%e" "-testname<DateTimeOriginal" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment