<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>F-Blog &#187; Import</title>
	<atom:link href="http://www.maxxer.it/f-blog/category/import/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maxxer.it/f-blog</link>
	<description>What happens in F-Spot git</description>
	<lastBuildDate>Tue, 25 Aug 2009 21:42:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>F-Spot 0.5.0.3 bugfix release</title>
		<link>http://www.maxxer.it/f-blog/2008/10/0503-bugfix-release/</link>
		<comments>http://www.maxxer.it/f-blog/2008/10/0503-bugfix-release/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 20:19:55 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[duplicate detection]]></category>
		<category><![CDATA[memory leak]]></category>
		<category><![CDATA[xdg]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=27</guid>
		<description><![CDATA[After the amazing 0.5.0 release, introducing some very cool features, three bugfix releases followed. From NEWS file:

released a workaround for a bug on gdk-pixbuf, causing errors on png files
fixed a huge memory leak in export to folder (and somewhere else also)
removed automatic database upgrade for md5 hash calculation
fixed a very bad bug in duplicate detection [...]]]></description>
			<content:encoded><![CDATA[<p>After the amazing <strong>0.5.0</strong> release, introducing some very cool features, three bugfix releases followed. From NEWS file:</p>
<ul>
<li>released a workaround for a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=553243">bug</a> on gdk-pixbuf, causing errors on png files</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4466">fixed</a> a huge memory leak in export to folder (and somewhere else also)</li>
<li>removed automatic database upgrade for md5 hash calculation</li>
<li>fixed a <a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4491">very bad bug</a> in duplicate detection which slipped in</li>
<li><a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4506">added</a> support for Sqlite 3.6.x (which is NOT backwards compatible for some stuff, see <a href="http://sqlite.org/35to36.html">1.4</a>)</li>
</ul>
<p>So, when you install 0.5.0.3 be aware that the long awaited <strong>duplicate detection works only for pictures imported from now on</strong>! The automatic MD5 calculation was removed because many user complained about having the hard disk spinning and taking CPU for ages without knowing why&#8230; People wishing to enable duplicate detection on their whole archive can enable and run the <a href="http://svn.gnome.org/viewvc/f-spot/trunk/extensions/Tools/HashJob">HashJob extension</a>, which will perform MD5 hashing of all the pictures in database. The jobs can be stopped at any time, and restarted later on.</p>
<p>No big news in SVN, except the introduction of <a href="http://bugzilla.gnome.org/show_bug.cgi?id=459338">XDG-dir support</a>: as of <a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4527">r4527</a> base directory moved from ~/.gnome2/f-spot/ to <strong>~/.config/f-spot</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/10/0503-bugfix-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Duplicate detection landed in F-Spot!</title>
		<link>http://www.maxxer.it/f-blog/2008/09/duplicate-detection-landed-in-f-spot/</link>
		<comments>http://www.maxxer.it/f-blog/2008/09/duplicate-detection-landed-in-f-spot/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 07:06:48 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[Import]]></category>
		<category><![CDATA[duplicate detect]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/2008/09/duplicate-detection-landed-in-f-spot/</guid>
		<description><![CDATA[Finally, after some testing and bug reporting, image duplicate detection made its way into F-Spot SVN on sep 6th!
Thomas did a great work in the latest months updating the patch and fixing the smaller bugs raised in the tests.
This is surely a long time awaited feature, and a great improvement for users, which now are [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, after some testing and bug reporting, image <a href="http://bugzilla.gnome.org/show_bug.cgi?id=169646">duplicate detection</a> made its way into <strong>F-Spot</strong> <a href="http://svn.gnome.org/viewvc/f-spot?view=revision&amp;revision=4313">SVN on sep 6th</a>!<br />
<strong>Thomas</strong> did a great work in the latest months updating the patch and fixing the smaller bugs raised in the tests.<br />
This is surely a long time awaited feature, and a great improvement for users, which now are allowed to chose whether to import or not images detected as duplicate of existing ones.<br />
The check is performed on image data only, so modified exif/XMP or file names won&#8217;t fool <strong>F-Spot</strong>!</p>
<p>Please hurry up and test the new feature (and eventually report <a href="http://bugzilla.gnome.org/show_bug.cgi?id=169646">bugs</a>), a new release is planned soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/09/duplicate-detection-landed-in-f-spot/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A step ahead in duplicate detection</title>
		<link>http://www.maxxer.it/f-blog/2008/06/a-step-ahead-in-duplicate-detection/</link>
		<comments>http://www.maxxer.it/f-blog/2008/06/a-step-ahead-in-duplicate-detection/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 13:25:38 +0000</pubDate>
		<dc:creator>Maxxer</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[duplicate detection]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.maxxer.it/f-blog/?p=9</guid>
		<description><![CDATA[Duplicate detection is one of the most requested features actually missing in F-Spot. The bug open for this request (#169646) is three years old, and a lot of people added their vote for this to get included.
Beside the fact that some should understand what an opensource voluntary project is and how it works, finally Thomas [...]]]></description>
			<content:encoded><![CDATA[<p>Duplicate detection is one of the most requested features actually missing in <strong>F-Spot</strong>. The bug open for this request (<a title="duplicate detect in f-spot" href="http://bugzilla.gnome.org/show_bug.cgi?id=169646">#169646</a>) is three years old, and a lot of people added their <em>vote</em> for this to get included.</p>
<p>Beside the fact that some should understand what an <em>opensource voluntary project</em> is and how it works, finally <strong>Thomas Van Machelen</strong> re spawned a quite old patch and updated/improved it to the current SVN version.</p>
<p>Now, people complaining for this missing feature should take some of their time and make some tests over <a href="http://bugzilla.gnome.org/show_bug.cgi?id=169646#c54">this patch</a>. Instructions on how to build the latest SVN and apply a patch can be found on <a title="How to build F-Spot svn" href="http://f-spot.org/How_To_Build_from_HEAD">F-Spot site</a>. <span style="text-decoration: underline;">Always make a backup of your database before doing any test</span>!</p>
<p>Tests could be:</p>
<ul>
<li>import the same picture with same filename</li>
<li>import the same picture with different filename</li>
<li>normally import a set of pictures and see if there are any false positive/negative</li>
</ul>
<p>Feedbacks of your tests are welcome on bugzilla!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.maxxer.it/f-blog/2008/06/a-step-ahead-in-duplicate-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
