Contents of iPhoto 6 data files

I'm trying to get a comprehensive understanding of the data structures of iPhoto 6. For the life of me I can't find any previous postings that explain all the files. In particular, I'd like to understand (high level) the contents of the following files:
AlbumData.xml
Dir.data
iPhoto.ipspot
iPhotoLock.data
Library.data
Library.iPhoto
Library6.iPhoto
Thumb32Segment.data
Thumb64Segment.data
ThumbJPGSegment.data
I know that the Thumb*.data files have thumbnails in them, but don't know what the difference is between the three files. I'm assuming the iPhotoLock.data is a semaphore to lock out multiple accesses to these data files. And I have divined that AlbumData.xml contains the roll and album information for every photo, in addition to some other good stuff.
What I understand the least are the three Library*.iPhoto files. In particular Library6.iPhoto is big (~100Mb for 6000 pics)--what's in there?!
Thanks!
iMac   Mac OS X (10.4.7)  
iMac   Mac OS X (10.4.7)  

So I want to know what they are so I can experiment with doing some of my photo management in iPhoto, and some directly through the file system. And I want to try to do things like delete Library6.iphoto but I don't want to spend an hour re-entering the dates for all of my rolls when iPhoto recreates the rolls with the weird dates that it grabs.<<<</div>
That's what I had expected. Don't tamper with the iPhoto library unless you enjoy bleeding ulcers. The following is pasted from the iPhoto "Help" screens:
IMPORTANT: If you move, delete, rename, or otherwise touch files or folders within this folder, you may be unable to see your pictures in the iPhoto application.
What is it that you want to do that you're unable to do from INSIDE iPhoto?

