Additional information is being added to the description field in iPhoto

Hi all
I have an Events file in iPhoto for Aircraft I have taken photographs of.   They are stored in 'registration order - ( eg. A-ABCD - Z-EFGH, etc.)    To each photograph I have added a description in the 'description field ' which includes make, model, construction number, owner and where seen including flight information.    When I had about 200 photographs I noted information from one photograph had been added to many of the others.    In due course I deleted the additional information,  leaving just the information I originally entered.   Now I have over 900 photographs and this problem has arisen again.   On many of the photographs information added to a particular aircraft has been added to many of the others - added not over written.   In some instances information from two aircraft has been added.
Obviously I can go through each photograph and delete the additional information but this will take time.   Can anyone offer advice as to why this is happening and how can I ensure it does not repeat again.   I have many more photographs to add to the Aircraft folder but I am reluctant to do so until I can prevent recurrence.
TIA
Regards
Bill

I would try rebuild iPhoto.
Option 1
Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
If that fails:
Option 2
Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
Regards
TD

Similar Messages

  • I have used the "description" spot in iPhoto for in-depth additional information for photos of my ancestors. Now I am wanting to know if there is a way to print the photos along with the descriptions; either photo by photo, or maybe more than one per page

    I have used the "description" spot in iPhoto for in-depth additional information for photos of my ancestors. Now I am wanting to know if there is a way to print the photos along with the descriptions; either photo by photo, or maybe more than one per page, or possibly in some sort of booklet format. Thank you very much.

    You can make a Book and have a photo on one side and your text description on the other.

  • You recently submitted documents to Additional information is required to complete the submission

    Hi
    When a user upload a document to Dropoflibrary and checkedout he  keep receving email from sharepoint and  how to stop it ?
    You recently submitted documents to mywebapp1. Additional information is required to complete the submission. Follow the link below to enter the required information.
    To see the list of documents that could not be routed:
    http://10.131.0.20/sites/mywebapp1/DropOffLibrary
    adil

    Hi Adil,
    According to your description, my understanding is that the user want to stop the email alerts.
    Per my knowledge, the emails are sent from the Content Organizer settings. The Content Organizer settings are configured to send an email message to rule managers when one or both of the following conditions are true.
    http://support.microsoft.com/kb/2833899
    I recommend to check if the two options are checked in Content Organizer settings in the Site settings of the mywebapp1 site.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • You recently submitted documents to webapp1. Additional information is required to complete the submission.

    Hi
    users are uploading documents to drop of library
    i configured content organizer to sharepoint document library
    and every day night i received below email from this web applicaton to me ( i am the administrator of webapp1)
    From : webapp1 <[email protected]>
     You recently submitted documents to webapp1. Additional information is required to complete the submission. Follow the link below to enter the required information.
    To see the list of documents that could not be routed:
    http://webapp1/DropOffLibrary
    adil

    2 reason why you would receive this email.
    1. You have set alert or someone else has set alerts on this library
    2. Access request setting in site permission

  • How can I clear the description field of ALL my bookmarks at once?

    Hello,
    I would like to clear the description field of all my bookmarks. To do this manually would be horrible. Is there some tool that can do it? Or is there some trick to edit the sqlite file?
    Also I'd be interested how I can stop Firefox from filling the description field when adding a new bookmark.
    Thank you in advance
    using Firefox 3.6.13 on Windows XP SP3

    Same poster asked same question and received answer on the Mozillazine forum: http://forums.mozillazine.org/viewtopic.php?f=38&t=2057513
    <br />
    '''foxfrog: Other issues that need your attention'''
    The information submitted with your question indicates that you have out of date plugins with known security and stability issues that should be updated. To see the plugins submitted with your question, click "More system details..." to the right of your original question post.
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    #'''Check your plugin versions''': http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox

  • Pasring multiple fields into the Description field with a carriage return between each in Orchestrator

    I have a Service Request that is entered in through the Self Service Portal.  This service request has 4 different prompts in the Request Offering.
    This will actually eventually become a Change Management Request.
    What I would like to do, is grab the 4 User Inputs, and place them in the Description field of the Change Management Request.  I can get them to show up in the Description, however, I would like to be able to add a carriage return between each User
    Input (along with a description of what's being put in).  How can I do that?
    Right now, it looks like this Username: Name Manager: Manager
    Start Date: Start Date Needs Mail?: Y or N
    I want it to look like this:
    Username: Name
    Manager: Manager
    Start Date: Start Date
    Needs Mail?: Y or N

    Thank you.  This is what I was looking for.
    For those figuring out what to do:
    Add the Run .Net Script command to your Runbook.
    Under Details, selec PowerShell for the Type, and in the Script $Desc = "Username:
    Username field from the Published Data" + "`n" + "Manager: Manager field from the Published Data" + "`n" + "Start Date:
    Start Date field from the Published Data" + "`n" + "Needs Mail:
    Needs Mail field from the Published Data"
    ($Desc is just the variable I used, and can be whatever you want)
    Under Published Data, Add the field you want to output and make the Variable name what you used above without the $
    Then do Update Object and Update the Description with the published data from your PowerShell Command.
    I do this, and my data is passed successfully and it shows up in my notifications, however the carriage returns are not there. It looks the same as it did before I added the powershell right before Update Object. 
    ? Anybody else not getting this to work ? 

  • Is there a way to display again the description field by clicking on the gold star near the url (useful to type memos about this site)?

    In the previous versions of Firefox, when you click on the star near the url, you can add this website on your favorites. Another click and you can edit some fields about this bookmark, like the url, the folder, etc...
    But with FF17, the Description field is no longer there. You can only find it when managing your bookmarks, that is not really user friendly.
    Is there a way to add again the description field when clicking on the gold star? It's very useful for adding notes about this website, and it's also synch with addins like Xmarks

    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #editBMPanel_descriptionRow { visibility: visible !important; }
    </nowiki></pre>

  • IOS 8: The textbox to change the description field of the iCloud email account no longer exists

    The textbox to change the description of the iCloud email account that existed in all previous versions of iOS, and is available for all other types of email accounts under iOS 8, appears to have been removed.  Without this textbox, it is not possible to change the default description of "iCould", or to change a description that was set with a previous version of iOS.  The description field still exists, as the value that I set on a previous version of iOS is still being used by some of my iOS devices, but there is currently no way to change it via the current iOS 8 UI.  The description field is available to change for all other kinds of email accounts.

    Confimed.  And I hope they put it back soon.
    I used an iCloud backup to transfer everything on my iPhone 5s to my iPhone 6.  The (modified) description for my iCloud account transferred and appears the way I want it to appear on my iPhone 6.  However, it cannot be changed.
    Alternatively, I also have a new iPad Air 2 that I set up as a completely new iPad (i.e. I did not transfer anything from an older iPad).  The iPad shows the description for my iCloud account as the default: "iCloud."  It, too, cannot be changed.
    True, this is only a minor annoyance, but it would be less of an issue if Apple had not removed a feature that previously existed in iOS 7.
    I'm not sure if the removal was intentional or unintentional, but, again, I hope this gets fixed soon.  In the meantime, I would be interested in anyone can find a workaround.

  • Cleaning up the description field in the product export file?

    Hello.
    Here's the challenge: I have a large product list with large descriptions; with commas and other sorts of punctuation in it that will not allow me to simply download a product export file and re-upload it again without a lot of manual work to clean up all the "descriptions..." A lot of manual work.
    Anyone know of a good way, or Excel Macro that can be used to clean up or remove all commas from the Description field in a product export file. Or maybe ignore this column, or something?
    Many Thanks would be in order!
    Tad

    Hi Nicole,
    Thanks for the quick response!
    Yeah, it is odd, because I've seen it work with some simple test sites with a few products, but not so fortunate on this one and it has many products.
    When I export the product list, all the data is generated in a single column, and a few bad characters in the first row, I'll highlight that column in Excel and "convert column to rows using comma delimited." I've tried a number of ways with the same results... For every comma in the description it'll push the text into the next column and offset the applicable information. In the end I have rows that don't have correct info and field elements not aligning with the right data. I'll end up getting a multitude of errors like the one below:
    Error  ERROR: [No Name found]. Import process failed on record: [35] Please ensure 1) mandatory columns are present, 2) all products have Product Codes defined, which should be unique (if importing products)   
    Example of export down load - single column - one record with header
    Example of column converted to rows - one record with header (partial copy to column S):
    Thanks for your feedback,
    Tad

  • Changing the description field in AP Invoice

    Hi is it possible to change the description field in an 'open' posted AP or AR invoice?  I assume you have to credit note the invoice and re enter it with the new line item description which seems a long way around when only the text is being changed and not the coding or amounts.
    thanks judi

    Hi,
    All marketing documents, whether closed/open, do allow the user to change the remarks/narrantion. This field is located in the Footer Fields - left corner of the form.
    Pls check out.
    Assign points if useful.
    Thanks,
    Srikanth

  • Is there a way to have the description field in a calendar list item to support enhanced rich text?

    We have a user who has a few hundred calendar items created in outlook. If you open the calendar item, the description includes tables with borders, shading, etc. It seems that the description field in Sharepoint calendars only support basic rich text,
    so if I copy the items from the user's calendar to the sharepoint calendar, the formatting is lost. Is there any way to create a custom calendar with enhanced rich text for the description field?

    This is a workaround that is working for us.  I created a new column "Event Description", selected "Plain Text" and then created a basic workflow that updated Description from Event Description.  #160 is no longer showing.
    Please be aware that the trick to this is that you must write everything in a string.  In other words, don't use the Enter key. 
    In my case it was worth it as we couldn't rebuild and the user needed a valid and quick fix.
    Cynthia Duke
    Cynthia Duke

  • Where is the Description field in Android bookmarks sync'ed from desktop?

    I have recently installed Firefox Android 24.0 on my HTC Sensation 4G (Android 2.3.4) and sync'ed it with my desktop computer. When I edit a bookmark, I see only Name, Location and Keyword; no Tags or Description fields. I use the Description field for logon criteria for many websites and it's one of the main reasons I switched from the default browser to Firefox Android.
    Any guidance would be appreciated.
    Thanks,
    Bob Bowman

    Back button still malfunctions (i.e., kicks you out of Firefox rather than back to the Firefox homepage) even if Firefox is booted directly. I just installed Firefox 14.0.1 on my Samsung Galaxy Tablet SCH-I800, firmware version 2.3.5. (Otherwise it looks and feels great.)
    Thanks, JS

  • Try putting the character " in the description field (under edit/preferences/info)

    Choose edit/preferences and type something in the description field under the info tab. Make sure to include the character ". Then preview the project or publish it and watch it.
    I used Captivate 4 and Windows Vista when I made the discovery. It took me a while to figure out that this was the cause of my problems. Hopefully this is not an issue in Captivate 5. After what I heard the through away the old source code. Good thinking! Soon my PC will get an update from 4 to 5.
    Stefan
    Sweden

    Ahhh yes. My bad. Indeed I do see the odd behavior! It's as if one has clicked the Info button. But there are other elements all messed up too!
    Very bizarre!
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • I have got two photos by mail from iPhoto. My friend has put descriptions in the description field. The I got the mail I saw the description below each photo. If I check the photos with Preview they have Exif and JFIF fields but no IPTC field.

    I have got two photos by mail from iPhoto. My friend has put descriptions in the description field. The I got the mail I saw the description below each photo. If I check the photos with Preview they have Exif and JFIF fields but no IPTC field.

    Does you friend use any accented letters in the descriptions?  That might cause it but I don't know for sure.
    Has he run any repair operations on his library, i.e. repairing the database file? Another possible fixe that's easy to apply is the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
        Home/Library/ Preferences folder.
    2 - delete iPhoto's cache folder(s):
    Home/Library/Containers/com.apple.iPhoto
    and, if there is one, the
    Home/Library/Caches/com.apple.iPhoto folder
    3 - reboot, launch iPhoto and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    For  Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    The demo version of GraphicConverter can be used to view/check/edit the ITPC fields in an image file after exporting.

  • How to make the description field as mandatory in IW31 T.code

    Hi All,
    My requirement is make the Description field as mandatory in T.code: IW31
    That field is CAUFVD-KTEXT.
    How to make this field as mandatory,
    I tried with BADI: IWO1_SCREEN_MODIFY
    And some customer exists also (ZXWOCU04, ZXWOCU09) but unfortunately I couldnu2019t reach my functionality
    Can any please help me to reach out my functionality?
    Thanks and Regards,
    Rambabu.

    Dear Friend,
    go to spro - plant maintenance and customer service - maintenance and service processing - maintenance and service orders - define field selection for order header data(pm) -Field Selection for Order Header Data and Reference Object
    here keep CAUFVD-KTEXT is mandatory for your order types.
    Regards,
    pardhu

Maybe you are looking for

  • How do I open a downloaded program?

    Oftentimes when I download a software file I can't open the file to access it. When I double click the saved file from my desktop, another window opens with the following message "There is no default application specified to open the document "name o

  • How do I save a project I have worked on in iMovie?

    This is my first time working on iMovie and I'm used to PCs were you can File>Save something you are working on. So with iMovie, if I want to save a project, how do I do this?

  • Strange drastic video playback lag. Help!

    I will keep this short and to the point. I can open and play video just fine be it a image sequence to a hand drawn frame animation with hundreds of complex layers animating at once but as soon as sound is included I have a 20+ second wait before nor

  • How to change Asset Capitalization date ?

    Hello All Experts, I want to chnage asset capitilizatio date so how can I ? Experts guidance is needed. Regards, Pankaj.

  • Adobe Creative Suite 3 Design Standard for Windows registration?

    Hello all, I purchased a copy of adobe creative suite 3 design standard for windows at a garage sale. I tried registering the product, but it has already been registered. Is there anything I can do? Thanks