Skip to content

LukasOchmann/image-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-sorter

install

  1. git clone
  2. cd image-sorter
  3. npm install
  4. Download exif from the web
  5. Add path to exif executable in config.json

usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published