ExifTool Custom Columns

Changelog

  • Better performance when called from Find and Rename commands/panel
  • Files can be included/excluded in/from processing via Opus' wildcard system, instead of just by extension
  • Support for column type double which should be used for all duration type fields (don't use time)
  • Expanded logging. Worth checking if you think something's wrong/slow/stalled
  • Post-processing for some fields for improved compatibility (Quicktime, Long manufacturer model names)
  • A bit of housekeeping under the hood

ColumnExifTool.js.txt 2023-02-28

Things to do after downloading:

  • Adjust the path to exiftool.exe
  • If you have modified column definitions, you need to replace push_back(DefineColumn( with push_back(GetColumnMap( after copying them to the new version
  • If you used the specialExt feature, you need to recreate it as a wildcard. Should be easy, examples are in the script.
4 Likes