Can I find files in "Originals" folder which aren't showing in iPhoto

I have found some corrupted photos in some events in my "Originals" folder. I think they came from when I tried to import some files from a corrupted CD, and I have since reimported them from a good copy of the CD. They are corrupted in that they are smaller in file size than the 'real' photos (1-4mb as opposed to 7-8mb) and they don't open with preview.
My question: Is there any way I can select / scan / search / discover / list all the files that are in the "Originals" folder but that aren't anywhere in iPhoto itself?
Thanks

Not that I know of.
You could try the following: launch iPhoto with the Command+Option keys depressed to rebuild the library. Select the last four options.
Click to view full size

Similar Messages

  • Can't find file in new folder?

    I'm writing a script that exports some data from Excel then opens the file in TextWrangler to do a find & replace. The first part of the script checks to see if there's a Folder called "Output" on the desktop, if not create the folder.
    If I run the script and the "output" isn't on the desktop it does create folder but the script errors with: "Can't make <class cfol> "Output" of <class cfol> "Desktop" of <class cfol> "user" of <class cfol> "Users" of <class sdsk> od application "Finder" into type list, record or text.
    But if I run the script with the "Output" folder already created it runs as expected.
    Any ideas??
    Here's my code:
    set OutputFolder to "Output"
    --set DefaultFolder to (path to documents folder as string) & "My Stuff:User Lists:" as alias
    (* Keep exported CSV file? *)
    set deleteCSV to true
    set targetFolder to (path to desktop folder) & OutputFolder & ":" as string
    try
    get targetFolder as alias
    on error
    tell application "Finder"
    activate
    set targetFolder to make new folder at (path to desktop folder) with properties {name:OutputFolder}
    end tell
    end try
    (* Select Users to Export *)
    set ExcelDocument to choose file with prompt "Please choose User List." without invisibles
    (* Open Users in Excel *)
    tell application "Microsoft Excel"
    open ExcelDocument
    activate object sheet "PC Information"
    set f_path to targetFolder as string
    --get sheet name
    set Nameofsheet to name of active workbook
    -- remove file extension
    set Nameofsheet to name of active workbook
    if text -4 of Nameofsheet is "." then
    set Nameofsheet to (text 1 thru -5 of Nameofsheet)
    end if
    -- save with new file name as CSV type
    save active workbook in f_path & Nameofsheet & " PC" & ".csv" as CSV
    -- close the sheet
    set CloseSheet to active workbook
    set saved of CloseSheet to true
    close active workbook
    end tell
    (* Find and Replace *)
    set file3 to alias f_path & Nameofsheet & " PC" & ".csv" as string
    tell application "TextWrangler"
    open {file file3} with LF translation
    replace "\\t" using "," searching in text 1 of text document 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false}
    replace "\"" using "" searching in text 1 of text document 1 options {search mode:grep, starting at top:false, wrap around:false, backwards:false, case sensitive:false, match words:false, extend selection:false}
    set properties of text window 1 to {show invisibles:true}
    set properties of text document 1 to {line breaks:DOS}
    --save text document 1
    save text document 1 to targetFolder & Nameofsheet & " PC" & ".txt"
    close document 1
    end tell
    (* Delete CSV file? *)
    if deleteCSV is true then
    do shell script ("rm " & (quoted form of POSIX path of file3))
    end if
    (* End *)
    tell application "Finder"
    activate
    display dialog "The Group " & Nameofsheet & " has been exported."
    end tell
    eMac 1.25GHz (Tiger) & G5 Xserve (Tiger)   Mac OS X (10.4.5)  

    Hi Ben
    In the case when your script creates a new folder, you're changing the variable targetFolder from a path (as string) to a Finder item. Excel needs the path.
    set targetFolder to (path to desktop folder) & outputfolder
    -- targetfolder is a string at this point
    --snip
    --the alias targetfolder doesn't exist, so:
    tell app "Finder" to set targetfolder to make new folder at desktop with properties {name:outputfolder} -- targetfolder is now a Finder object, not a string or an alias
    -- snip
    -- a bit later:
    tell app "Excel" to do things to targetFolder
    --Excel doesn't speak Finder, you get the error.
    As far as I can see you don't need to use the variable targetFolder for anything other than the string, so all you should need to do is:
    tell application "Finder" to make new folder at desktop with properties {name:outputfolder}
    The variable targetFolder doesn't get changed, and Excel will still understand it.
    Hope this helps,
    H

  • Trying to export RAW originals from Aperature 3 to LightRoom 4: I choose File Export Originals. I think then Pictures LR. But then I can't find files in LR library.Files seem stuck in Pictures as NEF

    Trying to export RAW originals from Aperature 3 to LightRoom 4: I choose File>Export>Originals. Then Pictures>LR. But then I can't find files in LR library.Files seem stuck in Pictures as NEF and or DNG files. I know Im stuck on something dumb but I am stuck. Help?

    You now need to import those files into Lightroom.
    BTW, Lightroom uses a "referenced" system so your images will always be in the folders you download/copy them to. Lightroom is a database first and foremost, albeit with non-destructive editing capabilities (effectively Adobe Camera Raw).

  • How can I find out who created or which id created the Essbase app. Is there any file where can i go and check to see?

    Hi All,       
                   Do you guys know how can I find out who created or which id created the Essbase app. Is there any file where can i go and check to see?
    I am on UNIX and 11.1.2.2
    Thanks all.

    Don't think that information is kept anywhere.
    This is how the log will look like during app and db creation
    [Fri Aug 02 13:35:55 2013]Local/ESSBASE0///9036/Info(1051001)
    Received client request: Get Extended Application Info (from user [celvin@Native Directory])
    [Fri Aug 02 13:36:04 2013]Local/ESSBASE0///8072/Info(1042059)
    Connected from [fe80::a531:1592:875b:3873]
    [Fri Aug 02 13:36:04 2013]Local/ESSBASE0///8072/Info(1051001)
    Received client request: MaxL: Execute (from user [celvin@Native Directory])
    [Fri Aug 02 13:36:06 2013]Local/ESSBASE0///5432/Info(1042059)
    Connected from [fe80::a531:1592:875b:3873]
    [Fri Aug 02 13:36:15 2013]Local/ESSBASE0///8072/Info(1051061)
    Application test loaded - connection established
    [Fri Aug 02 13:36:15 2013]Local/ESSBASE0///8072/Info(1054027)
    Application [test] started with process id [4324]
    [Fri Aug 02 13:36:15 2013]Local/ESSBASE0///8072/Info(1056010)
    Application test created
    [Fri Aug 02 13:37:22 2013]Local/ESSBASE0///6972/Info(1051001)
    Received client request: MaxL: Define (from user [celvin@Native Directory])
    [Fri Aug 02 13:37:22 2013]Local/ESSBASE0///6972/Info(1051001)
    Received client request: MaxL: Fetch (from user [celvin@Native Directory])
    [Fri Aug 02 13:37:28 2013]Local/ESSBASE0///4520/Info(1042059)
    Connected from [fe80::a531:1592:875b:3873]
    [Fri Aug 02 13:37:28 2013]Local/ESSBASE0///4520/Info(1051001)
    Received client request: MaxL: Execute (from user [celvin@Native Directory])
    [Fri Aug 02 13:37:28 2013]Local/ESSBASE0///4520/Info(1054014)
    Database test loaded
    [Fri Aug 02 13:37:28 2013]Local/ESSBASE0///4520/Info(1056020)
    Database test.test created
    Regards
    Celvin
    http://www.orahyplabs.com

  • I get itunes can't find file when I tried to play a TV show I had purchased that was supposed to be in the cloud. There are several of these, including an entire season. In the store it shows that I purchased these shows when I checked them.

    I get itunes can't find file when I tried to play a TV show I had purchased. I then checked and had this problem with an entire TV season I had purchesed. The shows were supposed to be in the cloud. I went to the itunes store, went to the tv shows and they showed that I had purchesed them. They do not show up when I click on purchesed in the store.

    Try this...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • How can I find a lost bookmark folder in another bookmark folder? I had a sticky mouse when I moved it.

    How can I find a lost bookmark folder? A folder stuck on my mouse pointer I shook the mouse and it released the folder somewhere in the hundreds of other bookmark folders. I don't want to have to open every folder and search every file to locate it. Any ideas would be appreciated.

    Renaldo,
    You might try restoring a backup of your bookmarks.
    1. From the menu at the top of the Firefox window bar, click the Bookmarks menu and choose Organize Bookmarks to open the Library window.
    2. Before proceeding, you should make a backup of your current bookmarks.
    1. From the toolbar on the Library window, select Import and Backup and choose Backup.
    2. Firefox will ask you to save the bookmark backup to a folder on your hard drive. Choose a location that you will remember.
    3. Your current bookmarks have been backed up to the file you selected.
    3. From the toolbar on the Library window, select Import and Backup to open the Import and Backup menu, and pick Restore to see a list of available bookmark backups organized by date.
    4. To restore one of the listed backups, select it from the Restore menu. Choose the newest bookmark backup that was created before the bookmarks were lost. You will lose all changes to your bookmarks that occurred after the date you select.
    '''NOTE:''' To restore a backup that you saved manually, select Choose File from the Restore menu instead of selecting an automatic backup
    5. A confirmation window will appear asking you to confirm replacing your bookmarks with the backup. To replace the bookmarks, press OK. To go back, press Cancel.
    '''NOTE:''' You cannot undo this unless you saved a backup file as instructed above.
    6. Your bookmarks have been restored to the date you selected. If your bookmarks do not show up after completing the restore process, repeat the above steps to restore an earlier backup.
    If the backup follows the bookmark structure then the missing folder should be displayed
    davewdan

  • Upgraded to 6.01 & "can't find file" appears

    I upgraded to Ilife 6 and DVD made in V4 open with the message "can't find file". I upgraded to 6.01 and still have this message. How do you fix this problem.
    thanks,

    teit:
    You're getting that message because iDVD uses links to iPhoto's library folder system for the photos in the iDVD project. Since V6 has changed that folder system iDVD has lost it's links and cannot find the files. Unless you only have one or two files to re-link, doing it manually is impossible. iDVD 6.0.1 was supposed to fix that problem but apparently not for you. At this point, you may not be able to recover the project unless you have a backup copy of your V4 library that you can put in the Pictures folder for iDVD to find and use.

  • Can't find file to sync photos - why not?!?

    I recently re-organised my photos on my PC & changed the file location for the photos to sync to my iPod. I reconnected the iPod & it went through to organise the photos in a new photo cache as I would expect...but then when it went to actually move the pictures onto the iPod, I get told 'can't find file' and so it does not sync
    I can see the pics in the cache, the location of the photos on iTunes is right, but they don't seem to talk to each other & so nothing happens
    anyone seen this before or have any suggestions??
    thanks
    Ian

    ok one more question
    The file syncing issue now seems to be resolved & the ipod connects to the PC without too much argument now
    the only outstanding issue is that I have seom videos within my pictures. Previously these existed within the Pictures folder, but I could still play them
    However now this doesn't happen & in the Pictures folder I just get the first frame of the video, without being able to play them. I don't know why suddenly it won't play them
    They are all in mp4 format. as most are home videos I wanted to keep them in the Pictures folder rather than move them into the official Videos section
    thanks

  • HT1451 I am trying to restore my playlists that disappeared yesterday. I have followed these instructions but when I get to step 7, I can't find File Library Import playlist. What am I missing?

    I am trying to restore my playlists that disappeared yesterday. I have followed the instrutions on the support page but when I get to step 7, I can't find File>Library>Import Playlists. What am I missing?

    I suspect the menus have changeed slightly since that document was written...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be copied & renamed as iTunes Library.itl to restore the library to an earlier state. Look for a recent .tmp file that is similar in size to the .itl files in the Previous iTunes Libraries folder. If it has happened repeatedly you may want the earliest such file generated since the last iTunes upgrade.
    If applicable, see iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    I've noticed more of these missing library posts of late and a common factor to most since I started asking is AVG Anti-Virus. It seems in some cases it might be at least part of the reason why the library file disappears. Try excluding the iTunes folder from any AV scanning process.
    tt2

  • Where can i find the Media browser folder

    Hi guys hey where can I find the media browser folder if I want to delete some FCPX videos to free up some space.

    They are placed inside the project folder, in a folder called "Shared Items." The default location of the project folder is in your Movies folder, called "Final Cut Projects." On an external drive, the "Final Cut Projects" folder is at the top level.
    The shared file will have a name that starts with the project name, and ends with whatever you shared it to. For example, "<projectname > - Mac and PC.mp4"
    There will also be a file called ShareStatus.plist in that folder. It tracks all the instances of when you share the project. I will also control whether a little icon appears next to your project name in FCPX. Finally, if you delete an item that was shared and it still exists in that .plist file, you will see an exclamation point next to the shared icon; it is harmless but to get rid of that you need to delete the entry from the .plist file.
    Hope this helps!

  • Photos 10.10.3 will not let me play or move my videos and keeps sending a message saying "can not find file". What do I do to get the videos back?

    Photos 10.10.3 will not let me play or move my videos and keeps sending a message saying "can not find file". What do I do to get the videos back? It is only during videos that I previously uploaded off my phone. It loads them and tells me how long they are but when I go to press play it says can not find file. I have restarted my computer, what else can I do?

    Check the information on the song, Right-Click -> Get Info.
    In the fist pane, (Summary), you will see the AppleId (Account Name) that was used to buy the song.
    Be sure to login to use this account to register this computer to play the song
    What I often see, Is that people have many different AppleID, sometime not even knowing it, which is a big problem.

  • HT204088 I installed iphone 5 from iTunes backup but still have one app showing [ ! ] not installed can not find file . How do I get rid of this pop up

    I installed iphone 5 from itunes back up and get a pop up [ ! ] app not installed can not find file. I have looked through everything that have with "CANADA" in the app title. That is the only info there is.

    If you haven't found out which app it is then if you go into list view in the Apps part of your library do any of the apps have an exclamantion mark against them ? If they do then they are the one(s) that iTunes can't find the actual app file(s) for - if you delete that app from your library then if it is still in then you should be able to re-download it via the Purchased link under Quicklinks on the right-hand side of the iTunes store homepage on your computer's iTunes, or you can just download it directly on your phone via the Purchased tab in its App Store app

  • I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  My iBook library does not show up in iTunes.

    I am confused about something.  How do I read a book on my MacBook Pro?  I can't find the iBook app anywhere, which is what I use on my iPad.  The book I want to read is in my iTunes but I can't click on it.  Some of my iBooks show up in my iTunes but they are "grayed" out.  The only books that respond in iTunes are audiobooks and that's not what I'm looking for.  Is this a stupid question?

    Nevermind - I answered my own question, which is I CAN"T READ ANY BOOKS I purchased in iBooks on my MacBook Pro.  If I want to read on my mac I have to use Kindle or Nook.  Which means any book I've already purchased through iBooks has to be read on my iPad.  Kind of a drag because there are times when it's more convenient for me to read while I'm sitting with my Mac.

  • How can I sort files in a folder by name?

    How can I sort files in a folder by name? iFS first sort files that starts with upper-case letter and then files with lower-case letter.
    Like:
    A_file
    B_file
    a_file
    b_file
    I want:
    A-file
    a_file
    B_file
    b_file
    This doesn't help:
    String[] sort_attributes = {"NAME"};
    boolean [] sort_orders = {true};
    SortSpecification sort = new SortSpecification(sort_attributes, sort_orders);
    currentFolder.setSortSpecification(sort);
    Do I have to get all items in a folder and then sort them?
    /Elin

    I do not think there is a way to do that without add-ons
    There are a couple of workarounds I am aware of
    * Add the bookmarks manually in the bookmarks library and choose the position. That is using Show all bookmarks -> open required folder -> select a position and right click -> add new bookmark <br />Rather a slow and clumsy process
    * Sort a folder and copy it. If you sort the folder contents then copy and paste them they remain in that order when pasted.
    There are add-ons but I have not tried them. For example
    * https://addons.mozilla.org/firefox/addon/simplesort-bookmarks/
    * https://addons.mozilla.org/firefox/addon/auto-sort-bookmarks/
    There will be others available and take note of the advice to backup bookmarks manaully.
    * [[Restore bookmarks from backup or move them to another computer#w_manual-backup]]_manual-backup

  • Can not find file must locate each song one at a time need to restore my whole library

    can not find file, must locate each song one at a time need to restore my whole library

    Hello BadSteve,
    It sounds like iTunes seems to have lost track of all your music and you must locate each file individually. I would recommend at this point that you check for 3rd party plugins to see if there are any causing an issue:
    iTunes: Troubleshooting issues with third-party iTunes plug-ins
    http://support.apple.com/kb/ts3430
    If the issue persists after removing the plugins, I would next try recreating your iTunes library:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

Maybe you are looking for

  • Open Item Management in ECC 6

    Hello All, Just overheard that open item management is not possible in ECC 6. If true, how do we manage the same? Thanks Suresh

  • BW (BEX) Reports  Vs  Crystal Reports

    Hello,    Could any one please let me know Breif about the Crystal Reports    Introduction of Crystal reports and how they differ from BW(BEx) Reports Thanks

  • Flash:  Video--  Flvplayback--using SWF file in dreamweaver.

    I have placed a video into flash cs3 and made the swf file using the flvplayback, and i have put the swf or published it ...putting it in dreamweaver, I can see the video and hear the sounds when I preview in firefox or iexplore however once I put in

  • Screen 'greys' when click MORE INFO and nothing appears

    Hey there, I'm having immense difficulty uninstalling an application. It has locked items and so it won't trash. I have tracked these items down and have begun unlocking them by using the list view and drilling down until I get to MORE INFO. At this

  • How to reset data when switching between two subforms

    I have two subforms that are either shown or hidden based on a radio button selection. If Radio Button "1" is selected, subform1 is visible and subform2 is hidden and  vice-versa. This is hard for me to explain, so please bear with me. What I want to