<?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: Moving photos around behind f-spot&#8217;s back</title>
	<atom:link href="http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/</link>
	<description>Marc Nozell's random stuff -- mostly GNU/Linux, technology, genealogy, family</description>
	<lastBuildDate>Sat, 17 Mar 2012 01:14:30 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Updating Your F-Spot Photo Location &#171; 36 Chambers &#8211; The Legendary Journeys: Execution to the max!</title>
		<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/comment-page-1/#comment-534750</link>
		<dc:creator>Updating Your F-Spot Photo Location &#171; 36 Chambers &#8211; The Legendary Journeys: Execution to the max!</dc:creator>
		<pubDate>Sun, 29 May 2011 12:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/#comment-534750</guid>
		<description>[...] where this Marc Novell post comes in handy.  The post is a few years old, so the steps are slightly different, but the concept [...]</description>
		<content:encoded><![CDATA[<p>[...] where this Marc Novell post comes in handy.  The post is a few years old, so the steps are slightly different, but the concept [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/comment-page-1/#comment-108417</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 09 Jun 2007 10:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/#comment-108417</guid>
		<description>I ended up using a method suggested at this site
http://ubuntuforums.org/archive/index.php/t-254674.html

Dump the db into a text file where you can find/replace the paths, then dump it back! nice :)

sqlite3 ~/.gnome2/f-spot/photos.db .dump &gt; f-spot.dump
mv ~/.gnome2/f-spot/photos.db photos.db.backup
sqlite3 ~/.gnome2/f-spot/photos.db </description>
		<content:encoded><![CDATA[<p>I ended up using a method suggested at this site<br />
<a href="http://ubuntuforums.org/archive/index.php/t-254674.html" rel="nofollow">http://ubuntuforums.org/archive/index.php/t-254674.html</a></p>
<p>Dump the db into a text file where you can find/replace the paths, then dump it back! nice :)</p>
<p>sqlite3 ~/.gnome2/f-spot/photos.db .dump &gt; f-spot.dump<br />
mv ~/.gnome2/f-spot/photos.db photos.db.backup<br />
sqlite3 ~/.gnome2/f-spot/photos.db</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL magic &#171; Sebastian&#8217;s blog</title>
		<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/comment-page-1/#comment-93671</link>
		<dc:creator>SQL magic &#171; Sebastian&#8217;s blog</dc:creator>
		<pubDate>Sat, 05 May 2007 21:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/#comment-93671</guid>
		<description>[...] &#8220;Moving photos around behind f-spotâ€™s back&#8221; has been really helpful for the first steps, but he used copy-pasting. I simply did UPDATE photos SET directory_path = (SELECT &#8216;/home/tomcat/Media&#8217; &#124;&#124; SUBSTR(directory_path,13,100) FROM photos AS a WHERE a.name = photos.name); [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;Moving photos around behind f-spotâ€™s back&#8221; has been really helpful for the first steps, but he used copy-pasting. I simply did UPDATE photos SET directory_path = (SELECT &#8216;/home/tomcat/Media&#8217; || SUBSTR(directory_path,13,100) FROM photos AS a WHERE a.name = photos.name); [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mem</title>
		<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/comment-page-1/#comment-87048</link>
		<dc:creator>mem</dc:creator>
		<pubDate>Sun, 15 Apr 2007 22:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/#comment-87048</guid>
		<description>Thanks for the post.  I use F-Spot myself and found that the photos were taking up too much room in my home directory, so I moved them all to another partition.  Naturally F-Spot didn&#039;t update the photos database.

Rather than run through the SQLite command-line tool, I ended up creating a Perl script; it was easy to write, and it&#039;s actually readable, since there&#039;s only one regexp line.</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  I use F-Spot myself and found that the photos were taking up too much room in my home directory, so I moved them all to another partition.  Naturally F-Spot didn&#8217;t update the photos database.</p>
<p>Rather than run through the SQLite command-line tool, I ended up creating a Perl script; it was easy to write, and it&#8217;s actually readable, since there&#8217;s only one regexp line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Nozell</title>
		<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/comment-page-1/#comment-36754</link>
		<dc:creator>Marc Nozell</dc:creator>
		<pubDate>Fri, 01 Sep 2006 21:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/#comment-36754</guid>
		<description>Because I don&#039;t know what would happen new photos are added.

Now that they are &#039;normalized&#039;, I suppose I should hack the db so they are all under ~/Photos and see what happens (after the next full backup ;-)</description>
		<content:encoded><![CDATA[<p>Because I don&#8217;t know what would happen new photos are added.</p>
<p>Now that they are &#8216;normalized&#8217;, I suppose I should hack the db so they are all under ~/Photos and see what happens (after the next full backup ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jn</title>
		<link>http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/comment-page-1/#comment-36753</link>
		<dc:creator>jn</dc:creator>
		<pubDate>Fri, 01 Sep 2006 20:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://nozell.com/blog/2006/07/02/moving-photos-around-behind-f-spots-back/#comment-36753</guid>
		<description>Why not just create a symbolic link from ~/Photos to wherever you want them to go?</description>
		<content:encoded><![CDATA[<p>Why not just create a symbolic link from ~/Photos to wherever you want them to go?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

