Sha256: 76c016e0a2d11591f5aa4f3df291c4d12e6ba02b21d2936b343669755f6d925a

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

# Photoarchiver

I created this gem to do some ultra simple photo organization.  This will read all the photos out of specified directory and rename them into a new directory structure.


## Installation

    gem install photoarchiver

## Usage

Photoarchiver.organize('/Users/you/pics/source', '/Users/you/Pictures')

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## My Workflow

I typically download my photos from my different cameras (canon, iphone, ipad, etc).  Then, I organize them and rename them so I can place them in a folder in DropBox.  I got tired of doing this manually.  I also didn't find another tool (though it may be still out there) that did this in the structure I like.

I wanted a utility that could read all the pictures, recursively, out of the folder I just downloaded from my camera, etc.  Then, I wanted it to take that list and create folders based on the YEAR of the EXIF data of the picture.  Under the year folder I wanted to create folders that had YEAR-MONTH-DAY folders.  Then, place the pictures in the appropriate places.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
photoarchiver-0.0.4 README.md