Skip to content

Instantly share code, notes, and snippets.

@thebignet
Last active December 28, 2017 19:50
Show Gist options
  • Save thebignet/e926d6ad188c489e67c489d9ef9079c2 to your computer and use it in GitHub Desktop.
Save thebignet/e926d6ad188c489e67c489d9ef9079c2 to your computer and use it in GitHub Desktop.

Copy and sort photos inside Year/Month/Day directory structure

exiftool -v -o $photosWithoutDate/%f%-c.%e -r '-FileName<CreateDate' -d $photosDir/%Y/%m/%d/%%f%%-c.%%e $sourceDir

Remove duplicates from $photosDir

fdupes -r --delete --immediate $photosDir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment