Skip to content

Use ruby to Read EXIF info of home photos to sort them into folders by what month they where taken

Notifications You must be signed in to change notification settings

jcoulter/pic_sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pic_sorter is a simple util that will sort my photos based on the EXIF meta-data.

Place your jpegs in the staging directory and run "ruby pic_loader.rb".

It will create a folder for the year and a subfolder for the month associated with the date the photo was taken.

Duplicate file names will have a "z" prepended. 

e.g. 

2010/6/myPhoto.jpg
2010/6/zmyPhoto.jpg


To install exifr on Windows - from CMD:

gem install exifr

About

Use ruby to Read EXIF info of home photos to sort them into folders by what month they where taken

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages