<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rebuilding thumbnails cache in iPhoto</title>
	<atom:link href="http://www.silvermac.com/2006/rebuild-cache-iphoto06/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/</link>
	<description>...</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:33:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: kaan</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-75127</link>
		<dc:creator>kaan</dc:creator>
		<pubDate>Fri, 21 Oct 2011 10:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-75127</guid>
		<description>hey guys. both way didnt work for my iphoto. 
i fixed it from different way. 

1.turn iphoto off.
2.press option button and run iphoto again.
3.give a different name and create new library.
4.try import your photos again. u ll see thumbnails.</description>
		<content:encoded><![CDATA[<p>hey guys. both way didnt work for my iphoto.<br />
i fixed it from different way. </p>
<p>1.turn iphoto off.<br />
2.press option button and run iphoto again.<br />
3.give a different name and create new library.<br />
4.try import your photos again. u ll see thumbnails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rascalina</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-63973</link>
		<dc:creator>rascalina</dc:creator>
		<pubDate>Fri, 04 Mar 2011 14:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-63973</guid>
		<description>Thank you this worked for me last night. Took forever but it worked. I have iPhoto 11 also.</description>
		<content:encoded><![CDATA[<p>Thank you this worked for me last night. Took forever but it worked. I have iPhoto 11 also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ف wildchild ۞</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-62111</link>
		<dc:creator>ف wildchild ۞</dc:creator>
		<pubDate>Tue, 01 Feb 2011 07:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-62111</guid>
		<description>Thanks asciimo.. It really work!!</description>
		<content:encoded><![CDATA[<p>Thanks asciimo.. It really work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asciimo</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-60803</link>
		<dc:creator>asciimo</dc:creator>
		<pubDate>Thu, 13 Jan 2011 09:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-60803</guid>
		<description>If none of the usual cmd+apple key tricks or the rebuild help you, it may be that you moved your iphoto library using the wrong tool (like me). 

I lost all Thumbnails and rebuilding did nothing, after some fruitless search, I found that the thumbnails are actually stored in the Data.noindex folder in the application package. The Album.xml will address a /Data/ folder for the thumbnails. I had only a FILE called &quot;Data&quot;. Comparing with the original library, I found that Data was supposed to be a softlink pointing to Data.noindex.

So: If rebuilding and repairing won&#039;t work for you, check if you have the link set correctly. If not, you open a Terminal and cd to the library bundle folder:

&gt; cd /Volumes/nasfolder/iphonelibrary/

now make sure it is not a link:

Correct entry: 

$ ls -l Data
lrwxrwxrwx@ 1 asciimo  staff  12 13 Jan 10:42 Data -&gt; Data.noindex

Broken entry:
-rw-rw-rw-  1 asciimo  staff  14 29 Dez 01:26 Data

To fix it, remove the broken entry (iPhoto must be closed!!!)
$ rm Data

Now recreate the link
$ ln -s Data.noindex Data

check with the ls -l command above if the file is now correct.

Restart iPhoto, now your Thumbnails will be back.</description>
		<content:encoded><![CDATA[<p>If none of the usual cmd+apple key tricks or the rebuild help you, it may be that you moved your iphoto library using the wrong tool (like me). </p>
<p>I lost all Thumbnails and rebuilding did nothing, after some fruitless search, I found that the thumbnails are actually stored in the Data.noindex folder in the application package. The Album.xml will address a /Data/ folder for the thumbnails. I had only a FILE called &#8220;Data&#8221;. Comparing with the original library, I found that Data was supposed to be a softlink pointing to Data.noindex.</p>
<p>So: If rebuilding and repairing won&#8217;t work for you, check if you have the link set correctly. If not, you open a Terminal and cd to the library bundle folder:</p>
<p>&gt; cd /Volumes/nasfolder/iphonelibrary/</p>
<p>now make sure it is not a link:</p>
<p>Correct entry: </p>
<p>$ ls -l Data<br />
lrwxrwxrwx@ 1 asciimo  staff  12 13 Jan 10:42 Data -&gt; Data.noindex</p>
<p>Broken entry:<br />
-rw-rw-rw-  1 asciimo  staff  14 29 Dez 01:26 Data</p>
<p>To fix it, remove the broken entry (iPhoto must be closed!!!)<br />
$ rm Data</p>
<p>Now recreate the link<br />
$ ln -s Data.noindex Data</p>
<p>check with the ls -l command above if the file is now correct.</p>
<p>Restart iPhoto, now your Thumbnails will be back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Professor Twahn</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-54500</link>
		<dc:creator>Professor Twahn</dc:creator>
		<pubDate>Mon, 08 Nov 2010 23:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-54500</guid>
		<description>works for iphoto 11 as well.</description>
		<content:encoded><![CDATA[<p>works for iphoto 11 as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Richards</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-28329</link>
		<dc:creator>Kent Richards</dc:creator>
		<pubDate>Mon, 15 Mar 2010 06:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-28329</guid>
		<description>Good stuff.  Thanks!</description>
		<content:encoded><![CDATA[<p>Good stuff.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huy T Phan</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-21194</link>
		<dc:creator>Huy T Phan</dc:creator>
		<pubDate>Sat, 13 Feb 2010 08:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-21194</guid>
		<description>I used to wait for iPhoto to prompt before I could rebuild.  I never thought I could activate it myself.
Thanks for the info.  I really appreciate it.</description>
		<content:encoded><![CDATA[<p>I used to wait for iPhoto to prompt before I could rebuild.  I never thought I could activate it myself.<br />
Thanks for the info.  I really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-2650</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Sat, 03 Jan 2009 22:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-2650</guid>
		<description>Thank you, your info was invaluable.  I&#039;ve been waiting for 3 weeks for iphoto to ask me to rebuild, so your quick tip was excellent.</description>
		<content:encoded><![CDATA[<p>Thank you, your info was invaluable.  I&#8217;ve been waiting for 3 weeks for iphoto to ask me to rebuild, so your quick tip was excellent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariano</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-2632</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Thu, 04 Dec 2008 18:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-2632</guid>
		<description>Thanks for posting this!!! I have the same problem with iPhoto 7.5 and worked GREAT! =D</description>
		<content:encoded><![CDATA[<p>Thanks for posting this!!! I have the same problem with iPhoto 7.5 and worked GREAT! =D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank</title>
		<link>http://www.silvermac.com/2006/rebuild-cache-iphoto06/comment-page-1/#comment-2602</link>
		<dc:creator>Mayank</dc:creator>
		<pubDate>Tue, 07 Oct 2008 01:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://silvermac.com/blog/2006/rebuild-cache-iphoto06/#comment-2602</guid>
		<description>Thanks....I have been trying to figure this out for quite some time.....btw for iPhoto 6 shift-command-option works....but I had to rebuild the entire photo cache instead of the small thumbnails.....and the operation is really memory consuming.....</description>
		<content:encoded><![CDATA[<p>Thanks&#8230;.I have been trying to figure this out for quite some time&#8230;..btw for iPhoto 6 shift-command-option works&#8230;.but I had to rebuild the entire photo cache instead of the small thumbnails&#8230;..and the operation is really memory consuming&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

