Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 684 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 684 Bytes

Exifdater

Runs through a folder and prepends all photo filenames with its taken date and time according to the Exif data. The heavy lifting is done by the exifr gem. This is just a hitch for it.

Setup

Need to add the execute bit permission:

$ chmod +x exifdater.rb

Usage

$ exifdater.rb path/to/photos

Requirements

EXIF Reader. If you don't have the gem, install it.

gem install exifr

License

BSD 3-Clause License.

Health check

Maintainability