I hate iPhoto, except for the fact that it imports and organizes by date
August 25, 2013 5:26 PM Subscribe
After years and years of agony, we're quitting iPhoto for OS X. For now, we're using Lyn plus existing cloud backup rather than paying another monthly nut for Dropbox or the like. The only problem is, I like that when iPhoto imports photos, it organized them by year, month and day. I'd like to find a way to replace this functionality -- Apple script, existing software, whatever -- without actually importing them into iPhoto.
I feel you. Every single photo organization program is terrible in different ways.
jhead is a command-line utility (works on OSX, apparently) which can organize photos (the -n option) by date. Something like this invocation will move all the jpgs in the current directory into a file-structure with folders for year, month and day:
jhead -n /Pictures/%Y/%m/%d/%f.jpg *.jpg
posted by BungaDunga at 5:58 PM on August 25, 2013 [1 favorite]
jhead is a command-line utility (works on OSX, apparently) which can organize photos (the -n option) by date. Something like this invocation will move all the jpgs in the current directory into a file-structure with folders for year, month and day:
jhead -n /Pictures/%Y/%m/%d/%f.jpg *.jpg
posted by BungaDunga at 5:58 PM on August 25, 2013 [1 favorite]
This thread is closed to new comments.
posted by phaedon at 5:52 PM on August 25, 2013