Aperture 2.14 - Batch Change just disappeared

Well, actually the Batch Change window is missing any and all elements for Batch Changing.
Could I perform a preference file deletion to fix this? A reinstallation?
Thanks in advance.

Thanks. That script helped and it gave me an idea for another way of doing it.
1. Add the offending iPhoto keyword manually to the Keyword HUD (create a top-level keyword iPhoto and create the keyword under it).
2. Create a smart album doing a search for the offending keyword (say, Pets (iPhoto)
3. Create a keyword button set containing both the offending keyword and the new keyword (make sure you know which is ordered first because the buttons will not show the distinction)
4. select all the images in the smart album
5. Add the new desired keyword to all the images
6. Shift-click the offending keyword to remove it from all the images
For reference, the apple script that does the same thing is below (adapted from the script posted in the other thread):
<pre>
tell application "Aperture"
-- set the target to the smart album "Test" at the top level of the library.
tell album "Test" of folder ""
-- get a list of the images in the album.
set x to every image version
-- move through the images one by one, deleting and creating the appropriate keywords
repeat with i from 1 to x's length
tell x's item i
-- Note. if the keyword is top level, then the parents value is "".
-- Note, multiple parents should be in ascending order, for example: "Image type Photo specs" for the Action keyword
delete (every keyword whose name is "Pets" and parents is "iPhoto")
make new keyword with properties {name:"Pets", parents:"Family Personal"}
end tell
end repeat
end tell
end tell
</pre>
G5 Dual 2.5GHz, iMac 2GHz Core Duo   Mac OS X (10.4.6)   Nokia 3650, Nikon D50

Similar Messages

  • You SHOULD be able to apply batch changes just by selecting multiple images

    Don't get me wrong, i love lift/stamp. It's very helpful.
    BUT, I really hate the fact that in Aperture you can't just drag-select a group of images and then either apply adjustments to all of them, or –more often– keywords.
    Why does Aperture keep you from doing this?
    At the very least, you should have the OPTION in PREFS to do this. Or not.

    I'm sorry you are having difficulty.
    It's simple: you select multiple images, right?. One has a thick white border and the others have thin ones. But, even though you have multiple images selected, if you input keywords, or other metadata, or an adjustment from the Inspector, it only applies to the "primary" image.
    There should be an option to have that be the case... OR, if you want, to apply whatever adjustment from the INSPECTOR you choose... and have that be applied to those multiple images.
    "...why would anyone be likely to want to see each single adjustment step applied to a large number of images before settling on the preferred combination?"
    Because everyone's not you.
    I just shot 100+ table tops that were VERY similar lighting / angles / etc. And I needed to comp them out for the client ASAP. The technique I described would've saved me a lot of time. Instead I had to do ONE image of the mini-batches, and then lift/stamp the rest. When it would've been so much easier for me to drag-select the 8, or 15 in a group, and assign them all keywords at the same time, and do some adjustments. Bam. Quicker.
    Oh, and per the "what is the universe" question? You don't have to look any further than Apple's own operating system to see this "crazy" and "unique" technique in action: go to FINDER, select multiple items of folder (drag around them), and then CTRL-Click and choose a label color. Viola! ALL the items become that color.
    Like I said, I'm only suggesting Apple provide the OPTION of working this way. And it IS the norm in most operating system / program environments.
    In fact, watch the Lynda.com vid on Aperture 3: the MetaData portion, the guy drag-selects a bunch of images and says "...now, you'd THINK you could just enter some keywords for these similar images and have them stick... you'd be wrong. You have to use lift/stamp for that. For some odd reason."

  • Aperture Batch Change, Caption to Version

    I need to change a large amount of captions to the version names. The reason for this is so when I export, it will create subfolders titled with the version names. I haven't been able to find an option for subfolders to be labeled as caption names, so this seems like the only option. Does anyone know how to batch change the caption name to the version name? Or for that matter, batch change the version name at all, even if I was to manually type in what I want for multiple versions. Thanks!

    dmandell84 wrote:
    I need to change a large amount of captions to the version names. The reason for this is so when I export, it will create subfolders titled with the version names.
    OK, it is already possible to use the version name in the naming scheme (see *File->Export Versions* +subfolder format+ )
    I haven't been able to find an option for subfolders to be labeled as caption names, so this seems like the only option.
    Now you seem to want the subfolders named after the captions. You're right that isn't an option.
    Does anyone know how to batch change the caption name to the version name? Or for that matter, batch change the version name at all, even if I was to manually type in what I want for multiple versions. Thanks!
    There is no provision in Aperture to copy one piece of Metadata to another. You would need to use an Applescript to do it (make the version name the caption).
    To just batch change the version name see *Metadata->Batch Change*

  • Aperture: How can I batch change one part of a file name

    I have a file name format for my motor sport pictures
    EventNameYear_CarNumber_ImageNumber
    I have just named 600+ images but after publishing the images, I spotted I put the event year as 2014 instead of 2015.
    How can I batch change the year but leave everything else the same? I've been through the batch change options but cannot work it out
    I am on Aperture 3.6, MacBook Pro on Yosemite 10.10.2
    Thanks

    So you renamed the versions in Aperture, the rename was not just done on the export?
    The names could be changed either in Aperture or on the exported files but as was noted it would require a script to do it. Doing the rename on the exported files would be the easiest, Applescript or possibly even Automator or any number of 3rd party apps could handle this rather easily. Name Mangler comes to mind as possibly being able to handle this.

  • How to batch change a date in aperture

    Is it possible to batch change a date in aperture the way I do it in iphoto (command option B)?  I dont want relative dates, I want a group of scanned pictures (negatives) to have the same date, but separated by one second.

    Dale,
    Aperture does not support this. I wrote a little Apple Script to adjust the data and time like iPhoto and posted it on my web page. You may have a look and take this as a starting point. I wrote the script last year; so it has only been tested with Aperture 3.2.4 and Lion, not with the current version: The script is here: Adjust Date and Time in fixed increments
    But no guarantees given for the current Aperture version 3.4.3.
    Regards
    Léonie

  • Batch Change Dates in Aperture

    I want to batch change hundreds of images in 1 event (or project) in Aperture 3 to be timed apart by the time designation I set forth on the batch process. I have easily done this in iPhoto 8 by selecting all the photos, ctrl-clicking "batch change" and changing the date to be set for a given time, and adding 1 minute to each photo.
    I'm building a book by interleaving 2 events of scanned images by their times. It works great in iPhoto, but I can't process the images like I can in Aperture.
    If anyone knows how to batch change dates as in the above procedure, let me know. Thanks.

    I've been using ABFR and ABFA from http://www.publicspace.net/index.html to change thousands of images in the Finder that had incorrect time/date stamps and used ABFR to pre-fix the file names with the correct date stamp. You can also setup a batch droplet based on your settings.
    It was able to grab the camera date, even though the created/modified dates were wrong and correct things.
    May or may not be what you are after, but for batch renaming/adjusting attributes I haven't found anything better.

  • When I download a file I can't find it - ANYWHERE. I have changed settings, destinations, etc. it just disappears. How to fix??

    I had to uninstall my McAfee virus software and when I went to download to reinstall the saved/download file just disappears. I have changed settings per some previous posts, I have tried new destinations on my computer, I have restarted, I have disabled all add-ons, nothing seems to work. I have tried to install a new browser (Google Chrome) just to see if that works but I can't install that either since the download file disappears and I can't install anything! I even ran a search of my C: drive looking for any and all files that I have downloaded in last 2 days and it doesn't find anything. The saves are just going into the abyss! What can I do? How can I fix?

    You mention changing some settings. What were they?
    You could try turning off integrated virus scanning. This assumes that you have real-time virus scanning of files added to the file system via McAfee or another product.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''scan''' and pause while the list is filtered
    (3) Double-click '''browser.download.manager.scanWhenDone''' to toggle its value.
    Besides the obvious -- that this setting points your AV software at the file -- it also marks the file as sourced from the web, which causes Windows to apply certain security restrictions to the file. If you find that this change resolves the issue, the file disappearance might have been due to your IE security settings for the Internet zone.

  • IPhoto batch change

    OSX 10.9.2
    iPhoto 9.5.1
    I want the Title to contain an identifier like DSCN0277 concatinated with a short description. If I use batch change with Filename I get DSCN0277_12617208544_o, which looks bad. What I want is more like "DSCN0277 Green Frog", for example. Is there a way to use the DSCN0277 part as a variable in Text, such as: "variable Green Frog" to change the Title in bach change?

    No. It's just not that flexible. It is in possible in Aperture - pay more get more options.

  • I just lost all my contacts on the ipod2 ...how do I get them back? They just disappeared while I was typing in a new contact.

    I just lost all my contacts on the ipod2 ...how do I get them back? They just disappeared while I was typing in a new contact.  Help!!

    joephilipose,
    If the contacts are still in Address Book on your computer, but just not on the phone, you can tell iTunes to force replace the contacts on your phone with those from your computer. You can do this by going into the Info tab when your iPhone is connected, and checking the Contacts box under the Advanced section at the bottom of the page.
    You may also want to backup your Address Book information as well. It's a good idea to make periodic backups of your contact and calendar information in case information accidentally gets deleted or changed. You can find out how to backup your Address Book data here:
    http://docs.info.apple.com/article.html?path=AddressBook/4.0/en/ad961.html
    To backup your iCal information, follow the steps in this article:
    http://docs.info.apple.com/article.html?path=iCal/3.0/en/9889.html
    Hope this helps,
    Jennifer B.

  • Batch changing Word docs to Pages

    I've been using Word for years, now converting to Pages. In searching for a way to quickly convert all my documents to Pages, I've read posts here and found only advice for handling things one at a time -- though I may have missed a post. But I have found a possible answer, yet not sure of the consequences, so please advise. If you
    1. Click on a document and click on "more info"
    2. Open with option - select Pages. Just below this line are the words, "Use this application to open all documents like this, and the option button, "Change All..."
    So I pick an unimportant file and do this, and receive the message after pressing "Change All":
    "Are you sure you want to change all your Microsoft Word documents to open with the application 'Pages'? This change will apply to all Microsoft Word documents with type W8BN."
    One, I don't have any clue what documents will be included because of the "W8BN," because this is a designation I've never heard of, don't know how it is assigned. It is very specific to whether the document is all text, or who authored it, or does it literally refer to all current Word documents made with the version of Word I have (Microsoft Word X)?
    Until I know this, and the consequences of pressing "Change All," I won't do this. But if this is a truly simple and non-destructive way to batch change, how wonderful!
    To further complicate matters, I need this question answered for Leopard AND Tiger, as my husband is one and I am on the other....
    Thanks in advance,
    Tonia

    Yvan,
    I have downloaded your ForPages:batchWord2Pages.zip to try and convert a group of Word files to Pages. As the script asks, I have saved it as an application bundle. When I drop a folder (or a group of files) onto the saved application bundle Pages opens but then my system gets stuck in a loop. The computer makes a rapid 'bonging' noise (the sort it makes if you click a button by mistake) and then nothing else will work. I cannot force quit anything or use activity monitor to close any tasks. All I can do is hold the power switch to make the computer switch off.
    I have tried this on both my iMac & Mac Book Pro. Both run 10.5.2 and Pages 3.0.2. The same thing happens on both machines.
    Is there something else I need to set in the script before I save it as an application bundle?
    Thanks for any help you can provide
    Darran West

  • How to batch change the standard value of routing

    Dear all,
             I meet a problem, and need you help.
            As you know, we can use T-code "CS20"  to batch change a component's quantity in different Bom by a factor.
           for example:  Component a in Fert. A,  quantity change from 6g x 0.9 = 5.4g
                               Component a in Fert. B,  quantity change from 8g x 0.9 = 7.2g
           now, my question is how to Batch change the standard value in routing. (select by work center)  CA85N can select the value, but seems can not batch change by a factor,
           thanks in advance

    It is not a big task for u prasobh...Just play in CEWB for 5-10 mins you will understand everything....
    If you face any issue let me know..
    For ur information I am also an IBM employee...
    Gobi

  • Can I batch change titles within iPhoto while keeping the original IMG_(4digit) filename/title as PART of the new title?

    Using iPhoto '09/8.1.2 on a MacBookPro, with 40,000+ photo library, having the (apparently common) problem of CD burn errors (with Toast and with Disk Utility) when 2 photos end up having the same underlying filename assigned by the camera.  To try to avoid this, I want to retitle pictures within iPhoto so I can utilize the "use title as filename" option when exporting (because I guess I can't burn CDs from WITHIN iPhoto because of this problem, right?).  I was hoping to create new titles that were a combination of the existing 4 digit filename assigned by the camera, combined with new descriptive text (either date, or event title would be fine), and hoping to save time by using Batch Change (which I've never tried - just seen it mentioned here in perusing discussions).  I've also seen reference to "Automator" (which may be over my head), but again not sure if that can be used within iPhoto to combine existing/new title text.  (Also, I saw mention of a script written by Toad at Toad Hall site, but the link to it was bad - may be over my head, also: never tried a "script" before...)  Thanks in advance!

    No.  Coming out of iPhoto you're limitied to the Title, real file name, Album name or (in the Export window) Text  with or without sequential number.
    However, if you export out with the orignal file name to a folder you can use a file renaming app to add whatever common text to the beginning of the file name so you would get XXXX XXX-IMG 1234.jpg.  Some renamers can remove the IMG bore adding the text at the beginning.
    The app that I use and like best is Name Mangler.  Very powerfull.
    OT

  • Photos in a project have just disappeared!

    Not sure if this problem was there before or after I installed Aperture 3.4.2 (about two hours ago) but in one of my projects a large number of photos have just disappeared.  The ratings remain but all you can see is a black space and the size of the files has been reduced from around 28 MB to just 100kb or so.
    I have all the original photos this partcular project backed up elsewhere but without all the adjustments I made.
    So far this has happened to only one project but I'm a little worried it might be some kind of virus.  Help!

    Oh and by the way I don't have the filter set on the viewer (it says unrated or better).

  • Batch Change Photos' Date - Not Time

    Is there a way to change a bunch of photos' date, but not the time?

    Neil:
    Not in iPhoto. Unfortunately you've go to change the time as well. If there are not too many of them you can do it this way.
    1 - move all that you want to redate to the same date to a new roll.
    2 - in the Finder copy the folder in the Original folder that represents the roll with the files to be redated to the desktop.
    3 - using an application like PhotoInfo batch change the date to whatever you need. It can just add or subtract a specific number of days, months or years to the date as you see fit.
    4 - change the name of the folder and import back into iPhoto.
    5 - delete the original roll of photos with the incorrect date.
    That's about it. It's not too convoluted and can be done. This way the new date will be embedded in the file and stay with it if needed in a new library or other application.
    Do you Twango?

  • IPhoto Batch Change window is not coming up when selected.

    I have been using iPhoto for a couple of years now, and I would consider myself to be an intermediate user of the application. I mention this so that everyone knows that I am not crazy, and simply not doing something wrong. I am trying to perform a batch change of a few images, and when I click on batch change the window with the options will not come up. I made sure I had the latest patches, etc.. I am running the latest OS version, and I am at a loss here. I have tried doing a batch change on a single image, and multiple. I have tried images that I have done batch changes on in the past just to make sure it was not the new image files that were the issue. Nothing works. Please advise...

    Welcome to the Apple Discussions. Log into another account on your Mac and see it you can get it to come up there. Post back with the results. Have you repaired disk permissions lately?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Maybe you are looking for

  • Header not getting  displayed in the next page in the second table

    Dear Experts , I have a query regarding Header not getting  displayed in the next page in the second table of the main window. .Let me elobrate the issue. I have a smartform in which there are  2 tables TABLE 1 and TABLE 2 in the smartform MAIN windo

  • How to present pics from SAP folder?

    Hi, I would like to present a pic that is on the SAP folder (visible via AL11). I want to use logical filename to get the path to that gif. How can I present this pic on the screen? Thanks, Itay

  • How can i create forward and back buttons for a dreamweaver slideshow?

    Hi I am an illustrator attempting to create a website in dreamweaver (basically it will be an online portfolio). I would like to have a box/slideshow with images of my work that someone can browse through by clicking 'next' and 'back' buttons. Does a

  • Alternative data source for EO and VO

    It is usually the requirement to customize the Entity Objects and View Objects so that they can work with data sources different than database schema objects (tables, views,...), some examples are Web Service or Oracle Coherence cache. I have develop

  • My hard disk crash..I lost my adobe software......I need a contact for advice....

    In adobe page I cant get a mail to contact and ask for advice........ I can download all the programs...but I suppose I need a new serial number...... I want the mail of an adobe  person so I can send him all my information and see if something can b