Caption to file name?

If I could rename the file name using exif data (Caption) my newspaper would be oh so happy. Or rather, I wouldn't have to do it by hand.
Is this even possible? I see nothing in the file naming on export that leads me to using any sort of metadata. I see that Caption appears when exporting metadata. But renaming DSC_0089.jpg to Big Dog at Wedding would be oh so useful.

Ok actually the CR was in the filename but Finder couldn't really display it. Taking out at the CRs is, for me anyway, the way to go.
So this revised script will do that. It will remove any CR from the caption and replace  it with a space.
set oldTid to my text item delimiters
tell application "Aperture"
          set imageSel to (get selection)
          if imageSel is {} then -- no images selected warn
                    display alert "Select at least one version"
          else -- at least one selected
                    repeat with i from 1 to count of imageSel
                              set my text item delimiters to linefeed
                              get ((value of IPTC tag "Caption/Abstract" of item i of imageSel))
                              set foo to text items of result
                              set my text item delimiters to " "
                              set name of item i of imageSel to (foo as string)
                    end repeat
          end if
end tell
set my text item delimiters to oldTid
The new script will also check for at least one image being selected and if there is not it will put up an alert.
All the other characteres in the caption are left alone. If they don;t cause you any problems when the are used in the exported images file name fine. If they do cause problems thay can be removed also.
I don't see your point here? And isn't this a consequence of your script? I don't think I am exactly clear on the difference between what I wanted (Caption-->File Name) and what we have now (Caption-->Version Name, with Aperture renaming the file in the Finder to Version Name).
I suppose I didn't explain myself well. Let me try again.
The caption will name the version and the version name (which is now the caption) will be used to name the file when you export it from Aperture using the filenaming preset Version name.
The problems might arise once the version is exported from Aperture and put into the file system. As you saw when the CR was imbedded in the file name, some characters can cause problems for the file system. The CR was a minor problem but things like slashes, the period and the pipe symbol (|) have special meaning to the file system and to software outside of Aperture and might cause more significant headaches.
Anyway use the new script and see what happens. If you don't run into any problems then it can be left as it is. If you do run into problems the script can be modified to remove those characters also.
regards

Similar Messages

  • Set Caption as File Name?

    Sometimes people send me photos I want in my library, and those images are named with a string of text that would be a suitable caption. I've got a fair number of these images now, and I'd like to know if there is a batch way of changing the caption on those images from being blank to the file name.
    In other words, if I have a bunch of files named "1973 Summer Trip to Las Vegas.jpg", etc., but with no metadata (blank caption, etc.), is there a way to automatically set the captions as the names of the file? I know that it is trivial to rename the file or version, and I'll do that once I've saved the present file name into the caption field.
    Many thanks in advance for you help.

    "tImg" is just a variable holding an image version id. You'll note that it shows up coloured green in Script Editor like other variables.
    "tCap" in that script is a variable used to hold the value we want to put into the caption. So we set it to the name and then set the caption to it.
    A good starting point for getting the AppleScript names of different tags is:
    tell application "Aperture"
    set selectedImages to the selection
    get every IPTC tag of item 1 of selectedImages
    end tell
    Replace 'IPTC' with 'EXIF' to get a list of EXIF tag names, with 'custom' for your own tags you've added plus the timezone names, and 'other' for some other stuff like filename, pixel sizes, main rating etc. Note that in all cases the script will only list the names for tags that apply to the image - so an image with no IPTC data will return no tag names.
    A couple of good places to get started with AppleScript and Aperture:
    http://homepage.mac.com/jlarson7/news/index.html
    http://brettgrossphotography.com/category/mac/applescript
    Ian

  • Captions using file names? (Photoshop Album Starter Edition)

    In Photoshop Album Starter Edition, is it possible to create a slideshow and use the file name (i.e. "Red Sails in the Sunset.jpg")as a caption that is viewed within the slide show segments? If not, is there another Adobe product, possibly Elements, that can do this? Thanks, Van.

    Somewhat related:
    I have used tags to organize my photos, but it seems this will be lost if I ever move to another program (e.g. Picaca - though Adobe was able to import one Picasa tag). My questions:
    1. How can I permanently associate tag-type info with my photos?
    2. Can I use a simple or batch method to use my filenames (which have a lot of info) as captions?

  • How to set Caption from Version Name?

    I am looking for an automated/batch method to write Caption from Version Name for thousands of photos.
    HAVE
    File Name: P1001.RAW
    Version Name: Red apple
    Caption:
    WANT
    File Name: P1001.RAW
    Version Name: Red apple
    Caption: Red apple

    http://homepage.mac.com/jlarson7/metadata/index.html has the following script, which may be closer
    ==============
    tell application "Aperture"
    tell library 1
    tell project "untitled project"
    tell image version "image001"
    --set value of IPTC tag "Caption/Abstract" of image version "Canon 1Ds" to "hello"
    --the above won't work IF the tag doesn't already have a value because the class doesn't exist until it does. Therefore you have to make the class then set its value. See the next tell block.
    end tell
    tell image version "image001"
    make new IPTC tag with properties {name:"Caption/Abstract", value:"hello"}
    --this line will work every time even if a value for the tag exists or not.
    end tell
    end tell
    end tell
    end tell
    ==============

  • When importing photos with iBooks Gallery widget, is anyone aware of a technique for simultaneously importing the photo's description (or jpeg file name) and writing it into the iBook Author caption field for the imported photo?

    When importing photos with the iBooks Author Gallery widget, is anyone aware of a technique for simultaneously importing the photo's description (or jpeg file name) and writing it into the iBook Author caption field for the corresponding imported photo? I have 4,800 stills to import and can't imagine it's necessary to copy and paste the description for each.

    As always, feel free to use the 'Provide iBooks Author Feedback' menu item for features you'd like added in the future, etc.
    http://www.apple.com/feedback/ibooks-author.html
    As for AS, I'm not sure anyone has sniffed iBA's dictionary yet...google is you friend for hot prospects, I'm sure

  • Automatically using a file name as a caption in Adobe Photoshop Elements 8

    Hello!
    I am trying to import a group of photos that have file names which describe the photo. Is there a way for PSE to automatically caption imported images using the file name as a caption?

    Buy PSE9 or wait another month or two and buy PSE10 when it comes out.

  • Using captions (or, hiding file names) for Web Gallery with Aperture 2.0

    Is there a way to add captions to pictures displayed using the Aperture 2.0 web gallery without changing the actual file name? I'd like to keep the file name but add a caption to each photo if possible.
    Thanks

    Hi John
    I'm not making extra versions for this, just using the version name as the name in the web gallery. If you are not already using the version name then it lends itself to web gallery naming nicely. If you are using version names already, perhaps reconsider how necessary this is to you as you are tying up this other potential use.
    My file names all contain a date and index number but I try and use more 'user friendly' version names if part of my final output will be for web galleries. This is good for clients as they don't have complicated names to order, but it's also a cinch to find the files using the search bar in Aperture.
    Hope this helps
    FlatE

  • The Organizer – Using file names as captions in SlideShow

    I am using Vista. 
    I just switched from using ZoomBrowser to The Organizer and I have a collections of thousands of photos. In ZoomBrowser I could show the file names (which I used to describe the slide) at the bottom of the slides during a slide show. I have not found such a feature in The Organizer. Is there one?
    Otherwise, is there a method whereby I can do a batch import of the file names into the captions in the photos in The Organizer? I have the Flash Rename software which I can probably use to place the text of the file names in the Details of the Properties of the photo files.
    Please help,
    CarlosWA

    There is no similar feature in imOvie that I know of.

  • Workflow with images,file names and full captions.

    I am working on my mother's memoirs, which will include a block of photo pages.  Those pages will be laid out by a friend.  I would like to use a contct sheet of some kind as a reference to what is to be included with what caption but am discovering just how difficult PE8 Organizer is to work with.
    First I tried the obvious print contact sheet and discoverd that captions are truncated if they run wider than the image itself.
    Secondly I tried a photo book and found that large images do not automatically resize to fit the picture placeholders. Seemed to pick up full caption but I have too many pictures to manually fit.
    Third I tried a web page output but then captions can't be copy and pasted for inclusion into group caption panels!
    Then it occurred to me that even just a list of file names and captions would be sufficient ... but even that is too much for an Adobe catalog to give up!
    All I want is a reference to images and captions, ideally grouped 4 at a time per page as they will be shown in those picture pages.
    Any suggestions would be welcomed.

    I can see two ways to do what you want.
    The first one is to divide you workflow in two steps. Install the free software FastStone image resizer, which can do a batch to resize and put your caption where you want. Batch process the files in a new folder while renaming them with something like 'old name'+ 'resized'. This is to avoid duplicate names. Import them into the organizer. Create an album with all those files, and put them in the correct printing order. Select all and export 'as new files' renaming them with 'common base name', in original format. That should keep the custom order of your project.
    There are also batch renaming and resizing with the affordable Elements+ add-on, but I suppose the first solution will be easier.

  • Is there a way to drop an image into indesign and then have that file name captioned underneath?

    Hello! I'm looking to help a colleague into streamlining a process. We have to display images full page in an Indesign Document and every time we drop and image onto a page, we then need to edit the caption underneath with the file name. Just wondering if there is a way to automate this process? Any scripts available?

    When you place an image you can turn on the capture function. There are normal and live versions. The normal labeling creates a text as text is, the live version creates a variable which would change if the image or the text in the meta information changes, but it behaves like a single character which causes problems how the text will run in the text frame.
    What is drawn out of the Meta must be set up before in the caption set up option.
    When you drag and drop an image from the finder or from Bridge you can't activate this option.
    BTW I use it a different way which seems to me faster. I assign a shortcut to the labeling command and when I have imported the image, I click this shortcut and in a second step I apply an Object style which will format the text frame including Paragraph style which might be different on a dark or bright photo or upon a graphic.
    Normally I edit all meta information in Adobe Bridge, which is the fastest way to handle it.

  • Captions under thumbnails and file name too

    Is there a way to get captions to show under the thumbnails? The closest thing I can find is to have the properties window open at the bottom right, but then you only see one at a time.
    I'd also like to have the filename appear under each one.
    Are these things possible?

    File Name is possible and easy
    in the Organizer workspace go to the Edit menu > Preferences choose General and then click on the box for Show File Name in Details. Then as long as your thumbnail size is not very small (and you have Show Details checked in the Organizer window) you should see the file name below each thumbnail .
    For caption,
    as you noticed it will show in the Properties. It will also show when you only have a single photo displayed (largest slider size).
    Are you aware that using the Find menu, you can search on the contents of the Caption field? This is not exactly what you requested but I have found it useful at times.

  • Is there a way to sort files in a folder by file name in elements 11?

    When I want to print a contact sheet, I need the files pictures in the file name order. Elements 9 had this feature.

    I have different needs, but I agree the lack of alphanumeric sort should be fixed. In my situation, it would be enough to have an option to automatically sort an album in alphabetical order. I would also like a sort by caption for albums.
    In your case, that is with too many files in folders, the nearest workaround I have found would be:
    - Select the images you need to sort (a folder for instance) and export them without changing names in a new folder.
    - Import the result into the organizer.
    - Select all files in the import batch and assign them a common date stamp.
    Your copies should be shown in file name order, in thumbnail, folder or batch import view. But the date taken will be lost...
    A solution could be to select both the original images and the edited ones, use the 'automatically suggest stacks' based on visual similarity. You won't lose the date information, but at the cost of twice the disk space.

  • File name display

    I could have sworn that I have used a setting in idvd that displays the file name along with the picture in a slideshow. Now I cant find this feature. I'm using idvd 6. Help?
    Chas

    Chas,
    I'm not an iPhoto user, and my comment was based on simple bringing some photos into iDVD from my desktop.
    I just did some experimenting and found that:
    If your images are in an iPhoto album with title and caption information AND IF you bring the images into an iDVD slideshow from the Media>Photos>iPhoto tab, the information IS imported and will show if you have selected to do so by clicking on the Settings button in the slideshow workspace.
    Sorry for the confusion.

  • Removing File Name from Slideshow

    Using CS4 I create a slideshow to embed in a webpage as a photo gallery. How do i Disable the display of a file name under each picture? I have tried to insert captions and everything I can see to try but the file name still appears and no captions show up??

    Which Slideshow preset are you using?
    h

  • How can I Bulk add file name to picture

    I want to add the file name to the picture, so that when people look at the picture the file name is embedded into the picture.
    I have done some research on this top and have found some mention of tools that people have build to do this and indeed many different things I suppose.
    Im using PSE 10. Windows 7 Prof.  From what I understand, I cant build tools because my version eg Elements is not full blown. But if people have build something to do this I can then add it to my software and it will function for me.
    While in full, quick or even guided there appears to be an option under File/Automation Tools. This appears to be what I need.
    Can anyone tell me where this add on is and how to use it, I cant seem to find it and I really dont know if it will work with PSE 10. Many of the refrences I have seen seem to be for earlier version.
    Perhaps there is an easier way ??
    Thanks

    Good question.
    Basically what I want is the name of the photo name actually in the photo.  I have 400 pictues, I want to put them into a digital picture frame, and I want each picture to be display with the name of the pictures eg. Florida 2012.jpg and Grand Canyon.jpg. Of course I dont need the .jpg extention. But If it is there I can live with it. Im not sure if the Caption option in photoshop elements  can be exported so that the caption is hard wired into the picture. maybe it is. HOWEVER, what I dont want to do is go through 400 pictures and type in the caption for each pictures, if this option is available. It would be nice if the utility copyed the fild name into the caption, if you  could save it with the caption name, but I think Im asking too much.
    Anyway basically I want the file name build into the  photo how ever this could be done in a bulk mode.
    Is that  a lttle clearer. Here is an examle worth a 1000 words.
    BTW I did an experiment and if you put the name in the caption line of the photo. It does not get exported with the file name in the picture. ( which I would asume since not many want the name in the photo, ) Although maybe there is some option that can be turned on to do this ??
    Regards

Maybe you are looking for

  • Ecatt: how to test the creation of a purchase requisistion (ME51N)

    Hello ecatt-experts, I have some questions concerning the creation of a purchase requisition with ecatt: - is it possible to use TCD recording instead of sapgui recording for ME51N ? (as far as I've seen it's not possible with TCD as I didn't get bac

  • Creating an xml file - urgent

    hi ! i want to create an xml file frim hierarchical data (n depth) . please advise me how to create xml file using dom and how to write dom elements to disk...

  • To load material classification from SAP R/3 to BI 7.0

    Hi, Theres a requirement at my end to load material classification data (data that u get to see in MM03 in the 'Classification' tab for a material) from R/3 to Bi 7.0 I did see a few threads on this; tried it out; in vain. Can someone please forward

  • Changing title of invited event

    It is natural for people who use iCal to invite me to a personal meeting to give the event my name as a title. Likewise, it is natural for me to make the title of the event their name. Unfortunately, as the invitee, iCal does not appear to let me cha

  • Unable to connect to a Wireless Printer (Printer always Offline)

    Hi, please help me. I am desperate now, even though I feel very happy at first when I purchase my macbook air. My computer: 1. 13.3" macbook air with latest OSX Lion installed. 2. 12" Acer notebook with Windows 7 installed. My wireless router: 1. Lin