ExifTool Forum

General => Metadata => Topic started by: pjwulf on October 26, 2010, 10:00:49 AM

Title: Automating Photo Process
Post by: pjwulf on October 26, 2010, 10:00:49 AM
All -

I am trying to automate a process and I am hoping ExifTool might be my solution. I have outlined below the base process.

I am using a new Sureshot DSC-HX5V with built in GPS and an Eye-Fi wireless SD card to do uploads to the photo management workstation.

Requirements
1. Upload pics from several cameras to individual folders for each camera
2. Sort the photos based on GPS info. Each selection of photos are specific to a location
3. Be able to monitor the folders for new photo uploads.

Thanks in advance for any advice...Pj



Title: Re: Automating Photo Process
Post by: Phil Harvey on October 26, 2010, 11:06:08 AM
The only trick here is sorting by location.  You would need to keep a database of locations and come up with some criteria for deciding which location a picture belongs to, then write this as a script to automate the process.  ExifTool can extract the information and move the files, but your script would need to decide what to call the location.  Then with a standard utility like cron to run the script periodically to check for new images in the upload folder.

- Phil
Title: Re: Automating Photo Process
Post by: pjwulf on October 27, 2010, 09:04:31 AM
Phil-

Thank you for the quick response. I will look into doing as you have advised.

Pj