Mac Help Forums


Reply
Thread Tools Display Modes

Automater workflow to upload image files from compact flash card

 
New Member
Join Date: Jul 2006
Posts: 1
 
      27th July 2006
Hello, I am trying to automate the process of uploading RAW image files from my compact flash cards after a day of shooting. The problem I've run into is that my camera automatically separates the image files into folders on the card. This is what I do manually and what I would like to accomplish in a workflow:

I create a folder with todays date - 07272006
I switch to my compact flash card and copy all the files from each folder into this new folder
I open Adobe Bridge and navigate to the new folder so it can build it's thumbnail cache.

I would like to create a workflow to automate all that, however I am having trouble getting past the fact that all of the image files are in separate folders. I don't that folder structure replicated in the new folder I create. I just want to have all the image files copied into the folder 07272006. Any ideas how I can automate this without duplicating the directory structure that my camera is creating on the compact flash card? Thanks. Mike
 
Reply With Quote
 
 
 
 
Ric Ric is offline
Senior Member
Ric's Avatar
Join Date: May 2004
Posts: 4,260
 
      27th July 2006
Hi Mike and welcome,

off the top of my head I would say that you can do all of this using Aperture and it's Automator Actions...

Do you have Aperture ?

Regards

Ric
 
Reply With Quote
 
Ric Ric is offline
Senior Member
Ric's Avatar
Join Date: May 2004
Posts: 4,260
 
      27th July 2006
Hi there,

I think you may have to do it in two parts...

One:

Code:
set monthname to month of (current date) as text
if monthname = "January" then set monthnum to 1 as text
if monthname = "February" then set monthnum to 2 as text
if monthname = "March" then set monthnum to 3 as text
if monthname = "April" then set monthnum to 4 as text
if monthname = "May" then set monthnum to 5 as text
if monthname = "June" then set monthnum to 6 as text
if monthname = "July" then set monthnum to 7 as text
if monthname = "August" then set monthnum to 8 as text
if monthname = "September" then set monthnum to 9 as text
if monthname = "October" then set monthnum to 10 as text
if monthname = "November" then set monthnum to 11 as text
if monthname = "December" then set monthnum to 12 as text
set daynum to day of (current date) as text
set yearnum to year of (current date) as text

set theName to (monthnum & daynum & yearnum)


tell application "Finder"
	make new folder at desktop with properties {name:theName}
end tell
Copy this into Script Editor...

Applications-->AppleScript-->Script Editor

Then Save it as an Application.

This will create the folder for you !

...thinking of stage two !

regards

Ric
Attached Files
File Type: zip Create Dated Folder.zip (3.8 KB, 74 views)
 
Reply With Quote
 
Ric Ric is offline
Senior Member
Ric's Avatar
Join Date: May 2004
Posts: 4,260
 
      27th July 2006
Hi there,

have a go with the attached workflow...



regards

Ric
Attached Files
File Type: zip Photo workflow.zip (3.1 KB, 59 views)
 
Reply With Quote
 
Member
Join Date: May 2006
Posts: 69
 
      27th July 2006
There's a free app that's made for that kind of thing, which I really like. It even allows you to import the files to two locations at the same time, such as a backup drive.
Check it out, you might like it:
http://www.versiontracker.com/dyn/moreinfo/macosx/29244
 
Reply With Quote
 
Ric Ric is offline
Senior Member
Ric's Avatar
Join Date: May 2004
Posts: 4,260
 
      27th July 2006
...I new I should have cut the grass instead !

;-)

LOL

Regards

Ric
 
Reply With Quote
 
Member
Join Date: May 2006
Posts: 69
 
      27th July 2006
Well, I'm glad you didn't cut the grass 'cause I found your information very useful. I copied it for my own infomation...
 
Reply With Quote
 
Ric Ric is offline
Senior Member
Ric's Avatar
Join Date: May 2004
Posts: 4,260
 
      27th July 2006
No problem ! ;-)

The grass will still be there tomorrow !

I had a quick look at your 'site' earlier, some fantastic photo's !

I'll have a proper look later !

regards

Ric
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Saving photos from Powerbook to Compact Flash Card??? mgrahm@trib.com Mac 3 3rd April 2006 05:09 PM
SanDisk Flash Compact Flash Reader Comments Please. iBallooka UK Macs 10 4th May 2004 03:57 PM
SanDisk Flash Compact Flash Reader Comments Please. iBallooka UK Macs 0 3rd May 2004 07:37 PM
Compact Flash card readers for older Macs Simon Gardner UK Macs 4 22nd December 2003 11:59 PM
Compact Flash card reader for OS X Mike Hutchison UK Macs 6 15th October 2003 02:25 PM


All times are GMT +1. The time now is 02:03 AM.
Mac-Help.com is an independent website and is not affiliated with Apple Inc.


Welcome!
Welcome to the Mac Help Forums
 


Latest Threads
Yikes! Teacher needs help!
Mollyc4627 (5 Hours Ago, 08:57 PM)

Unable to log in to websites
AMonty20 (8 Hours Ago, 05:52 PM)

Add Different Speech Commands
bae_22 (9 Hours Ago, 04:40 PM)

Login (2 macs) passwords spontaniously changed?
Roger Vaught (10 Hours Ago, 03:31 PM)

Best car charger or inverter for Macbook Pro?
imeme87 (10 Hours Ago, 03:22 PM)

 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51