IPhoto 2: Saving a library across multiple volumes

I am running out of space on my hard drive for photos and would like to store some pictures on a jump drive. Is there any way in iPhoto 2 to have a library access pictures across multiple drives, or do I have to make two libraries? If so, how do I switch between the two libraries? Any help would be greatly appreciated.

spurn,
do I have to make two libraries?
iPhoto Help topic: "creating new photo libraries"
how do I switch between the two libraries?
iPhoto Help topic: "switching between photo libraries"

Similar Messages

  • Spreading your Aperture Library across multiple volumes/drives/disks

    I recall reading posts elsewhere by others (on an Adobe Lightroom forum) on how one's Aperture Library had to sit on one volume, meaning that it could not span multiple disks. At the time I figured I would be fine for a while since I had about 150 GB of free space on my main disk, yet kept the topic at the back of my mind.
    Today, as I do regularly, I was backing up my (Aperture) library to my iPod, (not through the "vault" mechanism but simply using Finder,) when I noticed it was copying (many) individual files, rather than one large file! Being familiar with Unix, including how certain items in Mac OSX are treated, such as "Applications" that appear to be one object in the GUI, yet are merely a folder structure behind the scene, it occurred to me that the Aperture Library, rather than being some sort of single-file database format, just might be a folder instead.
    I checked, and it is. Mind you, that doesn't prevent Aperture from keeping proprietary files within those folders, however, it would seem to me that one could easily use symbolic links to throw some of the files, perhaps at the project level, onto other disks, and thus span your library across multiple volumes even if Aperture does not yet offer or manage this ability.
    iMac G5 2.1 HGz, 1.5 GB RAM, 20"   Mac OS X (10.4.7)  

    Perhaps this article will help shed light on Aperture's library organization:
    http://homepage.mac.com/bagelturf/aparticles/library/libinside/libinside.html
    Enjoy!
    -- Jim

  • Sharing an iTunes Library across multiple user account and a network.

    Sharing an iTunes Music Library across multiple user accounts.
    Hello Everybody!
    Firstly, this was designed to be run in Mac OS X 10.4 Tiger. It will not work with earlier versions of Mac OS X! Sorry.
    Here's a handy tip for keeping your hard drive neat and tidy, it also saves space, what in effect will be done is an iTunes music library will be shared amongst multiple users on the same machine. There are advantages and disadvantages to using this method.
    • Firstly I think it might be worthwhile to state the advantages and disadvantages to using this approach.
    The advantages include:
    - Space will be saved, as no duplicate files will occur.
    - The administrator will be able to have complete control over the content of the iTunes library, this may be useful for restricting the content of the Library; particularly for example if computer is being used at and education institution, business or any other sort of institution where things such as explicit content would be less favorable.
    - The machine will not be slowed by the fact that every user has lots of files.
    The disadvantages to this system include.
    - The fact that the account storing the music will have to be logged in, and iTunes will have to be active in that account.
    - If the account housing the music is not active then nobody can use the iTunes library.
    - There is a certain degree of risk present when an administrator account must be continually active.
    - Fast User Switching must be enabled.
    Overview:
    A central account controls all music on the machine/network, this is achieved by storing iTunes files in a public location as opposed to in the user's directory. In effect the system will give all users across the machine/network access to the same music/files without the possibility of files 'doubling up' because two different users like the same types of music. This approach saves valuable disk space in this regard and may therefore prove to be useful in some situations.
    This is a hearty process to undertake, so only follow this tutorial if you're willing to go all the way to the end of it.
    Process:
    Step 1:
    Firstly, we need to organize the host library, I tidied mine up, removing excess playlists, random files, things like that. this will make thing a bit easier in the later stages of this process.
    Once the library is tidied up, move the entire "iTunes" folder from your Home directory to the "//localhost" directory (The Macintosh HD) and ensure that files are on the same level as the "Applications", "Users", "Library" and "System" directories; this will ensure that the files in the library are available to all users on the machine (this also works for networks)
    Optionally you can set the ownership of the folder to the 'administrator' account (the user who will be hosting the library.), you may also like to set the permissions of 'you can' to "Read & Write" (assuming that you are doing this through the user who will host the library); secondly you should set the "Owner" to the administrator who will be hosting the library and set their "access" to "Read & Write" (this will ensure that the administrator has full access to the folder). The final part of this step involves setting access for the "Others" tab to "Read Only" this will ensure that the other users can view but not modify the contents on the folder.
    Overview:
    So far we have done the following steps:
    1. Organized the host library.
    2. Placed the iTunes directory into a 'public' directory so that other users may use it. (this step is essential if you plan on sharing the library across multiple accounts on the same machine. NOTE: this step is only necessary if you are wanting to share you library across multiple accounts on the same machine, if you simply want to share the music across a network, use the iTunes sharing facility.
    3. set ownership and permissions for the iTunes music folder.
    Step 2:
    Currently the administrator is the only user who can use this library, however we will address this soon. In this step we will enable iTunes music sharing in the administrator's account, this will enable other users to access the files in the library.
    If you are not logged in as the administrator, do so; secondly, open iTunes and select "Preferences" from the "iTunes" menu, now click the "Sharing" tab, if "share my library on my local network" is not checked, the radio buttons below this will now become active, you may choose to share the entire libraries contents, or share only selected content.
    Sharing only selected content may be useful if their is explicit content in the library and minors use the network or machine that the library is connected to.
    If you have selected "share entire library" go to Step 3, if you have selected share "share selected playlists" read on.
    After clicking "share selected playlists" you must then select the playlists that you intend to share across your accounts and network. Once you have finished selecting the playlists, click "OK" to save the settings.
    Overview:
    In this step we:
    1. Enabled iTunes sharing in the administrator's account, now, users on the local network may access the iTunes library, however, users on the same machine may not.
    Step 3:
    Now we will enable users on the same machine to access the library on the machine. This is achieved by logging in as each user, opening iTunes, opening iTunes preferences, and clicking "look for shared music". now all users on the machine may also access the library that the administrator controls.
    This in effect will mean that the user will not need to use their user library, it will be provided to them via a pseudo network connection.
    As a secondary measure, I have chosen to write a generic login script that will move any content from the user's "Music/iTunes/iTunes Music" directory to the trash and then empties the user's trash.
    This is done through the use of an Automator Application: this application does the following actions.
    1. Uses the "Finder" action "Get Specified Finder Items"
    1a. The user's "~/Music/iTunes/iTunes Music" folder
    2. Uses the "Finder" action "Get Folder Contents"
    3. Uses the "Finder" action "Move to Trash"
    4. Uses the "Automator" action "Run AppleScript"
    4a. with the following:
    on run {input, parameters}
    tell application "Finder"
    empty trash
    end tell
    return input
    end run
    IMPORTANT: Once the script is adapted to the user account it must be set as a login item. in order to keep the script out of the way i have placed it in the user's "Library" directory, in "Application Support" under "iTunes".
    Overview:
    Here we:
    1. Enabled iTunes sharing in the user accounts on the host machine, in effect allowing all users of the machine to view a single iTunes library.
    2. (Optional) I have created a login application that will remove any content that has been added to user iTunes libraries, this in effect stops other users of the machine from adding music and files to iTunes.
    Step 4:
    If it is not already enabled, open system preferences and enable Fast User Switching in Accounts Options.
    Summary:
    We have shared a single iTunes library across multiple user account, while still allowing for network sharing. This method is designed to save space on machines, particularly those with smaller hard drives.
    I hope that this hint proves to be helpful and I hope everybody will give me feedback on my process.
    regards,
    Pete.
    iBook G4; 60GB Hard Drive, 512MB RAM, Airport Extreme   Mac OS X (10.4.6)   iWork & iLife '06, Adobe CS2, Final Cut Pro. Anything and Everything!!!

    how to share music between different accounts on a single computer

  • Sharing one iTunes library across multiple accounts on the same Mac

    Hello, I've poked around at some of the posts dealing with sharing one iTunes music library across multiple accounts on the same Mac but it seems like this can only be done if the libary is moved to a shared folder. I realize this can be done but I was trying to share it the way it is described in a post on Apple support (See link below.). That post seemed to imply that you don't have to move the library from its original location (owned by account A, e.g.), rather just make a couple preference changes in the accounts, use fast user switching and voila. That doesn't seem to work. So my question is this: Is the only way to share one iTunes music library across multiple accounts on the same Mac to move it to a shared folder? I'm running 10.4.8 on an Intel iMac. Thanks in advance!
    http://docs.info.apple.com/article.html?artnum=93195

    After reading this and several other related threads, I am becoming thoroughly confused about all of this. I have a situation similar to the one that pokerpal described in the post dated January 7 at 8:06 pm, except that the music files on my system are located on an external hard drive. Everything else is pretty much the same though - I am the admin user (and the main iTunes user and maintainer) and my girlfriend is a standard user who has no music in her own iTunes library. She can see and listen to and make playlists from and sync her iPod with the music in this library from her account, and I can do the same thing, independent of her, from my account. And if I make a change to information within a song, she doesn't see it, and vice versa, and I understand that. What I don't understand is why when I add a song or an album to the music files by importing a CD or downloading something from the iTunes Music Store, she has no way of knowing that unless I tell her, and then she can add it to her library by using the "Add to Library" function. Is there no way of automatically updating her library files to add the new song(s)? We have almost 15,000 songs and videos in that library, and I don't even want to think about what might have to happen if the answer to my question is "no." Interestingly enough, if I put an update to a Word document in the same exact location (on the hard drive), we can update that and pass it back and forth all day - why is that such a difficult task for iTunes to accomplish?
    Sorry I went on so long, but this has been building up for some time, and none of the solutions I've read about here have really been of any help, so I'm a bit frustrated and, as I said at the beginning, confused.
    iMac G5, MacBook   Mac OS X (10.4.8)  

  • Duplicate file detection and removal across multiple volumes?

    hello there
    i use decloner, for duplicate file removal.. it works great for removing duplicates on the same volume, unfortunately, i have a mac pro with multiple hdds and want to run a duplicate search which includes every hard drive, which decloner doesn't seem to do. (some of my hard drives have identical folders and files)
    can anyone recommend me a piece of software that does duplicate removal across multiple volumes?
    many thanks!

    My boss sez "Whew"
    My backup email admin sez "Whew"
    I sez "Whew and Thank You very much"
    Originally Posted by Dave Parkes
    Yep, it is possible for that to happen, FIDs should only be unique within
    a single post office.
    As for moving a user, if their current fid already exists within the
    target po, then they will get a new unused one as part of the move process.
    So, there is nothing really to fix
    Cheers Dave
    Dave Parkes [NSCS]
    Occasionally resident at http://support-forums.novell.com/

  • Sahring library across multiple macs

    I just bought a second mac and was wondering if there is a way to display photos in the iPhoto library on Mac #2, as if they were resident on the machine. Mac #1 has an extensive, many-gig photo and iTunes library and I don't want to have to copy all those files onto Mac #2, taking up hard drive space if it is not necessary. I've turned on all the sharing options I could possibly find, yet when I open the iPhoto app the only library I can see is the empty one on Mac #2. I'd like to have slideshows etc right from Mac #2 without the files being on it. Shor tof importing all the files, is there any way to do this? thanks

    Hi ryan,
    First off, the Macs must be on the same network either wired or wireless.
    Here are all the info links I have for you to check out.
    SHARING IPHOTO LIBRARIES
    Sharing libraries between users on the same local network
    You can also share a library on the same machine between users the same way.
    Sharing libraries between users on the same machine...
    -both users must have sharing enabled in their iPhoto Preferences
    -both users must be logged in and have iPhoto running
    -Remember that you can only view the other library. You can't edit the photos or play the saved slideshows or view the made books or burn them to CD or DVD. The books and slideshows will show up as an album. You can play that album as an "on the fly" slideshow. You can drag images from the sharing library to your library in the source column to import them to your library. You can then edit, add to albums, books, slideshow, etc.
    Sharing links from Apple....
    Sharing your photos between computers
    About shared photos
    Turning off photo sharing
    Looking for shared photos
    Lori

  • Problems sharing iTunes library across multiple accounts on one imac

    I have followed the Mac OS instructions in this article http://support.apple.com/kb/HT1203 to share music accounts on the family iMac by putting the iTunes Media folder in a public directory. When I go to connect to this library the I cannot see the actual iTunes Media folder but the following file path is available: ~/Public/Automatically Add to iTunes.localized. Selecting this folder does not appear to make the library available.
    Has anyone had this problem?

    iTunes: How to share music between different accounts on a single computer - http://support.apple.com/kb/HT1203 - relocating iTunes' media folder to a shared area but leaving separate library files - extra tip at https://discussions.apple.com/message/17331189
    Chris CA's instructions on sharing one iTunes music library between multiple user accounts - https://discussions.apple.com/message/8974074 - Multiple users using a single library file - similar post at: https://discussions.apple.com/thread/3753008

  • Problems sharing iPhoto library across multiple users

    This discussion here:
    https://discussions.apple.com/thread/1690063?start=0&tstart=0
    describes my problem exactly. Unfortunately, the solution presented there doesn't work. I've tried everything I can think of, does anyone have any ideas on how to solve this? I'm on Lion now.

    Thanks for the reply. I do have an external drive but I'd rather not do that for a couple of reasons. (Please let me know if either of these are unfounded)
    1. It's essential that I have a good backup solution for my photos. They're probably the most important data I have. My external drive has two partitions and one of them is for Time Machine. If I put the iPhoto library on the other partition, it will still be on the same physical drive and if it fails, I'll lose both the iPhoto library and its backup on Time Machine! I do have Backblaze too but I'm not sure whether it works with external drives - need to check that.
    2. The second partition on the external drive is FAT 32 so that other windows devices in our house can use it. If I reformat to OS X Extended, I believe that will be a problem. Correct me if I'm wrong.
    I could buy another drive but I'd rather not splash out the cash if I don't have to. Apple's instructions here: http://support.apple.com/kb/HT1198 are old and need to be updated for Lion but it should work, right?

  • Iphoto not saving updated library

    I've been trying to add my latest photos into iphoto and it copies them all across ok, shows them all in the library and I can rotate them or add titles etc but when I quit iphoto and then reopen it, the library goes back to how it was before and all the latest photos I've just added have disappeared. I've tried it several times but the new photos always disappear. When I first tried to add the photos, iphoto did unexpectedly quit so I don't know whether that's what's causing the problem but I've tried restarting, downloading the latest update and also trashing the plist so that it rebuilds the prefs and even rebuilding the OS 9 desktop just in case that would help but it's still happening. Any ideas? Thanks

    Sarah,
    Just a question.
    Are these images imported into iPhoto directly from your digital camera?
    Is the date set correctly on the digital camera?
    Are these images imported from a folder on a hard drive?
    Were these images taken recently or were they taken a long while ago?
    Do you have the Library view set to "view by film roll"
    Basically why I am asking this is because if you view by date and film roll, if the images were taken a while ago, or if the camera has the wrong date, you are not going to see them at the top of the library.
    They will be placed in a roll in the library according to the date they were taken.
    You should however be able to view the last roll of import by highlighting "last roll" in the source column.
    other than that, do what Sam says

  • Sharing Library across multiple machines

    I have a shared network drive in my house and want to have multiple computers (two Macs and one PC) all have access to the same library. I have all of the machines pointing to the same mucis folder so that is not a problem.
    I would like to be able to add music to the library from any of the machines but then be able to update the individual iTunes screens to show all of the music in the folder.
    After putting in several hundred songs and going to each machine and using Add Library (Add Folder to Library on the Windows PC), I now find that I have duplicated the MP3 files in the album directories. The iTunes screens on each computer only shows the songs listed once but the files are duplicated.
    There has to be a way to do this without duplicating all of these files.
    Thanks for any suggestions.
    David

    David,
    there is no auto-sync feature build-in into iTunes.
    As a workaround when adding/importing music put those tracks on a seperate playlist (or use a smart playlist) and export this playlist to a shared folder.
    Then import this playlist on your two other computer.
    To avoid dupes disable in iTunes Preferences Advanced "Copy files to iTunes Music Folder ...."

  • Sharing an iTunes library across multiple computers

    I tried Home Share but it did not do what i expected.  In addition to doing Home Share, the files need to be copied to each computer apparently. 
    Is it permitted to have the iTunes Library be located on a shared disc (such as one attached to an AirPort Express)?  So that one copy of the library would be used by all copies of iTunes running in the house?
    I am confused because different products seem to work differently.  If I set up my iMac and my Mac Book with Home Share, each of htem needs a copy of the library in its own disk space.  But if I set up Apple TV to use Home Share, it plays my videos from the hard drive of my iMac.  Yes both describe Home Share as the same concept. 
    So far it appears that MacBook and iMac do not share libraries in the sense of using a single copy on disk.
    What about iPhone and iPad?  Do they read the library from the home sharing computer or do the media files need to be downloaded ahead of time to the iOS device?
    What am I missing here?
    Thanks,
    Bruce

    Not really. Each computer will have a separate library within iTunes. They can be set to use the same file storage location but I have no idea how to do that with a Mac.

  • Sharing one library across multiple Macs on a Home Network

    Firstly apologies if this has already been dealt with. I have searched but cannot find exactly what I am looking for.
    My set up is as follows. I have a Mac Book. I run iTunes and my iTunes database is currently on my Mac Book. The actual music and video collection is all on a Home Server that is connected by cable to an Airport Extreme Base Station.
    When I log into my Mac, the server is auto-mounted, and my iTunes library points to the folder on the server.
    So here are my issues:
    1. I am so impressed with Macs that I am about to purchase a Mac desktop. Is there a simple way that a non-technical person can understand, to ensure that I see the same iTunes library whether I use the laptop in the garden or the desktop in the study? I do not want to have to keep updating two separate libraries with changes (that's what the computer should do) rather I want the IT to do it automatically for me.
    2. I also share my entire music collection with my partner. Now sometimes one of us buys a CD we both like from the iTunes Store. If my partner does this and does not tell me, we end up with different libraries that do not match. Is there any way around this problem?
    Looking forwrd to any help you can offer.
    All the best
    Christian
    London, England

    there is no problem doing that on a windows machine on a windows machine you just press shift and restore in itunes and point to the downlloaded firmware file

  • Managing large iTunes library across multiple storage devices

    Greetings,
    I'm trying to find a way to manage a very large library of about 1 TB, which obviously won't fit on my MBP hard drive.  I want my movies and tv shows on an external drive, but would like my music, podcasts, etc on my internal drive.  I would like to ability to see all items when in iTunes, and would like the ability synch any of the items when synching my iPods, iPhone, or iPad.
    I know I can go into the preferences and select the advanced tab and deselect the Copy files to iTunes Media folder when adding to library and then put my media on an external storage device.
    My question is this... when I download new movie or tv shows from iTunes, where will it put them?  Will it put them in my iTunes media folder, or will it put them on the external drive, or someplace else?
    Wouldn't it be easier if Apple would allow you to designate where you wanted to put your videos versus or audo content?  it just seems so "unintuitive" for a company that prides themselves on being easy to use, and of course, "just working"
    Any help would be appreciated.
    Thanks in advance... Scott

    iTunes hasn't really caught up with Apple's seeming trend towards devices that are smaller and smaller and the glut of media that requires large storage.  I guess in the end it might be expected one goes to cloud storage of some sort.
    I have never bought anything from iTunes Store but I guess it will still download to someplace indicated in preferences for your media folder location even if you have turned off copy to for other methods of adding media.  Two options then.  Either make that place your internal drive and move files to the external as you download them, or make it the external drive and work with special handling of music files on the internal.  You can override iTunes copying items if you hold down the option key while dragging the item to itunes.

  • HT1203 Problems sharing iTunes library across multiple accounts on one imac

    I have followed the Mac OS instructions in this article http://support.apple.com/kb/HT1203 to share music accounts on the family iMac. When I go to connect to this library the I cannot see the actual ITunes Media folder but the following file path: ~/Public/Automatically Add to iTunes.localized. Selecting this folder does not appear to make the library available.
    Has anyone had this problem?

    You'll likely get better assistance in the iTunes for Mac forum instead of the iTunes for Windows forum where you've posted.

  • Managing a large library across multiple external HDDs (advice needed)

    Here's the rundown. I have an extensive media library, and I've found that satisfying my storage, editing, and convenience needs at the same time is difficult.
    Setup:
    Mac Mini - 120GB
    Mini Stack - Partitioned 500GB (120 backing up main drive, 380 for iTunes Music and misc.)
    FreeAgent - 320GB (backup for Music)
    2x MyBook 1.5TB - iTunes Movies (1 backs up to the other)
    2x MyBook 750 - iTunes TV Shows (1 backs up to the other)
    I'm operating right now with about 160GBs of music, music videos, and podcasts, about 950GBs of Movies, and about 500GBs of TV Shows and other misc Video that I organize in the "TV Shows" section of iTunes.
    I have all of my content nested within iTunes folders on each drive, and when adding or editing content I change the preferences to point to the appropriate folder.
    The problems I'm running into are that iTunes keeps wanting to update my library each time, and if a edit a file that is not in the currently selected iTunes folder the edits are only reflected in iTunes (not to the file itself).
    This comes up most frequently when I'm adding ripped TV Shows, as iTunes always adds them first as Movies, which I then change. I also rename the files and add artwork. If I'm pointing to the correct folder the files will move from a Movies folder to a TV Shows folder, reflect new names, and retain episode and other info. If not they don't update.
    So I want to know if there is a way to set my itunes folder permanently to the music location, add movies and tv shows from locations without copying to main folder AND retain the same editing abilities that you have by selecting "keep iTunes folder organized."
    Thanks for any suggestions.
    -Ryan

    iTunes hasn't really caught up with Apple's seeming trend towards devices that are smaller and smaller and the glut of media that requires large storage.  I guess in the end it might be expected one goes to cloud storage of some sort.
    I have never bought anything from iTunes Store but I guess it will still download to someplace indicated in preferences for your media folder location even if you have turned off copy to for other methods of adding media.  Two options then.  Either make that place your internal drive and move files to the external as you download them, or make it the external drive and work with special handling of music files on the internal.  You can override iTunes copying items if you hold down the option key while dragging the item to itunes.

Maybe you are looking for