Similar Messages

  • Just bought a 2tb external hard drive with the intention of moving my iPhoto data files on it. I have so much of my 500 gigs being used up by images and video. Questions: Will this foul up my iPhoto app? Do I need to point iPhoto to this new location?

    Just bought a 2tb external hard drive with the intention of moving my iPhoto data files to it. I have so much of my 500 gigs being used up by images and video. Questions: Will this foul up my iPhoto app?
    Do I need to point iPhoto to this new location?
    Thanks!

    Are you running a Managed or a Referenced Library?
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management.
    Assuming a Managed Library:
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Unable to display the Content of a data file from within another data file in Oracle webcenter portal.

    We have a Content Presenter taskflow. This task flow is added to a jspx page. The taskflow fetches the content from the contributor data file. The contributor data file is having a WYSIWYG editor. The content of the WYSIWYG editor is being displayed correctly through the task flow.
    We have some links in the WYSIWYG editor. These links again point to some data files. When we click on these links from within the portal, then we are getting a blank page(the url of this blank page is: http://localhost:7101/eWSIBPortal/faces/oracle/webcenter/sitestructure/render.jspx?datasource=UCM%23dDocName%3AWSIB_ARTICLE) and not displaying the content of the data file that we are pointing to from the WYSIWYG editor.
    We want to display the content of these data files(which we have pointed from WYSIWYG editor) in-line within the portal.
    Please help us to resolve this issue and let us know if any information is required from our end.

    Thanks for reply. However, can I use XSQL to dump the formated text to a file? or just can display to client through web browsers?

  • Restoring iPhoto data file or ediitng Quicktime move made from iphoto

    I wanted to edit an old slideshow I had done in iphoto (I don't know the version) a while ago. i thougfh i had saved the slideshow or library correctly . All I have from that time is a Data file with the name of the slideshow. I have tried to open it, import it into iphoto (I believe i am using the latest pre-purchased version) and all those atempts are unsuccessful. I have the quciktime move I had exported the slideshow into. I wanted to lengthen the transition time (dissolves) between the slides on the quicktime move. I am unable to edit the quicktime .mov. Even if I upgraded to Qucktime Pro I don't think I would be able to edit those transition times. what can I do?
    Thanks

    A Volume is a Hard Disk, or a partiton on a Hard Disk.
    Hard Disks can be structured in different ways to hold the data, and iPhoto requires a Disk/Volume that is formatted Mac OS Extended (Journaled). If the library is on a disk with a different format then the data won't be stored in an appropriate structure.
    I'm 99.999% certain that Crashplan's server is not formatted Mac OS Extended (Journaled). VIrtually no servers are.
    So, when you write the iPhoto Library to that server the data is not structured properly, and that's why you have problems when you restore.
    It should be noted that ordinary files won't have a problem, in this sense they are Mac compatible. But an iPhoto Library is not an ordinary file. It's a complex ecosystem of interlinked databases, caches, metadata files plus you images. This is also true of Aperture and 3rd party apps like DevonThink Office and so on.
    The best you can hope to do is get everything down from Crashplan first, and then see about cleaning up the mess.

  • Get-Content and add Date and Time in a new file

    Hello,
    in a existing file I have data like:
    1;Idle
    5;chrome
    1;spoolsv
    Now I need to grab the content and add date and time in front of each line and save it to another file like:
    07.04.2015;10:18;1;Idle
    07.04.2015;10:18;5;chrome
    07.04.2015;10:18;1;spoolsv
    But I don't have any idea how I could solve this challange. Does anyone have a helping hand for me?
    Greetings

    Hello,
    If you need a new file with the desired output try this
    get-content .\current.txt | Foreach-Object{ $dntv = (get-date) ; "$dntv" + $_} | Out-File newfile.txt
    regards,
    V
    Venu

  • Best strategy to upload a big data file and then to insert in db the content

    Hi,
    Here's our requirement. We have a web business application developed on JSF 1.2, JE66, WebLogic for application server, and Oracle for the data back end tier. We need to upload big data files (80 to 100 Mb) from a web page, and persist the content in database tables.
    What's the best way in terms of performance to implement this use case ? Once the file is uploaded on server a command button is available on the web page  to trigger a JSF controller action in order to save data in database.
    Actually we plan to keep in memory the content of the http request, and call insert line on each line of the file. But i think it's bad and not scalable.
    Is is better to write the file on server's disk and then use multiple threads to send the lines to the database ? How to use multi threading in a JSF managed bean ?
    Thanks

    In addition, LoadFromFile is overloaded to handle both BLOB and CLOB:
    PROCEDURE LOADFROMFILE
    Argument Name                  Type                    In/Out Default?
    DEST_LOB                       BLOB                    IN/OUT
    SRC_LOB                        BINARY FILE LOB         IN
    AMOUNT                         NUMBER(38)              IN
    DEST_OFFSET                    NUMBER(38)              IN     DEFAULT
    SRC_OFFSET                     NUMBER(38)              IN     DEFAULT
    <BR>
    PROCEDURE LOADFROMFILE
    Argument Name                  Type                    In/Out Default?
    DEST_LOB                       CLOB                    IN/OUT
    SRC_LOB                        BINARY FILE LOB         IN
    AMOUNT                         NUMBER(38)              IN
    DEST_OFFSET                    NUMBER(38)              IN     DEFAULT
    SRC_OFFSET                     NUMBER(38)              IN     DEFAULT

  • Upload file - get rid of Content-Disposition: form-data;

    Hello,there.I just want to know if somebody had succesfully solved problem of getting rid of rows
    at uploaded file
    -----------------------------7d23c05be8
    Content-Disposition: form-data; name="fromflr"; filename="C:\WINDOWS\Desktop\Clock"
    Content-Type: text/plain
    "Some Data"
    -----------------------------7d23c05be8
    Content-Disposition: form-data; name="toflr"
    HARGAL
    I just need get rid of rows like
    -----------------------------7d23c05be8
    Content-Disposition: form-data; name="toflr"
    HARGAL
    and leave only "Some Data" in uploaded file.
    Any suggestion would be appreciate.

    See for example Upload taglib from Coldtags suite:
    http://www.servletsuite.com/jsp.htm

  • Could not parse the file contents as a data set. There were too many variable names in the first line of the text file.

    Could not parse the file contents as a data set. There were too many variable names in the first line of the text file.

    What are the Variables settings, what is the text file’s content, …?

  • How to create new .dat file and its contents?

    Hi There
    Can anybody let me know the procedure of how to create new .ctl or .dat file to load data to tables.
    i working on 2day dba chapter 8. it shows me how to creat table and use .dat file to load data. but doesnot giv any clue how new .dat file and its contents can be created. please help.
    thanks in advance.

    Thanks for ur help
    I ve created txt file in notepad and saved it as dat file. tried to load that data thru Enterprise manager. used load data from User files everything went well and job was showing suceeded but dont know why that data is not showing in the table. i ve tried it now for three four times. used right table and pathe but dont know. has anybody got idea why that ll be?
    Thanks

  • Iphoto 08 all the photos gone (even in Original and Data file)!

    Hi,
    I was uploading pictures to my new Iphoto 08 and suddenly all my thumbnails for the albums were gone. So I tried to rebuild the library and then found that even in Iphoto Library (that I opened with Show Package) there isn't a single photo in data nor originals--only the folders for my events. This is very frustrating since these are all my photos from past four years. And I haven't activated Time-Machine Yet. Please let me know what I can do from here.
    Lunacht

    Lunacht:
    Welcome to the Apple Discussions. Where were you importing the photos from? Are there any files in those event folders? Do a search in your home folder for "Library6.iPhoto" and see what you find. If there's more than one then you have another library somewhere.
    Happy Holidays
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto 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), 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 08 libraries and Leopard. 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.

  • IPhoto Originals File now by Date and not Event - why?

    Ever since I upgraded to iPhoto 09, I realized the original file structure in the iPhoto Library has changed back to Dates, rather than by Events, even though all my photos belong in a non-date event. This is the same as Iphoto 06. I got used to the Event structure in iPhoto 08.
    All my previous events are still intact, but I have this problem for my new pics where if I put them in an event, the original file structure would be sorted by date. This is very annoying if I want to send an event to someone or if I'm using Front Row/Boxee to view a particular event. Does anyone have the same issue? I thought if I put a photo into an event, it would automatically update in the file structure immediately as well.
    As you can see below, some files are sorted by Events and some files are sorted by Dates:
    This is my 2009 iPhoto Originals file:
    4 Jul 2009
    5 Nov 2009
    7 Aug 2009
    7 Jul 2009
    7 Nov 2009
    8 Aug 2009
    8 Aug 2009_2
    8 Aug 2009_3
    8 Aug 2009_4
    8 Aug 2009_5
    15 Mar 2009
    18 Nov 2009
    19 Jun 2009
    Australia 2009 Jayne's Photos
    Australia Sue's Photos 2009
    Bedroom Project
    Dublin
    Oz Quick Album
    Portugal 2009 Sue
    Rovinj Sue Photos
    Take That
    Is there anyway I can have this file organised by Events and not Dates?
    Thank you for your help.
    David.
    Message was edited by: David Spencer5

    Is there anyway I can have this file organised by Events and not Dates?
    No.
    The strict link between the Events in the iPhoto Window and the folders in the Finder was broken with iPhoto 09 and no one outside of Apple knows why.
    However, it shouldn't matter, because you ahould not be accessing the files inside the iPhoto Package File anyway - bluntly it's not a supported way of accessing the files.
    Make Albums of the photos to view in other apps.
    fwiw:
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD

  • IPhoto Library: Data Files

    Does anyone know how to access the actual data files with the photos in the finder as in previous versions of iPhoto?

    Brian
    Welcome to the Apple Discussions.
    What specifically are you trying to do? When you say "data files" do you mean your pics? Or the library database files? Or the thumbnails in the /Data folder?
    With iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Unix Style Package File. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    There are many, many ways to access your files in iPhoto:
    For 10.5 users: You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. If you're using Gmail you can use THIS
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use THIS
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto will not open.  Here's the message  that I get. Process:         iPhoto [3543] Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier:

    I recently ran monolingual and removed all but the intel-64 bit architectures.  Now my iphoto (along with Idvd, garage band, imovie) will not open.  Here is the message that I get.
    Process:         iPhoto [3543]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-4750000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [109]
    Date/Time:       2011-06-10 21:48:59.821 -0500
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -4164908 sec
    Crashes Since Last Report:           8
    Per-App Crashes Since Last Report:   11
    Anonymous UUID:                      45357CCD-011B-482E-A2EA-CF42096F1321
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: iMac10,1, BootROM IM101.00CC.B00, 2 processors, Intel Core 2 Duo, 3.06 GHz, 4 GB, SMC 1.53f13
    Graphics: ATI Radeon HD 4670, ATI Radeon HD 4670, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST31000528ASQ, 931.51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0x24300000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0x24400000
    USB Device: External HDD, 0x1058  (Western Digital Technologies, Inc.), 0x0901, 0x26400000
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26500000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x06110000

    Please let me know when you find a fix. I did the same thing and have tried every suggestion I can find online. The message I get is...
    Process:         iPhoto [4991]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         ??? (???)
    Build Info:      iPhotoProject-6070000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Date/Time:       2011-06-13 23:39:38.485 +1200
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Interval Since Last Report:          -1643976 sec
    Crashes Since Last Report:           35
    Per-App Crashes Since Last Report:   12
    Anonymous UUID:                      D4811036-EA8D-479D-8D9F-11E2FC8F6D4C
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
      Referenced from: /Applications/iPhoto.app/Contents/MacOS/iPhoto
      Reason: no suitable image found.  Did find:
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
              /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow: mach-o, but wrong architecture
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <1C06ECD9-A2D7-BB10-AF50-0F2B598A7DEC> /usr/lib/dyld
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545025B9SA02, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 3.5 GB
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000
    I have reinstalled Mac OSX 10.6.3 and done the updates from there.
    I have reinstalled ilife 11 from disk and done the updates.
    I have deleted all the suggested files and then redone install and updates.
    I have tried just reinstalling iphoto and doing updates.
    Is there any way to get a replacement -  /Library/Frameworks/iLifeSlideshow.framework/Versions/A/iLifeSlideshow
    file with the right architecture?

  • IPhoto can't find iPhoto Library files

    Hi All,
    I have a older iMac running 10.4, 512MB RAM.  It was running very slowly and reading other posts figured my large iPhoto library (iPhoto 6) was the culprit.  I moved all but 2011 pictures to an external hard drive and deleted files from my iPhoto Library (did this through the Finder, not iPhoto).  I can see my .jpg files on the external drive and can see the 2011 .jpg files on my HD in the iPhoto Library.  When I launch iPhoto, I have no photos.  Within iPhoto I've tried to "import to library" and select my 2011 folder of .jpg's but the file is "unreadable".  I've tried changing the location of my iPhoto Library folder and "chose library" but that hasn't worked either.
    I think I may have deleted some file or path that allows iphoto to access the iphoto library folder (I copied back a "data folder" from the external HD but that didn't solve my problem) but I can't figure out what it could be.  Can anyone help?  I am just barely literate and apparently, know just enough to get myself into trouble, so "dumbed down" instructions would be very much appreciated.
    Thanks for any help you can lend!
    Shannon

    believe it or not, but I did do some research before I started...  I was just trying to back up files and create space - don't you people advocate for that kind of thing?
    I don't think that I did not follow your link... I did not move the entire contents of my original library, just most, I wanted... well it doesn't matter - I was able to solve the problem following a tip posted by "Old Toad" found below.
    Thanks for trying to help - I'm just glad I can see my photos again.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto 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.

  • Iphoto data folder different than originals and modified

    Some of the thumbnails in my Iphoto library have no picture file linked to them.
    I played with some pictures which were brought onto my computer from a camera with the time poorly set up. In doing so, some of the pictures in the data folder cannot be found in Iphoto. They are all there when I search through the originals and modified folders. It seems I may be able to replace contents of the data folder with contents from the orig/mod folders, seeing as all of the data is on an external drive.
    I routed Iphoto to use the backed up library as its source. All seems well, except for the folder issue. Is there and easy solution?

    I moved a bunch of folders around to open up space on my meager 80g HD Macbook so I could up grade to SL and not risk loosing any data. I moved the iphoto library to the external HD. I may have updated a previous back up and not changed the Data folder in the process. I think I updated the original and modified folders only into the HD's previous iphoto backup. The only folders I moved out of the original Iphoto folder in "pictures" were the modified and original folders because they were the largest files. The data folder and all others remain unchanged.
    Once SL was up and running smoothly, I opened Iphoto with the option button pressed and chose the program to read the pics from the Iphoto library on the external drive.
    Interestinly, When I did the same thing with my Itunes library it took about 20 minutes to load the library, in contrast, Iphoto was instant. Like it was reading the data folder within the computers HD and searching for the picture in the external. Movie clips seem to not be working at all. They don't seem to open QT automatically, or even work when it's open.

Maybe you are looking for

  • Sorry, a serious error has occured... can't read Premiere 2.0 archived project

    I am in the process of upgrading from Premiere Elements 2.0 to Premiere Elements 7, and also from Windows XP to Windows 7.  I have XP on one hard drive, and Windows 7 on another.  I've installed Premiere Elements 7 on the Windows 7 disk. When I creat

  • Adobe Interactive Form is not working - Specify Stream Source

    Hi Experts: I am having an issue, where the system I am on is SAP ERP Central Component 5.0 (ECC5.0). There is no Layout Tab to define ZCI or xACF in transaction SFP. I'm not sure if this is relevant, except that, I cannot get my custom Interactive f

  • How to set servlet properties in JDeveloper 3.1?

    Hello, I am using JDeveloper 3.1 and try to develop some servlets, however, when I cannot locate any servlet.properties file to configure my serlvet (basically some init param). For other web server, I know that there are either a servlet.properties

  • No wireless after updatingto 10.7

    I'm using a Buffalo wireless card to pick up a wireless network since the Buffalo card allows me to use an external antenna. All was working fine until I updated to 10.7. Now I dont even see any wireless networks while before updating I would see sev

  • Simple xml config file

    I have created a simple config file using something like:       XMLEncoder e = new XMLEncoder(                                   new BufferedOutputStream(                                       new FileOutputStream("Config.xml")));       e.writeObject