Skip to content

Recursive photo renamer based on EXIF timestamp

Notifications You must be signed in to change notification settings

esschul/pictime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Recursive photo renamer based on EXIF timestamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published