Le 16/12/2016 à 10:43, Adrien le Maire a écrit :

I want to import pictures from my camera in the following sub directory naming pattern : $(EXIF_YEAR)/$(EXIF_MONTH)/$(EXIF_DAY)

I would do something like

exiftool "-FileName<DateTimeOriginal" -d %Y/%m/%d/%%f.%%e *JPG


I like to have time and date encoded in name, so this variant will rename and move files, keeping original name at end:

exiftool "-FileName<DateTimeOriginal" -d %Y/%m/%d/%Y-%m-%d_%H.%M.%S_%%f.%%e *JPG


Always works, no speed issue.

Regards.

--
Stéphane Gourichon


____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to [email protected]

Reply via email to