Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

import-photos

Deduplicates photos and organizes them by date.

Use

import-photos [-c] [-l limit] [-p parallel] [-t] [-v] -d destroot srcroot1 srcroot2...

DEPENDENCIES:

  1. exiftime from the exittags package to get date and time stamp from pictures
  2. ffmpeg to get date and time stamp from video files
  3. gif2png (optional) to convert GIF to PNG files
  4. mdls (optional, included in macOS) to get date stamp from media
  5. openssl to calculate file digests

debian / ubuntu

sudo apt get exiftags ffmpeg gif2png openssl

macOS Homebrew

brew install exiftags ffmpeg gif2png openssl

macOS MacPorts

sudo port install exif ffmpeg gif2png openssl

RHEL / CentOS

sudo yum install exiftags ffmpeg gif2png openssl

About

Deduplicates photos and organizes them by date.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages