Sharing I Photo and Missing Library

On our Mac pro, have 2 accounts and share the Itunes and Iphoto libraries.
Suddenly on my wife's, I photo is missing and get a message asking if we want to create a library or look for it. My Iphoto is fine - since we are sharing the library, how do I set hers up again? If I create a new library for her, will it use the same Iphoto mine has or create a totally new one??

Here's some ways you can share with iPhoto 08. Perhaps something will ring a bell for you:
What you mean by 'share'.
If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
Remember iPhoto must be running in both accounts for this to work.
If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc. The problem here is that OS X works very hard to keep your data safe and secure from the other users. You're trying to beat what's built in to the system. So, to beat the system
Quit iPhoto in both accounts
Move the iPhoto Library Folder to an external HD set to ignore permissions. You could also use a Disk Image or even partition your Hard Disk.
In each account in turn: Hold down the option (or alt) key and launch iPhoto. From the resulting dialogue, select 'Choose Library' and navigate to the new library location. From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.
Lastly: This method seems a little clunky at first, but works very well. Most importantly, it uses the System to do the job for you.
Create a new Account on your Mac, call it Media. Create an iPhoto Library there. (BTW: This will work for iTunes too.)
Enable Sharing on the Library:(Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other accounts. In those accounts, enable 'Look For Shared Libraries'. The Library will appear in the other source pane.
This means that both users will be able to see the pics. If you want to use a pic then simply drag it from the shared Library to your own in the iPhoto Window. This means that each user can have their own edits.
If you want to add photos to the Library: Log into the Media account for that purpose.
To make it all seamless: Set your Mac to log into the Media Account automatically. Set iPhoto to launch on log-in. Then switch to your own account using Fast User Switching.
Net result: a Library that's permanently available to all users but also protected. Each user can have their own versions of the pics if they want.
No partitioning, no permissions issues. Uses no extra disk space. What's not to like?

Similar Messages

  • HT4889 How can I transfer my iPhoto photos and iTunes library to my new iMac?

    How can I transfer my iPhoto photos and iTunes library to my new iMac?

    If the Migration Assistant won't do it, move them over as you would any other folder; they're located in the Pictures and Music folders of your home folder by default. The iPhoto library needs to be transferred via a drive, partition, or disk image formatted as Mac OS Extended or through an AFP network share.
    (72915)

  • Rsync used STRICTLY for "photos and video" library back-up

    Hi,
    I'm hoping to get some guidance from some experienced users of rsync.
    I'm new to rsync, but have been learning about it.   I'm also new to Terminal.
    .....**For full system back-ups, I use CCC (Carbon Copy Cloner)....clean and simple.**
    However, for my large "photo & video library" (over 1 TB on an external drive), I found that CCC, while essentially doing the same as rsync, seems to take MUCH longer.  Rsync, on the other hand, is very fast.
    This leads me to FIVE questions.
    Q1:  Is this because CCC (which uses the rsync command, albeit modified), is doing a check-sum or sometime else behind the scenes?
    Also, looking through the various command lines that other contributors have suggested when using rsync, I am a little confused as to which optional commands are necessary for a PURELY "photo and video" library.
    For the optional commands, I think the ones that are a MUST for me are:
    -a  - "archive" rsync, includes ownership info and extended attributes extremely useful for moving large volumes of data and keeping AD/OD/POSIX permissions intact
    -v - "verbose" gives the user more information on the rsync display
    -x - prevents crossing filesystem boundaries
    -t   - preserves modified time
    --delete  
    This tells rsync to delete any files on the receiving side that aren't on the sending side. Files that are excluded from transfer are excluded from being deleted 
    ....Optionally, I could add the following to view the progress:
    --stats
    This tells rsync to print a verbose set of statistics on the file transfer, allowing you to tell how effective the rsync algorithm is for your data.
    Q2:  Is there anything else I should be adding?
    Q3:  Also, I saw that one contributor used "bash" at the start of the command line.  Is this necessary for my specific purpose?
    Q4:  Snow Leopard comes with rsync version 2.6.9 version 29.   I know that version 3.1.0 is already out, but this would require an installation step (possibly using come Terminal commands, or something like "MacPort"), then adding patches, and perhaps some steps that I haven't mentioned.  Is version 3.1.0 really necessary, and in what way?  Much faster?  Better Integrity of the back-up?  Other?  (o.k., that was more than one question) 
    Q5:  Is there a command to preserve the "CREATED" time of the photo?  Is this taken care of by the " -a " or the " -t "?
    Thanks,
    Sam

    sling74 wrote:
    sling74 wrote:
    Hi Tony,
    Thanks for your quick reply.  
    A few other questions:
    1.     What is the -N command for?  I could not see it on the rsync.samba.org website.
    2.     My friend does not have CCC.  She's also using Snow Leopard 10.6.8.  What are the steps to properly install the newest version of rsync?
    3.    For myself, what would be the disadvantage of using CCC directly rather than accessing it via Terminal?  When running CCC, what are the default commands being used?
    Thanks,
    Sam
    Hi Tony,
    Thanks for your quick reply.  
    A few other questions:
    1.     What is the -N command for?  I could not see it on the rsync.samba.org website.
    That's added with the crtimes patch:
         -N, --crtimes               preserve create times (newness)
    2.     My friend does not have CCC.  She's also using Snow Leopard 10.6.8.  What are the steps to properly install the newest version of rsync?
    Here's what I do:
    1. Download and unarchive rsync and its patches
        a. Move patches directory to rsync-3.1.0
        b. cd rsync-3.1.0
    2. Apply patches relevant to preserving Mac OS X metadata
           patch -p1 <patches/fileflags.diff
           patch -p1 <patches/crtimes.diff
    3. Apply patch relevant to preserving Mac OS X hfs+compression
          patch -p1 <patches/hfs-compression.diff
    4. Configure, make, install
            ./prepare-source
            ./configure
            make
            sudo make install
    5. Verify your installation
          rsync --version
    By default, rsync will be installed in /usr/local/bin.
    If that isn't in your path, you will need to call
    your new version of rsync by its absolute
    path in /usr/local/bin (you will most likely need to do this
    and --version will verify that you have the right version)
    (from: Configuring Mac OS X for Unattended Backup Using rsync and updated for hfs+compression patch)
    3.    For myself, what would be the disadvantage of using CCC directly rather than accessing it via Terminal?  When running CCC, what are the default commands being used?
    No disadvantages that I'm aware of. 
    I'm not sure what defaults that Mike is using now, but most of the the flags that I use and posted are from the link above from Mike a few years ago.

  • IPod as backup for my photo and music library

    May I use iPod as backup device for my photo and music library in case of my iMac failure? Is this tested and recommended solution?
    Thanks, Jan

    This is an extremely risky option because when (and not if) there comes a time to restore your iPod, which is a very common fix for iPod problems, then all the music/photos would be erased. If you no longer have them in iTunes (or any other back up), then all that music and other data would be lost.
    What if the iPod were lost/stolen/needed repair? Again, the music would lost. I strongly recommend a different form of back up, and if computer hard drive space is in short supply, you should seriously consider an external hard drive. They are not expensive, and the cost is well worth it when compared to the loss of all your precious music and photos.
    At the very least back up your music/photos to either cd or dvd before deleting them, particularly any purchased music/videos, as this would have to be bought again if it were lost. See this.
    Backing up your media in iTunes.

  • What's the easiest way of transferring documents, photos and iTunes library from my Mac Air to my iMac?

    I have just bought a 27" iMac (mid 2011) and want to transfer my douments, photos and iTunes library from my Mac Air 1,1.
    Can someone please advise the best and easiest way of transferring the data?
    Cheers, Mark

    See Pondini's Setup New Mac guide.

  • Missing Photos and jumbled library and sub folders

    Hi. I am having trouble opening photos in iPhoto. The thumbnails are squashed out of shape and when I double click on the image, a different photo appears. There are also blank squares in place of some thumbnails. All the photos in my library are also out of order, most of my subfolders are now empty and if there are photos in a subfolder, they do not correspond to the folder name. Everything appeared to be okay two weeks ago.
    Any help in retrieving my lost photos and resetting the subfolders would be appreciated.

    Hi Ben,
    First try a rebuild:
    Try this:
    Before doing a rebuild make sure iPhoto's trash bin is emptied. You can do this by control clicking on the trash bin, or from the menu bar under iPhoto.
    Close iPhoto
    Duplicate the iPhoto Library folder
    Drag the duplicate to the desktop (hopefully you have enough room on your hard drive for the duplicate.)
    Launch iPhoto holding down the Command and Option keys until you see the rebuild options screen.
    Choose the first three options. If you were missing photos in your library, also choose the last option. Be advised that you will get a roll of orphaned photos and it might be quite huge. Most of them will already be in your iPhoto library, but use caution when deleting anything from this roll until you are sure the photos are still in your library in another place. It might be a good idea to share/export this roll of photos just in case you need to import them again.
    Back to the rebuild, depending on the size of your library it might take some time. When it is done, hopefully your photos will be there.
    You might see some unexpected results as I did when I did a rebuild. Photos had been moved to wrong dates, video clips had lost their duration info and some were even orphaned from the jpg pointer file. It took me some time to straighten it out again.
    This is the reason to make a duplicate before you rebuild, in case you do not like the result. If you don't like the result, close iPhoto, then delete the rebuilt library and drag the duplicate back into the Pictures folder making sure the name is iPhoto Library. Launch iPhoto and it should open the library in the Pictures folder.
    iPhoto 4 or later: Rebuilding the iPhoto Library
    If that doesn't work, create a new library:
    Close iPhoto
    Rename your messed up iPhoto Library to "iPhoto Library_old"
    Drag this library to your desktop
    Hold down the Option key and launch iPhoto
    This is the window you will get
    Create a new library or choose a library to open
    Choose to create a new library
    Once this new empty library is open it is time to import the images from your old library
    Go to File>add to library
    Navigate to the old library on your desktop and highlight it in the window, then click the "import" button.
    iPhoto will start importing the images from your old library
    This is what to expect:
    Your images will be imported in nice dated rolls. (make sure your view is set to sort by rolls to see it) There are a couple of caveats to this. You will get rolls named "Originals" These rolls will contain your video clips and your original images that you had edited. If you had RAW files they would be in those rolls too (I don't do RAW, so I don't know for sure) Delete what you don't want from those rolls. You will also get the jpeg pointer files to your video clips imported. They will just be jpegs and will not point to the video clips anymore as iPhoto made new ones when the clips were imported again. You can delete those. they should be in a roll right next to the newly imported video clips so they are not hard to find. The thumbnail files don't get imported as iPhoto makes new ones when the images are imported.
    Once all you images have been imported, check through the library and make sure everything looks ok.
    You can now start making your Albums, and do your keywords or any other organizational steps.
    You can also delete the old library on the desktop.
    It is also a good time to backup this new library to CD/DVD by burning the iPhoto LIbrary folder in the Finder, or copying the iPhoto Library folder to an external drive formatted for Macs, or copying the iPhoto LIbrary folder to an iPod.
    Good luck!

  • Got all my photos and LR library onto external HD. How to clean my internal drive?

    OK guys here where I sit and need some insight on how to clean up my internal drive.
    I have a new MBP and originally imported all my photos from my PC into iPhoto. Then I installed LR3 and it created the library on the internal SSD drive. But I did not move any photos from iPhoto into there yet.
    Then I installed an external raid drive just for my photos.
    So in watching some of the LightroomLab tutorials, they said to create 2 folders on the fresh external drive. One for Photos and one for the LR library. So I did that and have lightroom now pointing to that index on the external drive.
    Coming from a PC I was having a hard time grasping all this import/export stuff so I just found where all my iPhoto pictures were stored on my internal drive and manually copied them over the the external drive Photo directory.......Bad move I found out. No order what so ever. But still did not move them into LR yet.
    So today I found another lightroomLab video showing me how to export out of iPhoto to a desktop folder and they exported very nicely organized in dated folders. So I finally imported into LR and moved all the photos from that desktop folder onto my external drive during the import. I am very happy with the organization now in the LR GUI.
    So now I ask of you whats the best way to clean everything from my internal drive. Can I just delete the iPhoto library and will that delete all my photos from my internal drive? And what about the initial LR install? Can I just delete the whole LR folder that contains the initial library stuff?
    Sorry for all the questions but I am almost there and where I want to be and just want to do the cleanup right so I don't lose anything I am supposed to have.
    I really want to be a MAC person and little by little I am understanding more and more.

    I dont know anything about iPhoto, but in terms of LR, just delete the photos from your Mac Finder. Then they will show as "missing" in LR. You can then update the location (right click the folder) to one of the versions of the folder that you have on your external.
    Maybe you should practice this on a dummy folder or two so that you are comfortable with the process. FYI, LR can only update the location of one folder at a time. Having a parent folder on your internal that is indentical to the parent on the external would be ideal.
    If you already have a separate catalog on your external that has all of your photos and edits on it., then just delete the internal files with the finder. Deleting the catalog will only delete the metadata and changes that you made to the images. the photos will remain on your internal drive.
    There are a lot of different methods of doing this (like "export folder as catalog"), and different people will have their own favorites.
    I'm not sure exactly would your folder heiarchies and catalogs look like, so make sure that it makes sense to you before deleting away.

  • Photo and iPhoto Library

    For years I have used a single iPhoto library (with backups) on an EHD. I understand that I can now choose that library for the new Photo app when opening Photo. However I will (for now) keep iPhoto available within my apps. Can I switch between the two photo apps for either app (using the "option" keystroke) using the same library? And when "Photo" app becomes my "go-to" choice can I freely back up that designated library instead of the original iPhoto library? If so, what will happen to my original iPhoto library within my backups? Would I need two separate backups? As you can see I'm trying to keep from having a problem before it occurs! Thanks for your help.

    Do you mean that I will have two physically separate libraries?
    Yes.
    Then backing up each requires separate EHD partitions?
    I truly have no idea why you would think that. You have two items. You back them both up. I don't get why you would think it involves partitioning.
    Or when I'm ready to use the original iPhoto library as the Photos app. library, can I back up the old iPhoto, now the same but new Photos library over the original iPhoto library backup, renamed Photos?
    Let's try this again.
    You have an iPhoto Library. You launch Photos. It sees your iPhoto Library and offers to make a Photos library based on it. You say yes. It does this.
    Now you have two apps and two libraries. Launch iphoto and it works on the iPhoto Library. Launch Photos and it works on the Photos one. There is no connection now between the two apps and the two libraries.
    Because the two objects are different with different names, they don't overwrite each other.

  • Photos and  Itunes library

    My I phone when connected to Itunes shows up however the photos do not, my main objective is to moved photos from Iphone to Itunes library

    Importing photos from the iphone to your computer has nothing to do with itunes at all.
    You import pics taken with iphone as you would from any digital camera.
    Copying personal photos and videos from iPhone, iPad, or iPod touch to your computer

  • Duplicate Photos and iPhoto Library Sharing

    My first question is about sharing my iPhoto library.  I would like to buy a Time Capsule to back up all of my computers.  I've been told not to use that to store all of my pictures, only to use it for backups. I wish there were an easy way to share my iPhoto library between users on the same computer, and combine libraries between computures.  If you know of any easy solution to this please let me know.  Most of my pictures are on my iMac with one account.  My macbook pro has two accounts set up.  I'd like to be able to put them all in the same place, or at least select many to have in just one account for all users to access. Is there an easy way to do that? Could I connect a USB hard drive to my Time Capsule soly for iPhoto? My other question is, when I put pictures in my account iPhoto, and then put the same pictures into my wife's account on the same computer (because she'd like to see them also,edit them ect.) am I using twice as much space on my hard drive?

    I wish there were an easy way to share my iPhoto library between users on the same computer,
    For iPhoto 09 (version 8.0.2) and later:
    What you mean by 'share'.
    If you want the other user to be able to see the pics, but not add to, change or alter your library, then enable Sharing in your iPhoto (Preferences -> Sharing), leave iPhoto running and use Fast User Switching to open the other account. In that account, enable 'Look For Shared Libraries'. Your Library will appear in the other source pane.
    Any user can drag a pic from the Shared Library to their own in the iPhoto Window.
    Remember iPhoto must be running in both accounts for this to work.
    If you want the other user to have the same access to the library as you: to be able to add, edit, organise, keyword etc.
    Quit iPhoto in both accounts. Move the Library to the Users / Shared Folder
    (You can also use an external HD set to ignore permissions, a Disk Image or even partition your Hard Disk.)
    In each account in turn: Double click on the Library to open it. (You may be asked to repair the Library Permissions.) From that point on, this will be the default library location. Both accounts will have full access to the library, in fact, both accounts will 'own' it.
    However, there is a catch with this system and it is a significant one. iPhoto is not a multi-user app., it does not have the code to negotiate two users simultaneously writing to the database, and trying will cause db corruption. So only one user at a time, and back up, back up back up.
    and combine libraries between computures.
    You can merge Libraries with the paid version ($20) of iPhoto Library Manager
    Could I connect a USB hard drive to my Time Capsule soly for iPhoto?
    Yes... but.
    Would this be a wired or wireless connection to the Library? WIred is fine. Wireless is fine for viewing.
    However:  A strong warning: If you're trying to edit the Library (that is, make albums, move photos around, keyword, make books or slideshows etc.) or edit individual photos in it via Wireless be very careful. Dropouts are a common fact of wireless networking, and should one occur while the app is writing to the database then your Library will be damaged. Simply, I would not do this with my Libraries.
    when I put pictures in my account iPhoto, and then put the same pictures into my wife's account on the same computer (because she'd like to see them also,edit them ect.) am I using twice as much space on my hard drive?
    Yes.
    Regards
    TD

  • I've installed ios 6 on my iPhone 4. I can't find "shared streaming photo" and "iCloud tabs"

    Escuse me I'm an italian boy. I've installed ios 6 yesterday on my iPhone 4 and on my iPod Touch 4g. In my iPod i can't find the tabs in the icloud tabs (safari). In my iPhone 4 i can't find shared photo stream and also the tabs in the iCloud tabs. i've surfed in internet with the two devices but the folder of the iCloud tabs remains empty . why? please help me.

    For iCloud tabs be sure that both devices are signed into the same iCloud account, and that you have opened multiple web pages rather than always opening new sites in the same web page.
    Shared photo streams are inititiated by opening the camera roll in the thumbnail (grid) view, then tap Edit, tap all the photos you want to share, tap the Share button, tap Photo Stream, select the email address of the people you want to share these photos with, fill in a name for it, turn on Public if you want them to be able to view it on icloud.com, type Next, fill in comments if you want, the tap Post.

  • Straightening a photo and missing buttons

    I have a few crooked photos that need straightening. In "iPhoto Help" I'm told to "click the edit button" and then:
    "Click the Adjust button (shown below)".
    I don't have an "Adjust button". There is even a picture of it in "Help" with its location, but I don't have it.
    Do I have a help version that is different from my iPhoto version? (Help Viewer is 2.0.7, iPhoto is 4.0.3).
    Or am I missing something very basic?
    iBook G4   Mac OS X (10.3.9)  

    don't have an "Adjust button". There is even a picture of it in "Help" with its location
    You must be looking at the help file for Version 5. iPhoto 5 has the adjust button and capability that you're referring to. Without V5 you'll need a 3rd party application to do what you want. Go to VersionTracker.com and do a search for "image edit". You'll get a lot of potential candidates. If you anticipate doing or would like to do a lot of editing in the future, not just straightening but more complex editing, I strongly suggest you look into Photoshop Elements 3. You can use it in conjunction with iPhoto as the editor of choice when you double click on an image (any 3rd party editor can be used that way). Good luck.

  • Shared music and movie library stops loading

    The shared iTunes music and movie library stops loading on my ios devices.
    iTunes 11.1.5 is set up for both home sharing and library sharing over my secured home wifi network. Home sharing between the mini that is running iTunes and my old Macbook works without any issues.
    My ios devices can see and will eventually connect to the shared library but connecting is pretty slow unless the ios devices are in the same room with the mini.
    After a few hours my ios connection to the shared music and movie library drops and stops loading halfway when I try to reconnect.
    The ipad is running ios 7.1 and my iPhone is running ios 6.1.3.

    Hi Jay Clay and Hagerty,
    I'm in the same boat.  I'm running iTunes 11.2.2 on a Macbook Pro (running 10.9.3) and iOS 7.1.1 on an iPhone 4s; so running the latest version of software is not the issue.
    The username logs in correctly on all devices and I can actually see the iTunes library available to share on my device.  From "Music" on the phone, I go to "More > Shared" and then select the library that is shared from my Macbook.  So I know that the login information is correct.
    The circular status wheel begins to load and gets halfway around before it stalls and does not resume.  This process happens repeatedly, so it's reproduceable and consistent -- not a one-time issue.
    I've tried restarting both systems, but the same problem ensues.  I've also tried signing out and signing back into Home Sharing on all devices, which did not resolve the issue.  I've read and followed all the recommendations in "Troubleshooting Home Sharing", but these really only offer solutions if you're not able to see the shared library; which is not the issue that I believe Jay Clay, Hagerty and I are having.
    Some thoughts:
    Could it be that the iTunes library is too large?
    Could it be that Home Sharing times out if the library is not loaded in a set amount of time?
    I've attached a screenshot of what I'm seeing on my iPhone, for your reference.
    Also, here is the confirmation page I'm seeing in iTunes, so Home Sharing appears to be working.
    Thanks in advance for your help!

  • Advice for recovering from "The requested URL was not found on this server" error when browsing photos and videos on my iPhone 4S IOS5.1

    Im not quite sure how I got into this situation but I have fried my Iphone app photo and video library.  This demonstrates itself in 2 ways
    1. The above error message when I attempt to play videos older than a certain date.
    2. Photos older than a certain date - appear to be grainy suggesting that only the thumbnails are on the phone, and the full resolution photos have been blitzed.
    This coruption may have occured as I have replaced my Iphone 2 times in the last few months for various reasons, where each time I have restored them both using back ups I have made using icloud.  (I havent made an Itunes back up since the iclod came around)
    In reading the support forums - it suggest to restore from a back up version.  Is anyone aware if selectively restoring media content from an icloud back up is possible.
    I have 2 Back Up versions on icould.
    1- 13.5 GB
    2- 7.2 GB
    My hope is that the earlier 13.5 GB version has content I am looking for.
    I am kicking myself for not making the occassional itunes back up, or at least use Image capture as a more secure way of ensuring my personal content is not lost. (I am loosing faith with icould).
    Can someone suggest a good workflow for restoring from a cloud back up.  I have already downloaded the most recent photos using image capture onto my mac.
    Kiwi Grant

    Progress Update.
    I made a back of what existing phtos and Videos I had on my Iplhone.  I used Image capture to do this making an entire back up of photos and videoa that were still intact on the phone.
    Image capture is god for this purpose, as it does exactly what you ask it to do without applying any rules or squishing the files back into iphote (which might also be corupted) 
    Image capture wil do the basic function of retriving the contents of the phone and save them as native files on your hard drive.
    Once I did this I erased my iphone, and re intitialised it restoring an older back up from icloud.
    As the retore was happneing - I did retreive the missing files that cuased the intial beviour as above, and I could play the videos that were missing in the above scenerio.  The wierd ting was however that even though the source files were now back on the device, the thumbnail previews were missing. Where I ahd balck thumb nails for server portions of the resotred content.
    I then went to bed as the restore is a long process.  When I woke up the library had library had cleaned itself up.  Mysteriously the prcess had deleted the files missing the their thumbnails.
    This is very perculiar and bad behavior.
    I am now repeating the process, and will attempt to download the missing content as it is restored and prior to the phone trying to fix itself.
    Here are the lessons learned.
    DO NOT rely on Photo Stream to keep back ups and synchornise videos from you IOS device. IT DOES NOT SUPPORT THIS CAPBILITY
    DO NOT rely on iCloud Back Up alone - always fd an occassional iTunes back up or more reliably still always take a back up of photos and video files using Image Capture to be doubly sure that you a have backd up any content.
    DO THIS NOW - dont wait to loose your phone ofr have your phone repaired by replacement at the apple Store.  (I did both :-(

  • Best strategy for dealing with a mixed library and missing photos

    Looking at the package contents of my iPhoto Library, it appears that I have a "mixed" library (i.e. part managed and part referenced). I'm not sure how this happened--I originally created this library about three years ago when I first bought my Mac with iLife '06, then later upgraded to iLife '08 which I'm currently still using. Maybe the default setting was to have a referenced library in iPhoto '06? Don't know. I don't recall ever changing this setting.
    Anyway, I was starting to manually recover some missing photos but it just occurred to me that iPhoto is simply updating the aliases to point to the photos I'm telling it to use, and not actually copying the photos into the library (I'm guessing that only happens when you import a photo). This is not what I want. I want my library to be completely managed. I understand that, as my current Preferences settings dictate, any new photos I import now will be copied into the iPhoto Library. But for the existing photos that I am able to recover, I don't want to have to keep the originals outside of iPhoto.
    I read in another topic about an application called AliasHerder and I'm thinking of trying that. The problem is, I no longer have original copies of all of the missing photos. I can recreate the folder structure for some of them but not all. I'm not sure what this will do to my iPhoto Library (I have emailed the vendor for clarification). I'm wondering if I'll still end up with a mixed library containing aliases that point to a non-existent file. Perhaps someone who has some experience with the tool could enighten me.
    Based on suggestions given to me in previous posts I made, I tried both rebuilding my iPhoto Library and using the iPhoto Library Manager tool. Neither of these produced the results I had hoped for. Am I better off just starting off from scratch and creating a whole new library? And if so, what's the best way to get all of the existing photos from my current library to the new one? Do I export them out and then import them into the new library? Is there any way to salvage events, albums, etc. from my existing library or will I have to recreate these in the new library?
    Thanks in advance!

    First check iPhoto's Advanced preference pane to make sure you're running a "managed" library.
    Click to view full size
    Since you don't have the "source" photos available to relink to your best bet, IMO, would be to continue using your current library and delete those missing photos from it whenever you come across them in day to day use. If you click on the thumbnail of a missing photos and drag it to the iPHoto trash and empty it that will delete it from the library. This way you will retain all of your organizational efforts, i.e. albums, books, keywords, etc.
    When you rebuilt with iPhoto Library Manager what did the resulting library contain? If it contained your photos without the missing photos you could use it. You would retain your albums, keywords, faces, places and other metadata. You will lose any keepsakes, i.e. books, slideshows, cards, etc.
    Or, you could start over as follows:
    Creating a new library while preserving the Events from the original library.
    1 - Move the existing library folder to the desktop
    2 - Open the library package like this.
    3 - Launch iPhoto and, when asked, select the option to create a new library.
    4 - Drag the Originals folder from the iPhoto Library on the desktop into the open iPhoto window.
    You will end up with all your photos (no missing photos) in the same events as in the original library. But there will be no albums, metadata or keepsakes. It's for this reason I made the original suggestion of continuing with your current library above.
    OT
    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 versions) 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. There are versions that are compatible with iPhoto 5, 6, 7 and 8 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: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

