Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdrussell/imagesorter

Sorts images into directories based on the EXIF date taken if available. Failing that, uses the file name instead. Failing that, uses the system last modified dates instead.
https://github.com/cdrussell/imagesorter

Last synced: about 2 months ago
JSON representation

Sorts images into directories based on the EXIF date taken if available. Failing that, uses the file name instead. Failing that, uses the system last modified dates instead.

Awesome Lists containing this project

README

        

ImageSorter
===========

NOT YET READY FOR PUBLIC CONSUMPTION!! USE AT YOUR OWN RISK!

Sorts images into directories based on the EXIF date taken if available.
Failing that, uses the date if it is in the filename (yyyy-MM-dd format only at the moment).
Failing that, uses the system last modified date instead.

Setup your input directory (where your loose, unstructured images live) and the output directory in the config.properties file.

Check out the wiki for a fuller "getting started" guide.