Skip to content

Instantly share code, notes, and snippets.

@paultheman
Last active June 17, 2024 18:21
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 -d "%Y%m%d_CUSTOMNAME_%%.3nc.%%e" "-Filename<CreateDate" -o Renamed/ .
Dry-run (use without -o)
exiftool -d "%Y%m%d_CUSTOMNAME_%%.3nc.%%e" "-testname<CreateDate" -o Renamed/ .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment