With over 1.5 million users reported at the end of 2005 Flickr is easily one of the most popular photo sharing sites. As a Windows user I use Adobe Photoshop Elements 5.0 to manage my photo library. I chose PSE from a number of photo management suites such as (Google Picasa, Adobe PSE, ACDSee Photo Manager, photools IMatch) due to it's intuitive interface and integration with Yahoo! Maps (new in version 5.0). Naturally I wanted an easy way to upload my photos to Flickr while retaining my tags, descriptions and geocoding information.
This is where my search began for a one-click PSE to Flickr upload solution. The problem can be broken down into three major parts
- Initiate upload of pictures from within PSE
- Write tags, descriptions and geocoding information to pictures
- Upload to Flickr
For uploading I'm using Flickr Uploadr version 2.3 provided by Flickr. I wrote a quick Visual Basic script which scans the directory I exported my pictures to from step 1, corrects for the GPS bug in PSE and then passes the photos via the command line to Flickr Uploadr to upload to my Flickr account. I then click the upload button and I'm done.
So what's missing? Right now my workflow consists of
- Select photos in PSE and select File->Export
- Run my VBS script to fix the GPS metadata bug and send the photos to Flickr Uploadr
- Click upload and wait for the upload to finish
- Delete photos from the export folder
First, a program that monitors a folder for changes and then executes a script when a file is added. I've found two such solutions.
- DirJack java tool on sourceforge
- FlickrMonitr upload tool
Second, a windows command line tool to upload photos to Flickr which can initiate the upload from the command line and signal that the upload has been completed successfully. I have been unable to find such a tool.
Currently I'm left with my 4 step solution for uploading photos from Adobe Photoshop Elements to Flickr. Does anyone know of free windows tools which will solve my remaining two problems? I need a FREE tool to monitor a directory for changes and a command line Flickr uploader.