Keyword using sequential numbering

Started by miksmith, June 12, 2018, 11:17:27 AM

Previous topic - Next topic

miksmith

Hi

Is it possible to keyword a set of files using sequential numbering?

e.g.
abc.jpg
def.jpg
ghi.jpg
jkl.jpg

tagged with

1001
1002
1003
1004

Thanks

mike

Phil Harvey

Hi Mike,

Try this:

exiftool "-subject+<${filesequence;$_+=1001}" DIR

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).