Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
photography:exiftool [2017-01-28 10:47] adminphotography:exiftool [2023-10-26 20:04] (current) – external edit 127.0.0.1
Line 28: Line 28:
     * Add 4 first characters of filename as Keyword (assuming the 4 first characters are the year in which the picture was taken): <code>exiftool "-Keywords+<${filename;$_=substr($_,0,4);s/\..*?$//}" DIR</code>     * Add 4 first characters of filename as Keyword (assuming the 4 first characters are the year in which the picture was taken): <code>exiftool "-Keywords+<${filename;$_=substr($_,0,4);s/\..*?$//}" DIR</code>
     * Remove duplicate Keywords: ((UniqueKeywords is defined in .ExifTool_config))<code>exiftool "-Keywords<UniqueKeywords" DIR</code>      * Remove duplicate Keywords: ((UniqueKeywords is defined in .ExifTool_config))<code>exiftool "-Keywords<UniqueKeywords" DIR</code> 
 +  * Add ''-v0'' (verbose) as parameter to see processed file