move pictures by dates and camera

Started by asplundj, July 17, 2018, 11:03:45 AM

Previous topic - Next topic

asplundj

I have a folder with pictures from different cameras. I wonder if it's possible to sort these by first "Camera" taken from exif and then by date. Is this possible?

Phil Harvey

Yes.

exiftool "-directory<DSTDIR/${model;}/${createdate}" -d %Y-%m-%d SRCDIR

- 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 ($).