Skip to content

Trivially reorganizes and renames image (JPEG) and some video (AVI, MOV) files based on chronology from metadata

License

Notifications You must be signed in to change notification settings

nrgetik/img_org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

img_org

Trivially organizes and renames some media files chronologically according to creation date/time available in metadata

Usage

Usage: img_org.py [OPTIONS]

Options:
  -s, --source TEXT       Source path  [required]
  -d, --destination TEXT  Destination path  [required]
  -y, --yearly            Organize into yearly subfolders
  -m, --monthly           Organize into monthly subfolders (implies yearly)

Install dependencies

pip-compile --output-file requirements.txt requirements.in
pip -r requirements.txt

External requirements

Phil Harvey's excellent ExifTool

About

Trivially reorganizes and renames image (JPEG) and some video (AVI, MOV) files based on chronology from metadata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages