This tool renames the file/directory name on the shooting date of the meta information included in the photo/video. In the default mode, only rename the file name.
The following modules are required.
File::Copy 'move'
Getopt::Long 'GetOptions'
Image::ExifTool
Text::CharWidth 'mbswidth'
rename_by_meta.pl [OPTIONS]
OPTIONS:
-h, --help : this message.
-d, --dry-run : print result, but not execute rename.
-i, --insert : add the shooting date to the beginning of the file name.
-r, --rename-dir : rename directory, too.
-y, --yes : always yes.
Unnecessary.