<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Exiftool on Evan Hoffman</title><link>https://evan.wtf/tags/exiftool/</link><description>Recent content in Exiftool on Evan Hoffman</description><generator>Hugo</generator><language>en-US</language><copyright>Evan Hoffman</copyright><lastBuildDate>Fri, 02 Mar 2012 10:01:11 +0000</lastBuildDate><atom:link href="https://evan.wtf/tags/exiftool/index.xml" rel="self" type="application/rss+xml"/><item><title>Reorganizing photos in 1 line with exiftool</title><link>https://evan.wtf/2012/03/02/reorganizing-photos-in-1-line-with-exiftool/</link><pubDate>Fri, 02 Mar 2012 10:01:11 +0000</pubDate><guid>https://evan.wtf/2012/03/02/reorganizing-photos-in-1-line-with-exiftool/</guid><description>&lt;p&gt;A few years ago I wrote &lt;a href="https://evan.wtf/2007/03/28/java-utility-to-reorganize-photos-by-date-taken-via-exif-metadata/"&gt;a utility&lt;/a&gt; in Java to find all JPG files in a directory and move them into a date-based directory structure like /YYYY/MM/DD/ based on the date the photo was taken, extracted from the exif metadata in the file. Well, apparently that was a huge waste of time, as I just discovered that &lt;code&gt;exiftool&lt;/code&gt;, an awesome perl utility I&amp;rsquo;ve used for years to edit/extract the metadata on the command line, can also do this natively. So my entire program can be replaced with this simple command:&lt;/p&gt;</description></item></channel></rss>