<?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>Tagamac &#187; spotlight</title>
	<atom:link href="http://tagamac.com/tags/spotlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://tagamac.com</link>
	<description>simple mac tagging</description>
	<lastBuildDate>Fri, 05 Feb 2010 16:26:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Using OpenMeta with eyes open</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F02%2Fusing_openmeta%2F&#038;seed_title=Using+OpenMeta+with+eyes+open</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F02%2Fusing_openmeta%2F&#038;seed_title=Using+OpenMeta+with+eyes+open#comments</comments>
		<pubDate>Sun, 15 Feb 2009 20:41:31 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Mac tagging]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/?p=405</guid>
		<description><![CDATA[When Tags and OpenMeta were released within a day of one another a few weeks ago, I was ecstatic. Using Tags felt like magic (assign a tag, and it&#8217;s instantly shows up in Spotlight! Wow!), and OpenMeta&#8217;s open source release promised to lower the threshold for other developers to implement this fantastic tagging solution in [...]]]></description>
			<content:encoded><![CDATA[<p>When <a href="http://gravityapps.com/tags/">Tags</a> and <a href="http://code.google.com/p/openmeta/">OpenMeta</a> were released within a day of one another a few weeks ago, I was ecstatic.  Using Tags felt like magic (assign a tag, and it&#8217;s instantly shows up in Spotlight! Wow!), and OpenMeta&#8217;s open source release promised to lower the threshold for other developers to implement this fantastic tagging solution in their own apps.  I wondered what the catch was, but Ironic Software advertises that OpenMeta uses no secret APIs, and Gravity Apps when I asked merely said that they were using extended attributes.</p>
<p>This turns out to be only half the story, however, and should you be a developer or user considering OpenMeta (or Tags) as a solution for your tagging needs you need to use it with eyes open.  Although the technology OpenMeta uses is completely on the level, the way in which it achieves instant Spotlight availability is based on exploiting Spotlight&#8217;s preferential treatment of metadata that is identified as coming from Apple.  This doesn&#8217;t mean that you should swear off OpenMeta and Tags (I&#8217;m still using them), but before you go tag-crazy you definitely need to consider the risks.<span id="more-405"></span></p>
<h4>How does it do that?!</h4>
<p>OpenMeta uses a technology called extended attributes to store and retrieve tags.  Extended attributes (or xattr as they are often referred to by those in love with tech-speak) are a way for third parties or users themselves to add arbitrary metadata to files.  Using extended attributes for tagging is entirely legitimate; the reason that they haven&#8217;t been used for generic tagging software before is that extended attributes are not indexed by Spotlight unless the program creating them registers them via a Spotlight importer, which means that the only program that will know about the special tagging extended attribute will be the program that created the tag.</p>
<p>Unfortunately, any given file can only have one Spotlight importer, which is usually the program that created the file.  Clearly it isn&#8217;t feasible for a piece of tagging software to convince all the various developers whose files might be tagged to add support for their tags in their importers, so the typical route for adding information to the Spotlight index is out.  (Thanks to Michael Tsai for clarifying this for me.)</p>
<p>OpenMeta gets around the Spotlight problem by identifying its tag attribute as coming from Apple.  Spotlight automatically indexes extended attributes placed in the Apple namespace, and OpenMeta exploits this by quietly writing its tags into that namespace.</p>
<p>This is a problem because Apple doesn&#8217;t support other programs writing information to their namespace (the expected and sanctioned behavior is for programs to create their own unique namespace).  Since Apple doesn&#8217;t support it, OpenMeta may or may not continue to work the way that it does now with subsequent updates to the operating system, and tag data may or may not be preserved.</p>
<p>OpenMeta (although possibly not Tags) does take steps to ensure that your information is backed up.  In the event of extended attributes getting wiped for a file (which can occasionally happen if other programs are buggy in their use of extended attributes), OpenMeta stores backups of your tags in your Library folder.  This, however, does not address the problem that OpenMeta is injecting information into an area that is reserved for Apple&#8217;s use.</p>
<h4>So should I use OpenMeta?</h4>
<p>Whether you should use OpenMeta is a question both developers and users should ask themselves before blindly adopting the technology.  On the one hand, it has significant benefits and at long last offers a standardized way for programs to share tagging information with one another and the system without relying on Spotlight comments.  On the other, the program is exploiting unsupported aspects of the operating system and can thus offer no promises about its future viability.</p>
<p>Michael Tsai of <a href="http://c-command.com/eaglefiler/">EagleFiler</a> fame is the first developer I know of to have been willing to frankly discuss the downsides and specifics of OpenMeta&#8217;s implementation, and over the course of a <a href="http://ironicsoftware.com/community/comments.php?DiscussionID=632">long and wending forum discussion</a> he recommends that OpenMeta change its focus from storing tags in an Apple namespace to storing tags in an OpenMeta-specific namespace available to all tagging programs with duplicate storage in the Apple namespace offered as an option for those to whom Spotlight integration is worth the potential downsides.  For developers, I agree with Michael.  Were I developing an app of my own that used tagging, I would be leery of relying on a framework that forced me to write to an unsupported namespace with no alternative, supported method for data storage.</p>
<p>For users the question of whether or not to use OpenMeta or Tags is more a matter of personal needs and preferences.  If their functionality feels as much like magic to you as it does to me and you&#8217;re comfortable with using technology that isn&#8217;t officially supported by Apple, then by all means tag away.  If you are using tags in a mission critical environment, you may want to think carefully about whether OpenMeta is for you but for most users the risk of data loss is extremely low.</p>
<p>Although I haven&#8217;t created a full-fledged system yet, I&#8217;ve slowly been developing a use for Tags which uses tags as supplemental information, pairing it with Hazel where I can to enable automatic sorting of tagged files into my standard folder hierarchy.  I wouldn&#8217;t recommend using OpenMeta to try and replace a folder structure, but by utilizing it to add information I can have a richer store of metadata without being hamstrung if an OS update for some reason broke OpenMeta.</p>
<p>Whether OpenMeta will work for you or not should be based not just upon how great the product seems but also how comfortable you are with the methods being used behind the scenes.</p>
<p>My hope is that as OpenMeta and Tags gain traction, Apple will finally take note and address the problem of third party extended attributes having no way to get into the Spotlight index.  Whether that happens or not, however, is impossible to predict; time will tell if OpenMeta is ahead of the curve or if it will ultimately go the route of <a href="http://www.fluffy.co.uk/spotmeta/">SpotMeta</a>.</p>
<p>For more information about the specifics of how OpenMeta does its thing, I highly recommend reading some of Michael Tsai&#8217;s posts in the <a href="http://ironicsoftware.com/community/comments.php?DiscussionID=632">aforementioned Ironic Software forum discussion</a>.  Although the thread ranges pretty far afield, some of the early information offers a very specific look at what OpenMeta is doing, and there are some interesting suggestions for alternative ways the software could go about achieving its various goals.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F02%2Fusing_openmeta%2F&#038;seed_title=Using+OpenMeta+with+eyes+open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HoudahSpot adds OpenMeta support</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F02%2Fhoudahspot_openmeta%2F&#038;seed_title=HoudahSpot+adds+OpenMeta+support</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F02%2Fhoudahspot_openmeta%2F&#038;seed_title=HoudahSpot+adds+OpenMeta+support#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:24:14 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://tagamac.com/?p=401</guid>
		<description><![CDATA[Every so often I get emails asking why the heck I&#8217;ve never mentioned HoudahSpot on Tagamac, and the answer has always been the same: it doesn&#8217;t offer any easy way to work with tags. Fortunately, those days are at an end. HoudahSpot, one of the few Spotlight enhancements that is still actively developed, was recently [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left noborder" src="http://tagamac.com/wp-content/uploads/2009/02/houdahspot.jpg" alt="HoudahSpot" />Every so often I get emails asking why the heck I&#8217;ve never mentioned <a href="http://www.houdah.com/houdahSpot/">HoudahSpot</a> on Tagamac, and the answer has always been the same: it doesn&#8217;t offer any easy way to work with tags.  Fortunately, those days are at an end.  HoudahSpot, one of the few Spotlight enhancements that is still actively developed, was recently updated with support for OpenMeta tags such as those used by <a href="http://gravityapps.com/tags/">Tags</a> and <a href="http://ironicsoftware.com/deep/">Deep</a>, allowing you to build complex search queries involving tags easily and quickly.</p>
<p>HoudahSpot 2 requires Leopard, and is available for $25 with a 14 day free trial.  Like other Spotlight enhancers, HoudahSpot gives you an easy way to construct and save complex searches without needing to rely on Apple&#8217;s less-than-ideal tools.  If you&#8217;ve been as miffed at <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot&#8217;s</a> apparent abandonment, then HoudahSpot definitely deserves your attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2009%2F02%2Fhoudahspot_openmeta%2F&#038;seed_title=HoudahSpot+adds+OpenMeta+support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot update: 2.1</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F12%2Ffilespot_21%2F&#038;seed_title=FileSpot+update%3A+2.1</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F12%2Ffilespot_21%2F&#038;seed_title=FileSpot+update%3A+2.1#comments</comments>
		<pubDate>Sat, 29 Dec 2007 00:25:50 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/12/filespot_21/</guid>
		<description><![CDATA[FileSpot, the Spotlight utility that I so loved, has been updated to version 2.1. This update adds Quick Look support, fixes a date-constraint editing problem under Leopard, and shows search results as they are being built instead of waiting until the end. For the most recent release notes or to download the new version, visit [...]]]></description>
			<content:encoded><![CDATA[<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/08/filespot.jpg' alt='FileSpot' /><a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a>, the Spotlight utility that I <a href="http://tagamac.com/2007/09/filespot_review/">so loved</a>, has been updated to version 2.1.  This update adds Quick Look support, fixes a date-constraint editing problem under Leopard, and shows search results as they are being built instead of waiting until the end.</p>
<p>For the most recent release notes or to download the new version, visit the <a href="http://mac.synthesisstudios.com/mac/filespot/download">FileSpot download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F12%2Ffilespot_21%2F&#038;seed_title=FileSpot+update%3A+2.1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leopard&#8217;s Spotlight: actually useful</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fspotlight_strikes_back%2F&#038;seed_title=Leopard%26%238217%3Bs+Spotlight%3A+actually+useful</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fspotlight_strikes_back%2F&#038;seed_title=Leopard%26%238217%3Bs+Spotlight%3A+actually+useful#comments</comments>
		<pubDate>Wed, 14 Nov 2007 17:21:51 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Mac tagging]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/11/spotlight_strikes_back/</guid>
		<description><![CDATA[Matt Neuburg has posted an excellent article called Spotlight Strikes Back about the primary differences in Spotlight from 10.4 to 10.5, including some tips and tricks on using the new boolean operators and so forth under 10.5. Although I&#8217;m not a particular fan of Matt&#8217;s NotLight (preferring FileSpot), his observations and advice are right on [...]]]></description>
			<content:encoded><![CDATA[<p>Matt Neuburg has posted an excellent article called <a href="http://db.tidbits.com/article/9283">Spotlight Strikes Back</a> about the primary differences in Spotlight from 10.4 to 10.5, including some tips and tricks on using the new boolean operators and so forth under 10.5.  Although I&#8217;m not a particular fan of Matt&#8217;s NotLight (preferring <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a>), his observations and advice are right on target.</p>
<p>Definitely a useful article to read if you use Spotlight much (for finding tagged files, for instance), although it doesn&#8217;t have anything to do with tagging specifically.  (Thanks to <a href="http://daringfireball.net/linked/2007/november#tue-13-spotlight">Daring Fireball</a> for the link.)</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Fspotlight_strikes_back%2F&#038;seed_title=Leopard%26%238217%3Bs+Spotlight%3A+actually+useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot on sale today only</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_sale%2F&#038;seed_title=FileSpot+on+sale+today+only</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_sale%2F&#038;seed_title=FileSpot+on+sale+today+only#comments</comments>
		<pubDate>Wed, 19 Sep 2007 06:05:29 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Off topic]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[special deal]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/filespot_sale/</guid>
		<description><![CDATA[Although I didn&#8217;t know a big sale was coming when I wrote it, I reviewed FileSpot three days ago and now it&#8217;s on sale today, September 19th, 2007 for 40% off at the MacUpdate Promo. FileSpot is a fantastic program that I highly recommend for everyone, and you can&#8217;t beat today&#8217;s price. Check out my [...]]]></description>
			<content:encoded><![CDATA[<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/08/filespot.jpg' alt='FileSpot' />Although I didn&#8217;t know a big sale was coming when I wrote it, I <a href="http://tagamac.com/2007/09/filespot_review/">reviewed FileSpot</a> three days ago and now it&#8217;s on sale <strong>today, September 19th, 2007</strong> for 40% off at the <a href="http://www.mupromo.com">MacUpdate Promo</a>.</p>
<p><a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a> is a fantastic program that I highly recommend for everyone, and you can&#8217;t beat today&#8217;s price.  Check out my review if you want the full scoop, or download the program for yourself and marvel at how easy it makes using Spotlight.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_sale%2F&#038;seed_title=FileSpot+on+sale+today+only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot review: indispensable Spotlight enhancement</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_review%2F&#038;seed_title=FileSpot+review%3A+indispensable+Spotlight+enhancement</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_review%2F&#038;seed_title=FileSpot+review%3A+indispensable+Spotlight+enhancement#comments</comments>
		<pubDate>Mon, 17 Sep 2007 06:03:23 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[9 out of 10]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/filespot_review/</guid>
		<description><![CDATA[FileSpot ($20) is distinguished, highly recommended, and Tagamac&#8217;s choice. I have assigned it an arbitrary numerical rating of 9 out of 10. (about Tagamac&#8217;s rating system) Straight to the point: FileSpot is a Spotlight utility whose simple and intuitive interface makes amazingly powerful searches available to everyday users in a way that Spotlight never dreamed [...]]]></description>
			<content:encoded><![CDATA[<p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/09/distinguished_9.png' alt='Distinguished (9)' /><a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a> ($20) is <strong>distinguished</strong>, <strong>highly recommended</strong>, and <strong>Tagamac&#8217;s choice</strong>.  I have assigned it an arbitrary numerical rating of <strong>9 out of 10</strong>.  (<a href="http://tagamac.com/ratings/">about Tagamac&#8217;s rating system</a>)</p>
<p><strong>Straight to the point:</strong> FileSpot is a Spotlight utility whose simple and intuitive interface makes amazingly powerful searches available to everyday users in a way that Spotlight never dreamed of.  Despite some minor flaws, FileSpot is a tool that should be downloaded by anyone who searches their computer.<span id="more-93"></span></p>
<h4>Humble roots</h4>
<p>Back in the day, I got disgusted with Spotlight&#8217;s slow, inaccurate searches and went looking for something better.  I downloaded a little piece of software called MoRU (along with a couple others), and gave it a whirl.  Although MoRU was a nice piece of software, I ended up uninstalling it before the trial period was over because I rarely used Spotlight anyway and it wasn&#8217;t worth the trouble.  Since then I&#8217;ve continued to resort to Spotlight only in direst need, and when I do it generally takes me longer to find a file than if I had just gone folder-diving.</p>
<p>Now, however, MoRU has matured and been rebranded as FileSpot, and I&#8217;m sold; searching is fun again.  FileSpot is what Spotlight&#8217;s interface always should have been.</p>
<h4>Power searching made easy</h4>
<p>What makes FileSpot such an excellent utility is its interface.  Not stopping at exposing Spotlight&#8217;s more powerful functionality as many other apps have done, it also makes powerful Spotlight searches extremely easy to perform and offers several improvements over the default Spotlight interface&#8217;s functionality.</p>
<p>When FileSpot launches, it provides the user with a simple text search that is automatically restricted to the Home directory (customizable via preferences):</p>
<p class="center"><img class='noborder' src='http://tagamac.com/wp-content/uploads/2007/09/filespot_main.jpg' alt='FileSpot default window' /></p>
<p>Arrayed along the top of the window are tabs to access saved searches and tags (a special type of saved search).  Although a simple text search will hardly display FileSpot&#8217;s real power, it still offers two big improvements over the OS X Spotlight interface.  First, searches aren&#8217;t run until you&#8217;re done typing and hit enter (or the &#8220;play&#8221; button).  Second, the search results are not displayed until they have all been gathered (thankfully, though, the program does keep a running total of how many items it has found as it searches).</p>
<p>While these differences make FileSpot seem like less of an instant gratification solution, they vastly improve on the user experience.  Thanks to the fact that it waits for you to finish typing, FileSpot doesn&#8217;t waste processor power or your time by running fruitless queries, and because the search results aren&#8217;t populated until the search is complete you&#8217;ll never lose track of an item right after you&#8217;ve found it.  I can&#8217;t even describe how often I&#8217;ve tried to use Spotlight only to have it sluggishly respond to my quick typing, find the document I&#8217;m looking for, and shuffle said document down who-knows-where in the search results before I&#8217;m able to click it.</p>
<p>Interestingly, once a search is running or has run (you can tell because the &#8220;play&#8221; button switches to a &#8220;pause&#8221; button), any changes you make to the search criteria are updated in real time, much like Spotlight&#8217;s default behavior; thus if you&#8217;re really into find-as-you type you can always hit the play button before you start typing.</p>
<p>Such improvements to the standard Spotlight experience are very welcome, but the reason that I&#8217;m such a fan of FileSpot is not because of its friendly simple searches.  No, what made me really sit up and take note was the fact that FileSpot permits arbitrarily complex nested searches and allows you to perform such searches through an easily-understood interface that is reminiscent of smart playlists in iTunes and smart mailboxes in Mail.app.  It&#8217;s difficult to explain, so here&#8217;s an example:</p>
<p>Say for some reason I want to find every MP3 that I placed on my computer in the last ten days, along with every song I bought in the iTunes store (regardless of when I downloaded it).  FileSpot is ready to help; all it takes is clicking the little &#8220;+&#8221; button that you can see beneath the search bar in the screenshot above.</p>
<p>The &#8220;+&#8221; button adds search constraints to the search, and what&#8217;s really exciting is that the search constraints can be nested to any depth.  For example, using the search restraints I quickly set up a search that will find all my new MP3s and old iTunes purchases:</p>
<p class="center"><img class='noborder' src='http://tagamac.com/wp-content/uploads/2007/09/filespot_nested.jpg' alt='FileSpotâ€™s arbitrary nested search criteria' /></p>
<p>Learning to use the system is simplicity itself.  The&#8221;+&#8221; buttons add another constraint at the same depth (or adds a constraint within the group if used on a group).  The &#8220;-&#8221; removes the constraint (or all nested constraints if used on a group), and the &#8220;()&#8221; button nests the constraint within a new group.  Constraints can be based off of any available Spotlight metadata, including custom metadata created with a tool like <a href="http://www.fluffy.co.uk/spotmeta/">SpotMeta</a>.</p>
<p>Aside from being easy to learn and reasonably intuitive for anyone who is used to creating smart playlists in iTunes, the visual representation of the search constraints makes complex searches very easy to understand at a glance.</p>
<p>The fun isn&#8217;t over after the search is run, either.  Each new search automatically displays a number of columns, but by clicking the small arrow above the scrollbar you can choose which columns you&#8217;d like to display (including columns based on custom metadata from SpotMeta), save the currently displayed set as the default, or reset it to the default.  Clicking a column organizes the results by that column and a second click reverses the ordering.</p>
<p>While you&#8217;re browsing through the files you found, you can also open up the attributes and preview drawer.  Attributes includes a comprehensive list of the Spotlight data attached to the selected item, while preview is pretty much what it sounds like (listen to the music you&#8217;ve found, see the pictures, view the movies).  Unfortunately, the preview functionality is still suffering from a number of shortcomings (no preview for webpages or RTF documents among them), so if previewing functionality is important to you you&#8217;ll probably be disappointed with what FileSpot offers.</p>
<h4>Advanced features</h4>
<p>Aside from the great searching, I also discovered that FileSpot has a number of gratifying features available through the contextual menu.  Right clicking on an item in the search results (or using the gear menu at the bottom of the window) opens up a number of options such as renaming the file, copying it to the clipboard, labeling it, editing its Spotlight comments, copying its path in a number of formats (including Unix, HFS, and URL), and moving it or copying it somewhere else in the filesystem (a feature that will be especially welcome to any Windows switchers).</p>
<p>I was also very pleased and surprised to see that FileSpot automatically supports <a href="http://www.cocoatech.com/pf4/">PathFinder</a> if PathFinder is running.  I always love it when my favorite applications play nice with each other with not prompting from me.</p>
<h4>Search once, find it always</h4>
<p>As you would expect of a program that provides such powerful searching, any search can be saved for later use.  Saved searches are stored in the first tab in the default FileSpot window and are also exported as smart folders to a location of your choice.  Clicking a saved search will run the search, double clicking will edit the search (oddly, it does it in the same tab and you have to hit &#8220;save&#8221; or &#8220;cancel&#8221; to return to the saved searches list), and there are various other options available via the contextual menu or gear button at the bottom of the window.  Saved searches are automatically assigned numeric hotkeys so you can quickly access the first ten if you&#8217;re into navigating by keyboard.</p>
<p>But what I like best about the saved searches is the fact that you can quickly filter your results using the &#8220;filter&#8221; box at the top of the screen (for name, path, or content):</p>
<p class="center"><img class='noborder' src='http://tagamac.com/wp-content/uploads/2007/09/filespot_filter.jpg' alt='FileSpotâ€™s filter bar' /></p>
<p>The ability to filter your results in a saved search is really what makes the saved searches so useful to me.  Although saving a complicated search that you might want to perform later is always nice, the ability to save general search criteria but still be able to search for items within those bounds is really what makes the saved searches in FileSpot worthwhile.  It lets you perform a simple Spotlight-style name/content search, but with loads of pre-defined criteria limiting your searching to a specific subset of files.</p>
<h4>Tagging</h4>
<p>That&#8217;s right, FileSpot is not only the easiest to use Spotlight enhancer that I&#8217;ve found, it&#8217;s also the only one that I know of that supports tagging with little effort on the user&#8217;s part.  This is definitely heartening; searching and browsing are <a href="http://tagamac.com/2007/07/parts_of_tagging/">central parts</a> of the tagging experience, so having tags represented in a tool whose main purpose is searching files is very welcome.</p>
<p>The downside is that FileSpot only supports the &#038;tag format.  While this format is possibly the most popular and useful for people rolling their own tagging systems (and for users of <a href="http://bigrobotsoftware.com/">TagBot</a>), the tagging functionality would be much more useful if the user had more control over it.</p>
<p>Tags are essentially just saved searches that you can&#8217;t edit, and tags tab is almost identical to the saved searches tab.  Sadly, tags do not auto-update based on your tagging in TagBot or elsewhere, so you&#8217;ll have to add all of the tags you want to track by hand.  Once you have added a tag to FileSpot, however, you can assign the tag from within the program using the contextual menu, which is quite useful.  The tags also feature the filtering capabilities of the saved searches, making FileSpot an extremely useful tool for searching tagged items.</p>
<h4>Not all sweetness and light</h4>
<p>Although my overall impressions of FileSpot were extremely positive, that&#8217;s not to say that there aren&#8217;t some definite downsides to the program.  My biggest beef with it is that although the interface for nested searches is fantastically powerful and easy to use, it does have one serious flaw: you can&#8217;t reorganize nested search criteria.  Once you&#8217;ve nested something, it&#8217;s going to stay nested.  There is no way short of duplicating the criteria to move anything, which means that you have to be quite careful while constructing your search so that you don&#8217;t make any mistakes.  This is a surprising deficiency given the otherwise excellent interface, and hopefully one that will be addressed in a future update.</p>
<p>Additionally, the program as a whole feels as if it could use some optimization.  Starting time in particular has been surprisingly slow for me (taking several bounces for an app that doesn&#8217;t do anything without user input), and some of the actions inside the program (such as selecting an &#8220;Other&#8230;&#8221; criteria) take a surprising amount of time and occasionally trigger the spinning beachball.  The searching is as  quick as a Spotlight search, of course, but saved searches can still be rather cumbersome because the program doesn&#8217;t provide any caching between sessions (which is one of the primary reasons I don&#8217;t use smart folders in the Finder).</p>
<p>The lack of a hotkey or quick-search interface is also definitely obvious, particularly because this program is crying out to serve as a complete replacement for Spotlight&#8217;s interface.  Along with greater support for tagging, however, this is one of the features that the developers have mentioned as definitely on their to-do list.  Let&#8217;s hope it happens soon.</p>
<p>Finally, although FileSpot is almost the perfect companion to programs like TagBot, it falls far short of its potential when it comes to integrating with other programs because nothing is automatic.  If you use TagBot and FileSpot side by side you&#8217;ll need to update both by hand (and although TagBot can auto-detect new tags, you&#8217;re more likely to create your tags in TagBot than FileSpot).  FileSpot also doesn&#8217;t support <a href="http:/www.indev.ca/MailTags.html">MailTags</a>, which is a crying shame.  I personally hate Mail.app&#8217;s limited search interface, and would love to do all my email searching through some crafty FileSpot saved searches.  Without MailTags integration, however, this is simply not feasible for me.</p>
<h4>Best I&#8217;ve ever had</h4>
<p>I can&#8217;t lie; I may have found a few things I didn&#8217;t like about the program, but FileSpot is the single best thing that&#8217;s ever happened to me when it comes to searching my computer.  Even with the caveats above, its interface makes powerful searching accessible and rids it of the aggravations that I usually suffer at the hands of Spotlight.  It has some room for improvement, but it&#8217;s still an amazingly well-crafted app.</p>
<p>I highly recommend FileSpot because of this.  Even users who don&#8217;t need FileSpot&#8217;s more advanced features will find it far easier to use than Spotlight, and if they ever decide they do want to search for some arbitrarily complex criteria, the tools will be ready and waiting for them.  For users who want to milk the most out of their computer (say, the kinds of people who turn to tagging), FileSpot is even more compelling.  One of the marks of truly inspired software design is when an application&#8217;s power and complexity scales naturally and transparently based on the abilities of its users, and FileSpot is very close to achieving this state of software bliss.</p>
<p>FileSpot is available for $20 (or $35 for a family/multiple computer license) and includes a <a href="http://mac.synthesisstudios.com/mac/filespot/download">30 day free trial</a>.  If you are an owner of MoRU, you can register for a $10 upgrade fee.</p>
<p><em>Like the review?  Hate it?  Disagree?  <a href="http://tagamac.com/contact/">Let me know!</a>  Not only do I love hearing from readers, but I&#8217;m usually quite quick to respond.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_review%2F&#038;seed_title=FileSpot+review%3A+indispensable+Spotlight+enhancement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File system tagging</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&#038;seed_title=File+system+tagging</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&#038;seed_title=File+system+tagging#comments</comments>
		<pubDate>Thu, 06 Sep 2007 07:05:51 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[file system]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/file_system_tagging/</guid>
		<description><![CDATA[The fact is that people usually want to tag their files, but unfortunately file system tagging is still one of the most difficult and onerous tagging activities. Although there are a number of different tools now to choose from, if you want to use tags in your file system you will likely need to roll [...]]]></description>
			<content:encoded><![CDATA[<div class='series_toc'><h3>Tags for every situation</h3><ol><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Fproductivity_tagging%2F&amp;seed_title=File+system+tagging' title='Tagging for productivity'>Tagging for productivity</a></li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=File+system+tagging' title='File library vs. file system'>File library vs. file system</a></li><li>File system tagging</li><li><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&amp;seed_title=File+system+tagging' title='Tagging files with file libraries'>Tagging files with file libraries</a></li></ol></div> <p>The fact is that people usually want to tag their files, but unfortunately file system tagging is still one of the most difficult and onerous tagging activities.  Although there are a number of different tools now to choose from, if you want to use tags in your file system you will likely need to roll your own solution to some extent.</p>
<p>There are two main categories of file system tagging software: software intended to help you tag your files, and software that you can use to roll your own solution.  Keep in mind that the focus of this series of articles is on helping you find software; coming up with a workflow will still be up to you (although I&#8217;ll be publishing some workflow advice down the road).<span id="more-88"></span></p>
<h4>The main two</h4>
<p>There are two programs whose entire point is file system tagging: TagBot and Punakea.</p>
<p><a href="http://www.bigrobotsoftware.com/">TagBot</a> (&#36;20) provides you with a floating palette of tags for drag and drop tagging and a Finder contextual menu.  Although you can double click a tag in the palette to open a Smart Folder for that tag, TagBot is primarily useful for tagging (rather than browsing or searching).  Tags are stored in Spotlight comments using the popular &#038;tag format (tag name with a &#8220;&#038;&#8221; prefix).  Unfortunately, this means that you can only use single word tags (so get ready to <a href="http://tagamac.com/2007/08/spaces/">replace those spaces</a>!).</p>
<p>TagBot is not an all-in-one tool, but may be the perfect companion to your other tagging tools; it fits particularly well into Quicksilver tagging systems (more on this later).  If you&#8217;re using TagBot alone, <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a> would be an excellent complement, because it uses the same format for tags and picks up searching and browsing where TagBot leaves off (besides having loads of other cool features).</p>
<p><a href="http://www.nudgenudge.eu/punakea">Punakea</a> (free) also uses Spotlight comments, but approaches them very differently: Punakea tags are surrounded by a truly horrific bunch of gobbledy-gook.  Although this makes finding tagged files with Spotlight more onerous, it also allows Punakea to offer much more advanced tagging (including multiple word tags).  Punakea provides a drag-and-drop sidebar for tagging that conveniently stays out of sight when not in use, and has an excellent cumulative tag cloud for browsing tagged files.</p>
<p>Despite some shortcomings, Punakea is well worth trying out because it is the only software that comes close to being an all-in-one solution for file system tagging.  You also can&#8217;t beat the price, although the software is still technically in beta and may be buggy.</p>
<p>To be honest, I&#8217;m pretty torn between Punakea and TagBot and have not settled on one to use myself.  If you prefer a simple tagging solution to supplement your folders and Spotlight use, then TagBot is likely the best solution.  If you&#8217;d like to try using tagging as your only way of organizing documents (or want a great tag browsing interface), then Punakea is the answer.</p>
<h4>Roll yer own</h4>
<p>Outside of TagBot and Punakea, <a href="http://quicksilver.blacktree.com/">Quicksilver</a> (free) is your best solution for file system tagging (it&#8217;s possible to use Applescript and <a href="http://obdev.at/products/launchbar/">LaunchBar</a> for tagging, as well, but Quicksilver has Spotlight comment editing integrated).  Some people also like to use <a href="http://www.stclairsoft.com/DefaultFolderX/">Default Folder X</a> (&#36;34.95) to throw tags into the Spotlight comments when they are saving files (further streamlining the process).  You may also find <a href="http://www.noodlesoft.com/hazel.php">Hazel</a> (&#36;21.95) useful for managing files, or even assigning tags automatically, although it will require some creativity on your part to come up with useful rules.</p>
<p>If you&#8217;d like an in-depth walkthrough on using Quicksilver and Default Folder X to tag files, try the Apple Blog&#8217;s series on using metadata in OS X.  Unfortunately, the series doesn&#8217;t have any internal navigation, but you can link to all five articles in the series from Tagamac&#8217;s <a href="http://tagamac.com/2007/08/tagging_resources/">tagging resources</a> article.</p>
<p>Of course, you could also eschew all that fancy schmancy software stuff, and just tag files using the Finder&#8217;s Get Info window.</p>
<p>Rolling your own file system tagging can be very rewarding; after all, you have complete control over every step of the workflow, so you can craft it to suit yourself.  However, it also requires the most energy, thought, and training.  If you&#8217;d like to roll your own system with the least amount of effort, then you&#8217;re likely best off with a combination of Quicksilver, TagBot, and possibly FileSpot.  Definitely check out the Apple Blog&#8217;s series mentioned above; it&#8217;s required reading for Quicksilver-based file system tagging.</p>
<h4>But wait, there&#8217;s more!</h4>
<p>Okay, I kind of lied when I said there were only two applications dedicated to file system tagging.  The thing is, there are only two obviously good options.  There is a third sort-of-good option, and a slew of stuff that&#8217;s unequivocally bad.</p>
<p>The third option is a Java application called <a href="http://www.inuron.com/">Nucle Browser</a> (free) and its companion, the McNucle server.  This is actually a very promising project, not least because of its cross-platform nature and ability to remotely access your tagged file system.  Of course, I can count the number of decent Java apps that I&#8217;ve used on one hand (and wouldn&#8217;t be impaired in said counting even if I lost a few fingers), but there you go.</p>
<p>Although my initial experiences with Nucle Browser were very negative, the most recent beta is much more useable.  Of course, the double application server/client setup is annoying, as is the occasional unresponsiveness, long launch time, and fact that they store your IP address on their server (which is how you connect the Nucle Browser to the McNucle server).  If you can get over these shortcomings, though, it definitely has potential.  I wouldn&#8217;t recommend Nucle Browser for most users, but if the feature-set sounds intriguing feel free to download it and give it a whirl.</p>
<p>Finally, if you&#8217;re really a glutton for punishment, you could try out <a href="http://www.macupdate.com/info.php/id/23385/droplight">DropLight</a>, <a href="http://desklampx.com/">DeskLamp</a>, <a href="http://www.aeroquartet.com/Lab/">Branding Iron</a>, or any number of <a href="http://pianomansam.110mb.com/software/software.html">Applescripts</a>.  I wouldn&#8217;t recommend it, though.  Most of this software is scraping the bottom of the barrel, and some of it has somehow managed to bury itself beneath the barrel entirely.</p>
<p>If you&#8217;re comfortable defining your own workflow using multiple pieces of software, then you will likely find file system tagging useful and rewarding.  If, however, you aren&#8217;t interested in putting that much effort into your tagging system or only need to tag a subset of your documents, you may find a file library more to your taste.  I&#8217;ll be covering file libraries next, so stay tuned, or, if you don&#8217;t want my advice, check out file libraries on the <a href="http://tagamac.com/software/#filelibrary">software page</a>.</p>
<p>Know of a better way to tag your file system?  <a href="http://tagamac.com/contact/">Let me know</a>!  I love to hear from readers, and I&#8217;m always looking for new software and workflows to try out.</p>
 <div class='series_links'><a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Flibrary_vs_system%2F&amp;seed_title=File+system+tagging' title='File library vs. file system'>&larr; Previous in series</a>&nbsp; &nbsp;<a href='http://tagamac.com/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Ftagamac.com%2F2007%2F11%2Ffile_libraries%2F&amp;seed_title=File+system+tagging' title='Tagging files with file libraries'>Next in series &rarr;</a></div>]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffile_system_tagging%2F&#038;seed_title=File+system+tagging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot update: 2.0.2</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_202%2F&#038;seed_title=FileSpot+update%3A+2.0.2</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_202%2F&#038;seed_title=FileSpot+update%3A+2.0.2#comments</comments>
		<pubDate>Sat, 01 Sep 2007 18:33:21 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/09/filespot_202/</guid>
		<description><![CDATA[FileSpot, a Spotlight searching utility, has received a minor update to 2.0.2, apparently bypassing 2.0.1. This version includes improvements to the startup demo dialog, better license key validation, and a way to report validation problems. Unfortunately, release notes are only available through the in-program Sparkle updating, so for details you&#8217;ll have to check for updates [...]]]></description>
			<content:encoded><![CDATA[<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/08/filespot.jpg' alt='FileSpot' /><a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a>, a Spotlight searching utility, has received a minor update to 2.0.2, apparently bypassing 2.0.1.  This version includes improvements to the startup demo dialog, better license key validation, and a way to report validation problems.</p>
<p>Unfortunately, release notes are only available through the in-program Sparkle updating, so for details you&#8217;ll have to check for updates from within the program.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F09%2Ffilespot_202%2F&#038;seed_title=FileSpot+update%3A+2.0.2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot 2.0 released</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ffilespot_released%2F&#038;seed_title=FileSpot+2.0+released</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ffilespot_released%2F&#038;seed_title=FileSpot+2.0+released#comments</comments>
		<pubDate>Thu, 23 Aug 2007 16:36:58 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/filespot_released/</guid>
		<description><![CDATA[FileSpot, the Spotlight searching utility that is the updated version of MoRU, has officially come out of beta today. FileSpot allows users to do far more complex Spotlight searches than is possible with the default OS interface, and features a number of improvements over MoRU including TagBot compatible tagging and tag searches, deeply nested search [...]]]></description>
			<content:encoded><![CDATA[<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/08/filespot.jpg' alt='FileSpot' /><a href="http://mac.synthesisstudios.com/mac/filespot/about/">FileSpot</a>, the Spotlight searching utility that is the updated version of MoRU, has officially come out of beta today.  FileSpot allows users to do far more complex Spotlight searches than is possible with the default OS interface, and features a number of improvements over MoRU including <a href="http://bigrobotsoftware.com/">TagBot</a> compatible tagging and tag searches, deeply nested search logic (allowing you to create very specific searches very easily), a tabbed interface, and the ability to export searches as Finder Smart Folders.  As of the third beta, FileSpot spots a new metallic icon as well.  (Honestly, I liked the old one better; this one&#8217;s a bit chunky.)</p>
<p>If you do much of anything that involves Spotlight, you owe it to yourself to at least try FileSpot.  It is a very advanced search utility, and may be a key ingredient in any file system tagging you do.  Additionally, there are some <a href="http://mac.synthesisstudios.com/filespot/support/viewtopic.php?f=4&#038;t=13">cool new features</a> planned for upcoming versions that are definitely worth getting excited about.  FileSpot is $20 shareware with a 30 day trial period and a 50% discount for owners of MoRU.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ffilespot_released%2F&#038;seed_title=FileSpot+2.0+released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot update: 2.0b2</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ffilespot_20b2%2F&#038;seed_title=FileSpot+update%3A+2.0b2</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ffilespot_20b2%2F&#038;seed_title=FileSpot+update%3A+2.0b2#comments</comments>
		<pubDate>Thu, 09 Aug 2007 00:25:50 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/08/filespot_20b2/</guid>
		<description><![CDATA[It&#8217;s a relatively busy day for Tagamac today; besides iGTD and iPhoto, FileSpot, the Spotlight searching utility that is a much-revamped version of MoRU (thanks to all the readers who pointed this out to me!), has been updated to beta 2. The second beta is a minor release that adds capabilities to the contextual menus, [...]]]></description>
			<content:encoded><![CDATA[<p><img class='right noborder' src='http://tagamac.com/wp-content/uploads/2007/07/filespot.jpg' alt='FileSpot' />It&#8217;s a relatively busy day for Tagamac today; besides iGTD and iPhoto, <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot</a>, the Spotlight searching utility that is a much-revamped version of MoRU (thanks to all the readers who pointed this out to me!), has been updated to beta 2.  The second beta is a minor release that adds capabilities to the contextual menus, allows the user to set where they want smart folders to be saved, and fixes some bugs.</p>
<p>You can download the new beta via the <a href="http://mac.synthesisstudios.com/mac/filespot/download">FileSpot download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F08%2Ffilespot_20b2%2F&#038;seed_title=FileSpot+update%3A+2.0b2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileSpot 2.0b1</title>
		<link>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Ffilespot_2b1%2F&#038;seed_title=FileSpot+2.0b1</link>
		<comments>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Ffilespot_2b1%2F&#038;seed_title=FileSpot+2.0b1#comments</comments>
		<pubDate>Sat, 28 Jul 2007 23:34:29 +0000</pubDate>
		<dc:creator>Ian Beck</dc:creator>
				<category><![CDATA[Software updates]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[shareware]]></category>
		<category><![CDATA[spotlight]]></category>

		<guid isPermaLink="false">http://tagamac.com/2007/07/filespot_2b1/</guid>
		<description><![CDATA[The first beta of FileSpot 2.0, a Spotlight enhancer, was released today. Frankly, I&#8217;m a little curious about version 1.0; I&#8217;ve never heard of FileSpot before, although it looks like a nice and slick Spotlight replacement. FileSpot has built-in support for tagging via Spotlight comments, which is nice to see. Unfortunately, it doesn&#8217;t look like [...]]]></description>
			<content:encoded><![CDATA[<p><img class='left noborder' src='http://tagamac.com/wp-content/uploads/2007/07/filespot.jpg' alt='FileSpot' />The first beta of <a href="http://mac.synthesisstudios.com/mac/filespot/about">FileSpot 2.0</a>, a Spotlight enhancer, was released today.  Frankly, I&#8217;m a little curious about version 1.0; I&#8217;ve never heard of FileSpot before, although it looks like a nice and slick Spotlight replacement.</p>
<p>FileSpot has built-in support for tagging via Spotlight comments, which is nice to see.  Unfortunately, it doesn&#8217;t look like you can customize the tagging format, but this is still a program well worth checking out if you want something an interface a little more robust than Spotlight&#8217;s.  It automatically gave me an &#8220;Open in Path Finder&#8221; contextual menu option instead of the standard Finder, too.  Bonus points to <a href="http://www.synthesisstudios.com/">Synthesis Studios</a> for that.</p>
]]></content:encoded>
			<wfw:commentRss>http://tagamac.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Ftagamac.com%2F2007%2F07%2Ffilespot_2b1%2F&#038;seed_title=FileSpot+2.0b1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

