alistairphillips.com

I’m : a web and mobile developer based in the Australia.


Moving from iPhoto to Dropbox

It's a geek thing but I like knowing that I'm in control of my digital paraphernalia which usually sees me going about things in a slightly more complex manner to achieve the result I want. While iPhoto works well with importing pictures from my iPhone, and has generally served me well, I've read enough horror stories about corrupt iPhoto databases that finally pushed me to look into alternative workflows. What more control could I ask for than storing my images within the filesystem and being sync'd with Dropbox?

Federico did just that in his post but I've expanded upon the Hazel rules in his post and have ended up with a set of rules that I think work quite well. Images or videos come into Dropbox\Camera Uploads (be they individual files or files within subfolders) where they're sent off to the root of Dropbox\Photos to be swiftly placed into a folder structure of YYYY\MM - Month\ (i.e 2014\01 - January). The year folders are created as needed so there's nothing left to do after setting up these rules.

My hazel rules work on two folders within Dropbox (Camera Uploads and Photos) and total three rules.

Camera Uploads

This folder is used as the main input as Dropbox will upload to here when importing on iOS or Mac. This rule will allow us to deal with images that are stored in subfolders as without it you'll need to ensure that all image files are in the root of this folder.

Camera Uploads - Run rules on folder contents

This rule will move any images or movies from the Camera Uploads folder to the root of Photos where the next rule will take over.

Camera Uploads - Move to Photos for sorting

Photos

Our last rule does the work of moving our media into folders based on the created date.

Photos - Overview

We "Sort into subfolder" based on YYYY from the created date

Photos - Date format for action 1

and then into a subfolder under YYY called MM - Month

Photos - Date format for action 2