Maybe you are looking for

  • Not able to see the added Used DC webdynpro compoent in used Webdynpro Comp

    Hi All, I have three DC's, A,B,C I have declared as B and C components as public parts, I have have added the B,C as used DC's in A dc. Now i tried add B as used webdynpro component in A dc, by using "used Webdynpro Component". I am able to  add B as

  • AT SELECTION SCREEN event in Background

    HI experts, In my selection screen i have a parameter P_LAYOUT. If i execute my program in background, the P_LAYOUT is obligatory and if it is blank, i should get an error message on the screen prompting the user to fill the P_LAYOUT. My code is as f

  • Generating wsdl form xsd

    Hi, I have to call a RPC functions with Axis but in documentation there are only xsd schema files and not a wsdl definition for the service that I want to call. The xsd file are present in http://download1.swsoft.com/Plesk/Plesk7.5/Doc/plesk-7.5r-sdk

  • OSB How access data "userException" from proxy

    Hi all, Although I have read on this forum some similar post, the proposed solution does not work for me. We have: Proxy created from the Business ---> from WSDL Business ---> Web-Service I have a test SOAP message passes a parameter wrong, If I make

  • Link to re-download preinstalled pdf viewer? Noki...

    hi, I use Nokia C6-01 (updated to symbian belle refresh). When I first bought my phone, there was a pre-installed pdf viewer (adobe?..i think). Well, I removed that app a long time back. Now i want it back but I just can't seem to find it anywhere. C