Skip to content

Move images into a year/month/day directory structure

License

Notifications You must be signed in to change notification settings

Moredread/datedirs.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

datedirs.py

Move images (photos) into a year/month/day directory structure based on exif information.

It finds all *.jpg images in a given directory and moves them into a $BASE/$YEAR/$MONTH/$DAY/ directory structure (the $BASE is hardcoded). Any missing directores is created as needed. Any file that has the same base name as the image but a differen suffix (e.g. a .txt or .md file with notes about the image or the camera raw format of the image) is moved along with the image.

About

Move images into a year/month/day directory structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%