Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 867 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 867 Bytes

Pictime

http://github.com/heldercorreia/pictime

Recursive photo renamer based on EXIF Date and Time. The program consists of a single Bash script. Tested on Linux only, but should work on every platform supported by exif and Bash.

For usage help, run:

pictime -h

Pictime renames all files with extension jpg, jpeg, JPG and JPEG that contain a valid date and time EXIF record. The new name will have the format yyyymmddhhmmss.jpg. Optionally, the program can find and act upon all photos in all subdirectories. By default, it looks in the current directory only. Warning: the renaming operation always overwrites.

Requirements

  • exif and libexif (http://libexif.sourceforge.net/) - on Ubuntu, simply install the exif package.
  • GNU bash (version 4.2.x) - should be installed by default on Ubuntu.