<?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: Keeping Flickr away from iPhoto</title>
	<atom:link href="http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/feed/" rel="self" type="application/rss+xml" />
	<link>http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 13:25:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: BallGame</title>
		<link>http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/comment-page-1/#comment-1677</link>
		<dc:creator>BallGame</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/05/28/keeping-flickr-away-from-iphoto/#comment-1677</guid>
		<description>&lt;p&gt;Easier than Remembering the Primary Keys is to run these in this order&lt;/p&gt;

&lt;p&gt;delete from SqAlbum where primaryKey in(select primaryKey from sqpublishedalbum where publishedURL like &#039;%flickr%&#039;);
delete from AlbumsPhotosJoin where sqAlbum in(select primaryKey from sqpublishedalbum where publishedURL like &#039;%flickr%&#039;);
delete from sqpublishedalbum where publishedURL like &#039;%flickr%&#039;&lt;/p&gt;

&lt;p&gt;Much Faster.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Easier than Remembering the Primary Keys is to run these in this order</p>

<p>delete from SqAlbum where primaryKey in(select primaryKey from sqpublishedalbum where publishedURL like &#8216;%flickr%&#8217;);
delete from AlbumsPhotosJoin where sqAlbum in(select primaryKey from sqpublishedalbum where publishedURL like &#8216;%flickr%&#8217;);
delete from sqpublishedalbum where publishedURL like &#8216;%flickr%&#8217;</p>

<p>Much Faster.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/comment-page-1/#comment-1603</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 03 Jun 2010 12:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/05/28/keeping-flickr-away-from-iphoto/#comment-1603</guid>
		<description>&lt;p&gt;That actually looks really good - I particularly like the way it avoids duplicates by checking against the timestamps of uploaded images.&lt;/p&gt;

&lt;p&gt;I&#039;m not 100% sure about the way it provides for selection of images for uploading, with a single &#039;exclude album&#039;.  I mean, it&#039;d do the job, but it&#039;s a tad inelegant and requires having an album of ugly sitting around.&lt;/p&gt;

&lt;p&gt;Otherwise, looks awesome. Thanks for the heads-up!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That actually looks really good &#8211; I particularly like the way it avoids duplicates by checking against the timestamps of uploaded images.</p>

<p>I&#8217;m not 100% sure about the way it provides for selection of images for uploading, with a single &#8216;exclude album&#8217;.  I mean, it&#8217;d do the job, but it&#8217;s a tad inelegant and requires having an album of ugly sitting around.</p>

<p>Otherwise, looks awesome. Thanks for the heads-up!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rammo</title>
		<link>http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/comment-page-1/#comment-1601</link>
		<dc:creator>Rammo</dc:creator>
		<pubDate>Thu, 03 Jun 2010 09:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/05/28/keeping-flickr-away-from-iphoto/#comment-1601</guid>
		<description>&lt;p&gt;I found an app called FlickrFriend which you can use to help - rather than me type out my findings it&#039;s probably easier to download and have a play.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I found an app called FlickrFriend which you can use to help &#8211; rather than me type out my findings it&#8217;s probably easier to download and have a play.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Steinmetz</title>
		<link>http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/comment-page-1/#comment-1280</link>
		<dc:creator>Nicolas Steinmetz</dc:creator>
		<pubDate>Sun, 01 Nov 2009 23:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/05/28/keeping-flickr-away-from-iphoto/#comment-1280</guid>
		<description>&lt;p&gt;Thanks, you saved my life :-)&lt;/p&gt;

&lt;p&gt;What a pity FlickrExport does not export (yet) the position set in iphoto...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, you saved my life :-)</p>

<p>What a pity FlickrExport does not export (yet) the position set in iphoto&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Stegmaier</title>
		<link>http://atastypixel.com/blog/keeping-flickr-away-from-iphoto/comment-page-1/#comment-1111</link>
		<dc:creator>Andrew Stegmaier</dc:creator>
		<pubDate>Wed, 03 Jun 2009 22:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/05/28/keeping-flickr-away-from-iphoto/#comment-1111</guid>
		<description>&lt;p&gt;A much easier way to do this same thing would be to de-authorize iphoto on your flickr account (thus severing the link, and protecting all photos still on flickr) and then deleting each flickr album in iphoto. This seemed to work for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A much easier way to do this same thing would be to de-authorize iphoto on your flickr account (thus severing the link, and protecting all photos still on flickr) and then deleting each flickr album in iphoto. This seemed to work for me.</p>]]></content:encoded>
	</item>
</channel>
</rss>
