Skip to content

isuka/rename_by_meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Rename the media file name to shooting date

Overview

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.

Requirement

The following modules are required.

File::Copy 'move'
Getopt::Long 'GetOptions'
Image::ExifTool
Text::CharWidth 'mbswidth'

Usage

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. 

Installation

Unnecessary.

Licence

MIT

Author

isuka

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages