Photo sorter
I finished an EXIF-based image sorting script (in python). It’s rather trivial. It takes two folders as parameters. It reads all images from the first folder and moves them to the second folder, sorted into folders by year and then month, and then renamed all according to the date the picture was taken (from the EXIF data).
It handles things like discarding exact duplicate images (by comparing checksums) and handling images with the same time stamped on them, but that are different pictures.
It’s really nothing special, but I’m including it here for anyone looking for an example of anything like this.
Lynn downloads our pictures from the camera to our image server, then runs a script (via a shortcut on her desktop that runs an ssh command) which does the sorting.