1.3.0 • Published 7 years ago

image-organizer v1.3.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Image Organizer Build Status Coverage Status

Simple tool for for image indexing and organization.

The program scans the filesystem for image files and stores information about found images in CouchDB database. It identifies duplicate images using md5 sum and groups them together.

It can also

  • Copy files to target directory, organized by image creation date
  • Remove source file - provided copy exist
  • Place a link to target directory in place where source file was

WARNING

This is still work in progress, use at own risk.

Dependencies

Image organizer requires exiftool to analyze images.

Usage

Install

npm install -g image-organizer

Run

image-organizer <parameters>

Parameters

ShortLongTypeDefaultDescription
-a--addressurl-Database URL
-c--copyflagfalseCopy documents to destination
-r--removeflagfalseRemove Source Files
-l--linksflagfalseCreate Source Links
-u--updateflagfalseUpdate mode
-x--skip-scanflagfalseDisable Scan Mode
-t--targetpath-Target directory
-p--pathsglob[]-Paths to scan
-m--mimepattern[]'image/**Mime types of files to process
-v--verboseflag*0Verbosity mode