"Add to Library" v. "Import" Question

I've tried online but can't seem to understand the difference.
I have "Add to Library" photo's from the computer in the office via the network. Great--all the vacation photos from that computer are now on my IMAC. Same from my daughter's computer on the network. All my pre-2005 digital photos (that are saved on her computer) are in iPhoto.
When I disconnect from the network and physically move the computer to another location the photos can't be found--just the thumbnail.
I thought that when I "Add to Library" that iPhoto actually copied the file image into the iPhoto library (leaving the original intact on the original computer).
I must be wrong because (it appears) that only the thumbnail was copied. When I'm connected to my home network my daughter's full size images are available but when I'm at my apartment in the city they're missing (and vice-versa).
What don't I understand?
Thanks..

To illustrate Larry's response regarding managed or referenced this is the setting for a "managed" library:
So check your current Advanced preferences to see if that checkbox is checked or not. If it is not then you may have to reconnect the hard drive with the source files and, if you want to convert to a managed library, use AliasHerder to have the original files replace the alias files that iPhoto users in the referenced library mode.
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 now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Similar Messages

  • Directly Add to Library v.s. rip with Aiff?

    1. If I have some music CDs needed to be imported into the iTunes library, is there any difference between Cmd+O (Add to Library) and import page of iTunes using Aiff encoder?
    Most of the music CDs are .aiff inside. iTunes 12.0.1.
    2. And as those CDs are with 44.1 kHz sample rate, is there any difference if I use the iTunes aiff encoder at 48 Khz ?
    Thanks

    Hi,
    If you are importing directly from the CD use import page. This will ensure that you get correct metadata.
    Use 44,1 kHZ rate as 48 kHZ will not improve quality but will probably increase file size.
    Jim

  • Imported music from a CD does add to library, stays in Recently Added playlist

    Imported music from a CD does add to library, stays in Recently Added playlist.

    Having the same problem. Album imported on CD won´t appear in my music on Itunes! It´s in the Itunes files and in the Recently Added folder, but it won´t appear!
    I can play it from the outside file! So frustrating.

  • With using any version of iTunes, whenever I import songs into my library using the "add to library" function, iTunes adds those songs in songs' alphabetical order. This is pretty annoying since it does not preserve the logical track number or album.

    With using any version of iTunes, whenever I import songs into my library using the "add to library" function, iTunes adds those songs in songs' alphabetical order. This is pretty annoying since it does not preserve the logical track number or even the album sort order (for example when adding 2 albums stored in a unique folder). Anyone has any ideas ? Been stumped for a while....!!!

    hi i had the same problem today when i updated my itunes to latest version. however, i have just found my songs in the 'itunes media' folder. this was accessed through 'my music'  then keep clicking through until you find itunes media and all my library songs were in there and i then just added these files to my library and all were restored however, i have lost all my playlists but at least my 700 songs are back. very dissapointed with apple that they have let this happen with their latest update, the previous version was miles better than this one . hope you find them. stevo

  • Import? Convert? Add to Library?

    This is probably simple but iTunes HELP does not offer a single help topic when I type in "convert." So... can you tell me what the differences are between: Import; Convert; Add to Library? (*iTunes 6.0, and OS 10.3.9).
    Right now I am trying to use the Make Bookmarkable script. I have folders with books on tape in MP3 format. Each book is broken into multiple MP3 files or segments. I think I have to first convert the MP3's to AAC to use the script. So I set my Advanced, Importing preferences accordingly. But when I then select Import and go to the folders in mention, all the files are greyed out. Can you tell me the correct and simple procedure - without duplicating all the MP3's? Must I Add to Library first? Thanks.

    Thanks Kay, Michael.
    Can iTune join MP3's - not tracks from a CD?
    What I'm trying to do here is take a book on tape that is in many segments, each a distinct MP3 file, and make them one Bookmarkable file...to them use on my iPod.
    nnooo-dlehead ssslowto catchon

  • I would like to create the a swatch, add it to the library and import to the swatch panel.  The help pages available relate to earlier versions of Muse, which does not work with the 2014.2 release version that I have.  I have created a library folder, imp

    I would like to create the a swatch, add it to the library and import to the swatch panel.  The help pages available relate to earlier versions of Muse, which does not work with the 2014.2 release version that I have.  I have created a library folder, imported the colour swatch as just 4 colours as a mulib file.  I drag the four colours on to the muse page in design view but that is as far as I get.  Can anyone help?  Thanks

    I don't know since I don't share anything. You'll have to peruse the help files and check the permissions and ACLs on the Shared folder. According to the permissions on the Shared folder everyone can R&W. If you want those to be inherited by everything dropped into the folder, add an ACL for
    everyone allow read, write
    Details in the manpage for chmod. The actual steps are left as an exercise.

  • How to add dll library to application?

    I start programmed the CVI a few weeks ago and I have a little problem. I must make an application layer for profibus master device. However I total do not know how to add dynamic library to program, because in another way I get the error: undefined symbol. I know that it very trivial, but I cannot find solution. I have a lib file and also I include file about device, but I still get the error – undefined symbol – can you help me?
    Thanks very much for any advice or help

    Dear laszku,
    Are you looking for solutions to connect your CVI application with PLC? Because there are also solutions for that which are easy to use, and to implement with CVI.
    If you want to use your DLLs, there are some on-line help, how to import them in CVI.
    Basicaly there are two different method to import DLLs:
    - static import, when you import the library in your CVI project. The dll will be loaded when the exe starts running. If there is an issue to load the library, you'll be able to get the error at compilation time.
    - dynamic dll import, when you load the library at run-time. With this, you get the flexibility to control, when will be the dll linked to your exe in the memory, while running. The disadvantage is, you'll get errors only at run-time.
    I recommend you some of our on-line tutorial, how to load DLL into your application in CVI:
    CVI Help: Loading Dlls - This says: You cannot import DLLs directly into your project. You need to create DLL Import Library, which can be imported into your project.
    To do so, look at this knowledge base: Creating Import Libraries for a DLL in LabWindows/CVI
    You might get answers for your following questions at this FAQ page:
    FAQ: Using Dynamic Link Libraries with LabWindows/CVI
    Some help sites:
    Rules for Using DLL Files
    Linking to Functions Defined in a DLL From LabWindows/CVI
    If you need dynamic linkink, you can get example code with this site:
    How Can I Access DLL Functions in a LabWindows/CVI Program Without Including the Import Library in t...
    I hope, I could help you to find the way how to import DLL libraries.
    If you still couldn't solve the error after studying the links, please provide me more information, where, which symbol is missing, and also the full error message.
    The error you get, can be caused by the linker or pre-compiler also, which doesn't find the symbol you requested. Please check the path of your library and dll also.
    Best Regards,
    Tamas Szekely
    Applications Engineer
    National Instruments

  • Won't add to library TV shows stored in a network folder

    iTunes 8 for Windows will not add media files of type TV Show stored on a network share to the library. I have tested this with both DRM-protected files purchased from the iTunes store, and with unprotected files I have encoded myself. Any tips on how I might diagnose this further, or make it work as intended?
    Steps to reproduce:
    1. Share my Mac’s iTunes Music folder (containing a TV Shows subfolder with TV shows in it) on the network.
    2. Verify iTunes 8 for Windows will successfully add music files contained in the shared folder to its local library (e.g. by File > Add to Library…).
    3. Select File > Add to Library… and this time browse to the TV Shows subfolder. Select a particular show’s folder to import. iTunes appears to process the files, but fails silently to add them to the library.
    4. Attempt to add the same files to the library via drag-and-drop, and by right-clicking a single file and choosing Open With > iTunes. Each attempt fails silently.
    Partial work-around:
    1. In iTunes 8 on the Mac, select an episode of a TV show, right-click and choose Get Info. On the Options tab, set Media Kind to Movie. Click OK. Assuming iTunes is configured to organize files automatically, iTunes silently moves the file to the Movies subfolder of the iTunes Music folder.
    2. In iTunes 8 on Windows, choose File > Add to Library… and select the file that is now of type Movie on the network folder. The file is successfully added to the library as a TV Show!
    3. In iTunes 8 on the Mac, change the Media Kind of the file in question back to TV Show. iTunes silently moves the file back to the subfolder of TV Shows.
    4. In iTunes 8 on Windows, attempt to play the file. iTunes will complain that it cannot find the file at its designated location. Browse to the file’s new location on the network. Although iTunes will happily show the file in the library, it will fail to play it.

    I've been having the same problem on my wife's Windows XP machine and after some experimentation determined that iTunes does not like the fact that there is a space in name of the "TV Shows" folder. Since iTunes wants to put TV Shows in this folder you can't change the name but I did find a pretty simple work around. From Windows Explorer I mapped a network drive directly to the "TV Shows" folder, so instead of selecting "...\iTunes Music\TV Shows" (or some level above that) as the folder when doing a File, Add Folder to Library..., I selected n:\ (the network drive I mapped) and it worked great.
    I don't understand what the issue is with the space, especially since music stored on a network drive does have this problem, but this did the trick.

  • Better to Consolidate Library or Import all songs again?

    I can't Consolidate my iTunes Library on my internal HD because there is not enough HD space to copy all files again.
    I believe I have two main choices.
    1) Delete all music files on the internal HD (I have multiple backup copies of everything) and create a new iTune Library (hold down Option key when launching iTunes) and copy all music files from the multiple HD locations, (this music is in iTunes Media folders) into the new iTunes Library ( home > Music > iTunes > iTunes Media > Music ) by opening the newly created iTunes and use File > "Add to Library" command.
    OR
    2) Delete all music files on the internal HD ( I have multiple backup copies of everything) and go to File > Library > Organize Library > Consolidate Library
    Questions:
    A) Will using method #1 produce different results than using method #2?
    B) How do I manage or in some way control the way iTunes will operate if I choose to Consolidate Library?
    I like the concept of method #1 because it feels like a clean install, something I try to do as much as possible when I'm having problems or want to make significant changes.
    The reason I want to do this in the first place is my iTunes has become sluggish, taking many seconds to respond to click commands. I was told I should Consolidate Library and this will improve my iTunes performance by better organizing the music in the iTunes Library.
    Concerns:
    #1 I assume if I use method #1 I will loose all my Playlists, Plays and Ratings type of data. This is the downside. I can export my Playlist as XML files and reimport them to the new iTunes Library yes? That doesn't take care of my ratings info, which is probably my second most important concern.
    #2 I'm leary of leaving iTunes to "Consolidate Libray" because I'm not sure exactly how iTunes will handle the 80k songs I have taken so long to load, organize, classify, re-name, add lyrics and countless other info presumably contained in the meta data. What could go missing or get mixed up?
    Thanks for any advice.

    You are trying to get all your music into one location on external?
    Do this...
    Quit iTunes.
    Copy the entire /Music/iTunes folder to external drive.
    Hold Option and launch iTunes.
    Select Choose library... and select the iTunes folder on the external.
    Go to iTunes prefs > Advanced. Make sure iTunes media folder location is set to the current iTunes folder you are using on the external.
    Tick Keep iTunes media folder organized.
    Tick Copy files ot iTunes media folder when adding to libary.
    iTunes menu File > LIbrary > Organize library. Tick Consolidate.
    Let it finishand everything in iTunes is on in the iTunes folder on the external.
    You can delete Music/iTunes/ on the interanl.

  • How do I "Add to Library" when iPhoto won't recognise selected photos?

    A few months ago I was unable to import photos from the same Canon camera I've always used with iPhoto. Despite a number of steps taken, the problem has not resolved.
    As I was getting a few erratic problems I decided to rebuild the computer (back up, wipe hard disk, re-install all software,etc.). I then imported the photos from the camera as usual. Last night they imported properly. Tonight those new photos are do not appear in the Library window of iPhoto. Those new photos are, however, in the iPhoto folder. When I try File/Add to Library, I get the message "Unreadable Files: 1 The following files could not be imported (they may be an unrecognised file type or the files may not contain valid data). The message then gives the path to the library "Users/Shared/iPhoto Library/2005".
    Extra information:
    *iPhoto Library in a shared folder so that my partner can access them from her Account;
    *there are 2500 photos in my library;
    *the photos are in .jpg format;
    *I've always used the same camera - Canon IXUS v3;
    *they imported OK yesterday but have disappeared today;
    *I get the same result whether I try to Add to Library one photo or multiple folders of photos.
    *I've read a few threads on these discussion pages but the answers don't seem applicable - if only because of the inconsistency (ie importing OK yesterday and being problematic today)
    I'd be grateful for anyone's help!
    iMac & iBook G4   Mac OS X (10.4.3)  

    I think I understand now. I am thinking you placed these files in the iPhoto Library folder yourself. You need to drag them to the desktop and import them from there, by either dragging them into an open iPhoto viewing window or using the command File>add to library within iPhoto.
    Some more info for you:
    --First thing to know and remember is this...Do not drag any images, folder of images into the iPhoto Library in the Finder. Images have to be imported into iPhoto within the application. Do not scan images and save them into the iPhoto Library folder in the Finder. Save them to another location such as the Pictures folder or even the desktop. You can then import them into iPhoto.
    If you have already put files/folders in the iPhoto Library folder in the Finder then you will also find out that if you try to import them into iPhoto you will get an error message. No worry, just drag them to the desktop and import from there.
    --All images that you import are shown in the library view. You can choose how you want to view, by rolls, by date, by rating, etc. When you put images in an Album, slideshow, book, etc, you are actually just putting pointers to those images in the library. You are not adding more images. If you delete an image from the Album it will still be in the library. If you delete an image from the library it is deleted from iPhoto's database and your hard drive (unless you have it backed up somewhere else)
    --You have a folder of images on your hard drive and want to import them into iPhoto. Drag the folder of images into an open iPhoto Library window and the folder of photos will be copied into the library, resulting in a new roll with the name of the folder. You now have two copies of those photos, the ones in iPhoto's database and the ones on your desktop. You can keep the ones on your desktop that you just imported as backup or you can delete that folder.
    -- you scan a picture/pictures and save it in a folder. You cannot scan directly into iPhoto or the iPhoto Library folder in the Finder.
    You want all your photos in iPhoto so you import them into iPhoto.
    Now you have two copies of that picture/pictures, so you can delete the originals that were in the scanned folder and keep the one/ones that were imported into iPhoto.
    -- You download pictures from your camera into iPhoto.
    There is now one copy of each of the pictures. (DO NOT HAVE IPHOTO DELETE THE IMAGES FROM YOUR CAMERA! DELETE THEM MANUALLY WITH THE CAMERA-if something goes wrong with the import and they are never imported and then they are deleted from the camera you might end up losing those images)
    You want to change something about a picture you imported, such as
    cropping it or changing the size, or changing the orientation.
    Once you do that to a picture, you now have two copies of the picture
    in iPhoto, the original and the edited one. The edited one will be in the library organize view. The original is packed away in an Original folder in your iPhoto Library folder under the date of the roll. You can always revert to the original by control clicking on the photo and choose "revert to orginal" You will not have this choice if you used iPhoto Diet to get rid of the Originals.
    (a quick note on cropping within iPhoto...when you are in edit mode, you automatically will be in the crop mode with cross hairs to highlight the crop area. To finish cropping you must click the crop button and then go back to library view and your cropped picture will be there.
    3.You want to use Photoshop or another graphic program to edit a picture in your iPhoto library.
    You can open up prefs for iPhoto and choose "when double clicking on
    photo ..do" choose "other" and select Photoshop. Now you can edit all
    pictures in your iPhoto library in PhotoShop by double clicking. If you save the photo with the same name and as a flattened file it will be saved right into iPhoto and you will see the changes. If you don't want to save it into iPhoto then do a "save as" and save to the desktop. You will then have the original photo still in iPhoto and your new edited photo on the desktop.
    Or, with iPhoto open, you can drag a picture from the library window
    to your desktop (you see a + sign on the pic you are dragging). You now
    have two of the same picture, one in the iPhoto library and one on your desktop. You can open up the one on your desktop in any graphic program and work on it. The one in iPhoto stays the same. You can also share/export the picture/pictures to your desktop or folder to work on them or do batch processing, etc. You will still have the originals in your iPhoto Library.
    Or, you can open up the ~/Pictures/iPhoto Library/folders and option drag any
    picture out of the folder to your desktop. Notice that you will see a plus sign while dragging the photo. This is copying the file to your desktop
    I would advise anyone not to do this as they might forget to use the option key and drag the photo out. Next time you open iPhoto the photo will be missing.
    Two Apple kbs for you to read
    Don't tamper with files in the iPhoto library folder
    About the iPhoto Library folder
    Don't forget that in Library view you can Control click on any picture and get a contextual menu with many options. One is to revert to original.

  • Itunes will not add to library some song I bought.

    Itunes will not add to library some song I bought.  The PC is a new computer.  How do I fix this?

    Diesel vdub asked a question which you have answered yourself, although you don't appear to realise it.
    He/she (sorry diesel, I don't know) asked: "Is the song actually on the computer?" and you stated that: "I transfered all songs onto the new computer" and "I looked in the folder but the songs just cant be found" so the copy hasn't worked.
    You also mention manually copying, as opposed to a previous (presumably different) method.
    How are you trying to copy these songs? Do the copy first and make sure that works. If your first method doesn't work, try a diifferent one - such as the manual copy you referred to (copying onto a memory stick, card, disc etc. etc.)
    Until you sort out why your method of copying hasn't worked, everything else you "try" is a waste of time.

  • Can no longer add to library

    A recent update (10.3 or earlier) seems to have removed the ability to add tracks to my library. All of my music is stored on an AFP shared drive. Previously I was able to File > Add to library and then choose my music folder. I have been taking this approach for the past 3 years without any problems until now. Now that approach no longer does anything.
    I have tried this on two different systems (one is 10.6, the other is 10.7).
    I have tried dragging the folder onto the itunes window.
    I have tried creating a new library.
    I have tried different selections of folders.
    Nothing works.

    iTunes has never been able to import nor play WMV nor AVI. iTunes in Windows will import and convert WMA, but not WMV. QuickTime for Mac can, with the addition of third-party codecs such as Perian and the Flip4Mac codecs, handle some WMV and AVI formats.
    Regards.

  • Itunes and all my movies have disappeared,i can no longer add to library from my external hdd which ive always used and can only add from the laptops own hard drive,any ideas what the issue could be?

    ive recently updated, itunes and all my movies have disappeared,i can no longer add to library from my external hdd which ive always used and can only add from the laptops own hard drive,any ideas what the issue could be?if i transfer the movies from the external to the laptop they will add to the library without any problem so theres no issue with the laptop but when i go to add file in itunes i can path to the external but as soon as i select the file nothing happens, just goes back to itunes

    This happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • ITunes stalls when finding files-won't add to Library...

    This started with trying to delete several duplicate files.  The cure turned out to be far worse than the disease. 
    So tonight I moved all copies of all my music to another hard drive.  Then I took a backup from a few weeks and (with Carbon Copy Cloner) ONLY backed up my iTunes music folders, hoping to start fresh. 
    When I open iTunes, I get that import, download or find music files screen.  If I go to add to Library nothing happens.  I select the link to search for files, and it works for anywhere from 3-20 minutes.  It gets to a point where it says "processing download.m4v" and then it stalls.  I waited over an hour once.  All you can do is force quit at that point. 
    The weirder thing is I have even gone into terminal to display hidden files and there is no file with that name anywhere on my computer. 
    I do have what is on my iPhone and I have it set so it won't sync.  My understanding is sync will replace my iphone with my iTunes library (which is nothing).
    I thought there used to be a way to have the iPhone override the computer, or truly sync in that whatever is on one will be copied to the other.  But this is how I lost everything yesterday. 
    Even if i were to throw money at this problem right now, I have no idea how to get iTunes to import anything at this point.  I have gone in and deleted the preferences, and i have zapped the pRAM. 
    Any suggestions or reference much appreciated.
    enzosf

    I've been having the same problem on my wife's Windows XP machine and after some experimentation determined that iTunes does not like the fact that there is a space in name of the "TV Shows" folder. Since iTunes wants to put TV Shows in this folder you can't change the name but I did find a pretty simple work around. From Windows Explorer I mapped a network drive directly to the "TV Shows" folder, so instead of selecting "...\iTunes Music\TV Shows" (or some level above that) as the folder when doing a File, Add Folder to Library..., I selected n:\ (the network drive I mapped) and it worked great.
    I don't understand what the issue is with the space, especially since music stored on a network drive does have this problem, but this did the trick.

  • Merge two iTunes libraries fails due to ADD TO LIBRARY...

    I want to merge my laptop iTunes library back into my desktop itunes library (both machines are Macs running OS X 10.7.5 with iTunes 11.0.1).
    However on the desktop, the iTunes "Add to Library..." command does nothing when I select the XML file on the laptop to which I exported my laptop library!
    (The laptop drive is shared, and I access it over the network.)
    Anyone know how to resolve this?

    OK, finally had a chance to try this: just used a playlist (all I really need are the new songs, and I made a smart playlist based on date added to get these songs [copied those to a manual playlist that I then exported]).
    Procedure:
    exported playlist on laptop to XML file on laptop
    copied songs in playlist within iTunes (view playlist, select all, right click and select copy)
    then in Finder pasted the copied playlist songs to a new folder on laptop
    on desktop did a Add to Library to add songs over network from playlist folder on laptop (from prior step)
    on desktop did a Library->Import Playlist and imported playlist XML file from step 1 (over network)
    (One observation: some of the songs were purchased from iTunes: at first I didn't realize why all the songs didn't get imported into desktop library in step 4; then I realized they were already there on the desktop because they were purchased and the desktop and laptop have the same iTunes account ... so a purchase on laptop automagically appears in the desktop library!)
    RESULT:
    Sure, the playlist got created OK, but key metadata seems to have NOT been copied over, e.g. all my star ratings except for two songs were not copied over.
    Example: one song had a 4 star rating and sure enough an XML entry "<key>Rating</key><integer>80</integer>"
    ...but it came out in the desktop library with NO start rating.
    Time for some manual updates ... and a better procedure!

Maybe you are looking for

  • Issue with borderless printing using plain paper

    Hi,I previously used hp 7000 wide format for printing borderless (edge-to-edge) on A3 plain paper from pdf or autocad or even ms word.Now I am using Hp 7612. Here i am not able to do edge to edge prnting on A3 plain paper using hp 7612 driver.My oper

  • How to highlight searched words in pdf file opens from web??

    Hello fellows I need to create a web page that holds couple controls include "search" button .When client clicks on the button the programm will search pdf file, open it in client reader with highlight on searched words .. Is that any posibility to d

  • How to fetch?

    Hi friends... I am creating a report for earnings in foreign currency. In that there are some 10 to 12 G/L account numbers which  are given by the user.I have to take records from bsid table belonging to only that G/L accounts. So how can I do this ?

  • Can it be plugged into a car

    i was wondering if the Airport can be plugged into a car jack i need to have wireless in my car im going on a long trip w/ my family help

  • How do I answer my security questions? Forgot answers

    How do I answer security questions