

New DefineColumn('Composite', 'SubSecDateTimeOriginal', 'SSDTO', 'SSDTO', 'SSDTO', '', '', 'datetime'), group, tag, name, label, header, defaultValue, justify, type defaultValue: value, if no tag is found via ExifTool (optional) justify: like Opus standard for columns (optional) name, label, header: adjust to your preferences (optional) group, tag: reference for ExifTool (mandatory)

Make sure there is no comma in the last line before the closing bracket. Set to false if you don't want any logging Var log = true // - Adjust to your preferences. Var maxCacheAge = 60 // Rebuild cache if older than. Var cacheFolder = fsu.Resolve('/profile\\ExifToolCache') // - Adjust to your preferences Var exeExifTool = fsu.Resolve('/bin\\exiftool\\exiftool.exe') // - Adjust to your system Var wsh = new ActiveXObject('WScript.Shell') Var fso = new ActiveXObject('Scripting.FileSystemObject')

JScript var cmd = DOpus.Create().Command() The custom columns can be formatted as dates and numbers which makes sorting, grouping, renaming etc. It's designed for speed and comes with a few helper buttons that make it convenient and easy to use. This script add-in generates custom columns showing metadata provided by ExifTool.
