git clone
cd image-sorter
npm install
- Download exif from the web
- Add path to exif executable in config.json
node index.js --input /path/to/images/ --output /path/to/output/root
The script parses de output of exif for all Images found flat in the input-folder. They will be moved into folders by their creation date.
Imaged created on 2020-07-08 will be sorted in to /path/to/output/2020/07/08/
--executable path/executable
default: "./vendor/Image-ExifTool-12.01/exiftool"
The Path to the Exif executable.
--copy
default: false
If true file will be copied instead of moved