Flickr Uploader Folder Action for OSX

A couple of months ago I had the idea that it would be possible to use the OSX Finder to automatically (or "automagically," as the old Sysadmin term went) upload photos to Flickr when my camera was attached to my Mac, with no involvement from me. The logic went like this:


  • Flickr can get uploads from a UNIX command line
  • AppleScript can issue UNIX commands
  • the Mac Finder can automatically execute AppleScripts when a new object appears in a folder (a Folder Action)
  • Folders are created in the /Volumes directory whenever a new volume--such as my camera--is mounted

This chain of reasoning led me to calling on Josh Ellithorpe, who I asked to stitch together the Apple sample backup Folder Action to the Folder Action that fspiers, a Flickr user had put together.

Here's the standalone script, which does the same thing as the folder action, but without having to be invoked as a folder action, and here's the folder action.

It's still a rough proof of concept, but it works.

Here are Josh's instructions for installation:


property flickrmedia : "Flickr Media"
property subdir : "DCIM"
property eject_when_done : true
property emailaddy : "quest@mac.com"
property thepass : "YOURPASS"

flickrmedia - the name a folder in your Application Support directory. This is where you put an alias to the memorysticks or drives you want to auto upload.

subdir - on my camera it puts everything in DCIM... so
/Volumes/MEMORYSTICK/DCIM/Photodir1/photo.jpg. I figured yours would
have a similar layout, if not the exact same folder name.

[in my case it's /Volumes/SANDISK/DCIM/100PENTX/photo.jpg --mk]

The other options are painfully obvious.

Ok, so for my setup this is how everything works. Create the folder "Flickr Media" in "/Users/YOURUSER/Library/Application Support/". Inside that folder put an alias to any drive you wish to upload on mount. This is exactly how the Backup script works but not in your homedir which I thought was bad design.

The standalone is simple. If the alias is in your flickrmedia folder then you mount it (hookup the camera) and double click the file. Then it searches your memorystick/drive for /Volumes/MEMORYSTICK/SUBDIR where subdir is the folder you define in the applescript. So in my case it was /Volumes/Untitled/DCIM/. Then it lists the files in all folders in that subdir, my cam has many folders. Then it uploads them, and displays a dialog saying how many files it uploaded. Then the disk gets ejected if you set eject_when_done to true.

The folder action is installed exactly like the backup script.

The script is definitely a first generation pre-alpha thing. It doesn't tell you how much has been updated, it doesn't keep track of what's been updated and what hasn't, the Finder pretty much freezes while it's running (which can be quite a while) and, in general, it's not Flickr Uploadr, but if the goal is to experiment with making transparent technology--and that's what this is--it works.

So go and use this in health.

No TrackBacks

TrackBack URL: http://orangecone.com/cgi-bin/mt/mt-tb.cgi/127

Ads

Archives

ThingM

A device studio that lives at the intersections of ubiquitous computing, ambient intelligence, industrial design and materials science.

The Smart Furniture Manifesto

Giant poster, suitable for framing! (300K PDF)
Full text and explanation

Recent Photos (from Flickr)

Smart Things: Ubiquitous Computing User Experience Design

By me!
ISBN: 0123748992
Published in September 2010
Available from Amazon

Observing the User Experience: a practitioner's guide to user research

By me!
ISBN: 1558609237
Published April 2003
Available from Amazon

About this Entry

This page contains a single entry by Mike Kuniavsky published on February 11, 2005 2:18 PM.

Ubicomp vs. The Web was the previous entry in this blog.

User Experience in Pervasive Computing is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.