<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The Metadata Screencast: Part Three</title>
	<atom:link href="http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/</link>
	<description>TheAppleBlog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<lastBuildDate>Sun, 22 Nov 2009 03:16:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin C</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-34615</link>
		<dc:creator>Justin C</dc:creator>
		<pubDate>Sat, 14 Mar 2009 22:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-34615</guid>
		<description>Quicksilver &quot;show files matching&quot; is not working for me. I have the file tagging module ticked as installed - and tagging works. I have my prefix set, and under actions five actions are ticked &quot;show files matching&quot;, &quot;remove tags&quot;,&quot;set tags&quot;, &quot;set tags&quot;, and &quot;add tags&quot;. Lastly, under Catalogue -&gt;Modules, I have &quot;File Tags&quot; ticked. But I don&#039;t get that search/finder window come up that you do. Any suggestions? Oh, BTW, I&#039;m using Leopard and QS Beta 54. What I am getting, is a smart finder window with those files edited today.</description>
		<content:encoded><![CDATA[<p>Quicksilver &quot;show files matching&quot; is not working for me. I have the file tagging module ticked as installed &#8211; and tagging works. I have my prefix set, and under actions five actions are ticked &quot;show files matching&quot;, &quot;remove tags&quot;,&quot;set tags&quot;, &quot;set tags&quot;, and &quot;add tags&quot;. Lastly, under Catalogue -&gt;Modules, I have &quot;File Tags&quot; ticked. But I don&#8217;t get that search/finder window come up that you do. Any suggestions? Oh, BTW, I&#8217;m using Leopard and QS Beta 54. What I am getting, is a smart finder window with those files edited today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlbertoMichieli</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13426</link>
		<dc:creator>AlbertoMichieli</dc:creator>
		<pubDate>Sun, 14 Sep 2008 16:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13426</guid>
		<description>We use a server where 3 people access files

if I tag file for some project from my notebook, does the tags appear on the other client machine?

I saw the question about mailtag, can they be searched by qs as well?

what about address book contacts, can I tag these too?

What happen if some file has been download to a remote computer via ftp and then uploaded back again? they will keep tags?

Thank you very much</description>
		<content:encoded><![CDATA[<p>We use a server where 3 people access files</p>
<p>if I tag file for some project from my notebook, does the tags appear on the other client machine?</p>
<p>I saw the question about mailtag, can they be searched by qs as well?</p>
<p>what about address book contacts, can I tag these too?</p>
<p>What happen if some file has been download to a remote computer via ftp and then uploaded back again? they will keep tags?</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JGraybeal</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13425</link>
		<dc:creator>JGraybeal</dc:creator>
		<pubDate>Tue, 06 May 2008 03:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13425</guid>
		<description>Joshua -- Those were great questions in #12. I&#039;ve been thinking about them a lot, as we have moved a 1500-item site from Plone (with some tagging and smart folders) to Drupal (with tagging the primary navigation system). I too could not get over the hurdle of requiring navigation ordering.

With the help of some clever implementers on my project, we&#039;ve implemented folder emulation -- using tags! If each item is tagged with its path+shortName, then all the paths form a hierarchical set of tags (either break out the path components or keep them in one string, it&#039;s an implementation choice).

So if I want to say &quot;this thing should be in the same conceptual space as these other things&quot; and I am used to having a nice hierarchical set of concept spaces (read: folders), I can still order/organize things in that way, and people can still find them in that way.  It makes it obvious that folders are just another tagging system.

But being able to ALSO tag them and put them into various views, using their tags, is really nice so far.  (Will release new web site Real Soon Now.)  It has taken a lot of time to come up with a satisfactory set of taxonomies, though.

On my Mac, with over 1M files, and maybe 100K emails, I am not about to start tagging them all -- I&#039;m happier using sorts and searches, and memory. But I&#039;ll view the movie (as soon as my system lets me), maybe I&#039;ll change my mind.</description>
		<content:encoded><![CDATA[<p>Joshua &#8212; Those were great questions in #12. I&#8217;ve been thinking about them a lot, as we have moved a 1500-item site from Plone (with some tagging and smart folders) to Drupal (with tagging the primary navigation system). I too could not get over the hurdle of requiring navigation ordering.</p>
<p>With the help of some clever implementers on my project, we&#8217;ve implemented folder emulation &#8212; using tags! If each item is tagged with its path+shortName, then all the paths form a hierarchical set of tags (either break out the path components or keep them in one string, it&#8217;s an implementation choice).</p>
<p>So if I want to say &#8220;this thing should be in the same conceptual space as these other things&#8221; and I am used to having a nice hierarchical set of concept spaces (read: folders), I can still order/organize things in that way, and people can still find them in that way.  It makes it obvious that folders are just another tagging system.</p>
<p>But being able to ALSO tag them and put them into various views, using their tags, is really nice so far.  (Will release new web site Real Soon Now.)  It has taken a lot of time to come up with a satisfactory set of taxonomies, though.</p>
<p>On my Mac, with over 1M files, and maybe 100K emails, I am not about to start tagging them all &#8212; I&#8217;m happier using sorts and searches, and memory. But I&#8217;ll view the movie (as soon as my system lets me), maybe I&#8217;ll change my mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13424</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 07 Feb 2008 22:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13424</guid>
		<description>When i click on the test document and then invoke quicksilver, i dont have  the same option you show in the screencast that allows me to start typing the name of a tag i would like to use.  Any ideas as to what im doing wrong?</description>
		<content:encoded><![CDATA[<p>When i click on the test document and then invoke quicksilver, i dont have  the same option you show in the screencast that allows me to start typing the name of a tag i would like to use.  Any ideas as to what im doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demariii</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13423</link>
		<dc:creator>demariii</dc:creator>
		<pubDate>Sat, 06 Oct 2007 21:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13423</guid>
		<description>When I do a search with quicksilver for a file only 3-4 of 20 files show up in quicksilver.  When I do the same search in spotlight all 20 documents are found.  Why? Is something not set p properly?  Take care!</description>
		<content:encoded><![CDATA[<p>When I do a search with quicksilver for a file only 3-4 of 20 files show up in quicksilver.  When I do the same search in spotlight all 20 documents are found.  Why? Is something not set p properly?  Take care!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jono</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13422</link>
		<dc:creator>Jono</dc:creator>
		<pubDate>Tue, 26 Jun 2007 15:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13422</guid>
		<description>Sounds good.

I noticed when using (the older version) that for some reason Quicksilver &amp; TagBot saved searches wouldn&#039;t always pick up files tagged using Default Folder X. Sometimes it would add a space &amp; I&#039;d have to &#039;Get Info&#039; on the file &amp; remove the space it added before the tag in order for it to play nice with other tagging apps.

Any word on it this has been fixed?</description>
		<content:encoded><![CDATA[<p>Sounds good.</p>
<p>I noticed when using (the older version) that for some reason Quicksilver &amp; TagBot saved searches wouldn&#8217;t always pick up files tagged using Default Folder X. Sometimes it would add a space &amp; I&#8217;d have to &#8216;Get Info&#8217; on the file &amp; remove the space it added before the tag in order for it to play nice with other tagging apps.</p>
<p>Any word on it this has been fixed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Gotow</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13421</link>
		<dc:creator>Jon Gotow</dc:creator>
		<pubDate>Tue, 26 Jun 2007 14:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13421</guid>
		<description>Whoops - I mean Nick...

 - Jon</description>
		<content:encoded><![CDATA[<p>Whoops &#8211; I mean Nick&#8230;</p>
<p> &#8211; Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Gotow</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13420</link>
		<dc:creator>Jon Gotow</dc:creator>
		<pubDate>Tue, 26 Jun 2007 14:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13420</guid>
		<description>Hey Josh - I know it&#039;s been a long while, but I wanted to let you know that I released a new version of Default Folder X today that&#039;s got auto-completion built in for Spotlight tags.  You (or one of the comments) said that&#039;d make things go quicker, and certainly cuts down on my own mistakes when tagging my files :-)

 - Jon</description>
		<content:encoded><![CDATA[<p>Hey Josh &#8211; I know it&#8217;s been a long while, but I wanted to let you know that I released a new version of Default Folder X today that&#8217;s got auto-completion built in for Spotlight tags.  You (or one of the comments) said that&#8217;d make things go quicker, and certainly cuts down on my own mistakes when tagging my files :-)</p>
<p> &#8211; Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13419</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Sun, 10 Jun 2007 18:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13419</guid>
		<description>Tagbot seems to do a good job of tagging.</description>
		<content:encoded><![CDATA[<p>Tagbot seems to do a good job of tagging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tod</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13418</link>
		<dc:creator>Tod</dc:creator>
		<pubDate>Tue, 17 Apr 2007 05:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13418</guid>
		<description>Where do we obtain the neat wood-skinned hard drive icon?</description>
		<content:encoded><![CDATA[<p>Where do we obtain the neat wood-skinned hard drive icon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13386</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Mon, 19 Mar 2007 20:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13386</guid>
		<description>Be careful! If tags resist a hard drive crash and reinstall from backup, as in your example, they will not resist some of the Onyx cleaning!!!
Yesterday, I have had the bad idea to launck Onyx to clean the usual things, cache and all things, but was afraid to see after reboot that all my tags had disappeared!
There is an option you must absolutely not choose in Onyx, it&#039;s the &quot;initialize Spotlight index&quot; option... it will erase all your tags! So, be careful with that!
Gabriel</description>
		<content:encoded><![CDATA[<p>Be careful! If tags resist a hard drive crash and reinstall from backup, as in your example, they will not resist some of the Onyx cleaning!!!<br />
Yesterday, I have had the bad idea to launck Onyx to clean the usual things, cache and all things, but was afraid to see after reboot that all my tags had disappeared!<br />
There is an option you must absolutely not choose in Onyx, it&#8217;s the &#8220;initialize Spotlight index&#8221; option&#8230; it will erase all your tags! So, be careful with that!<br />
Gabriel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13387</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 09 Mar 2007 18:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13387</guid>
		<description>Would be awesome to have a plugin for Quickbooks. Id like to access my client information like I can with address book. Id also like to pull up invoices. Anyone know how this can be done?</description>
		<content:encoded><![CDATA[<p>Would be awesome to have a plugin for Quickbooks. Id like to access my client information like I can with address book. Id also like to pull up invoices. Anyone know how this can be done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13388</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 09 Mar 2007 00:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13388</guid>
		<description>Problem solved. Once i started to tag through qs it finds the tag and I select to show all files with this tag. All good. QS rocks.</description>
		<content:encoded><![CDATA[<p>Problem solved. Once i started to tag through qs it finds the tag and I select to show all files with this tag. All good. QS rocks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13389</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 08 Mar 2007 23:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13389</guid>
		<description>Great info. One issue that I have is that I want to tag all my invoices by date of invoice i.e. 3/05/07 but I cant use &quot;/&quot; in qs. I can use it in spotlight which enables me to pull up the dated invoice or all the invoice under that date. Should I just use spotlight to bring up the invoices and not use qs?</description>
		<content:encoded><![CDATA[<p>Great info. One issue that I have is that I want to tag all my invoices by date of invoice i.e. 3/05/07 but I cant use &#8220;/&#8221; in qs. I can use it in spotlight which enables me to pull up the dated invoice or all the invoice under that date. Should I just use spotlight to bring up the invoices and not use qs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Santilli</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13390</link>
		<dc:creator>Nick Santilli</dc:creator>
		<pubDate>Thu, 01 Mar 2007 06:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13390</guid>
		<description>I believe Josh changed the download to an embedded viewer.  probably from strain on the server, but I&#039;m not sure.  I&#039;ll always release them as downloads, unless the bossman has to throttle it back for some reason or another.</description>
		<content:encoded><![CDATA[<p>I believe Josh changed the download to an embedded viewer.  probably from strain on the server, but I&#8217;m not sure.  I&#8217;ll always release them as downloads, unless the bossman has to throttle it back for some reason or another.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seenxu</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13391</link>
		<dc:creator>seenxu</dc:creator>
		<pubDate>Thu, 01 Mar 2007 01:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13391</guid>
		<description>theappleblog no longer offer quicksilver serie screencast download?

thx</description>
		<content:encoded><![CDATA[<p>theappleblog no longer offer quicksilver serie screencast download?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Newsom</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13392</link>
		<dc:creator>Michael Newsom</dc:creator>
		<pubDate>Wed, 21 Feb 2007 23:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13392</guid>
		<description>these articles have really changed the way i use my computer. i&#039;m very close to leaving the finder behind forever.
the one comment i&#039;d like to make is that you should turn off file vault if you plan to add tags with quicksilver. searching by tag works but you&#039;ll have to add tags one at a time in the get info box until you decrypt your home directory.
file vault also seems to shut down a lot of automator actions.
keep the screencasts coming!</description>
		<content:encoded><![CDATA[<p>these articles have really changed the way i use my computer. i&#8217;m very close to leaving the finder behind forever.<br />
the one comment i&#8217;d like to make is that you should turn off file vault if you plan to add tags with quicksilver. searching by tag works but you&#8217;ll have to add tags one at a time in the get info box until you decrypt your home directory.<br />
file vault also seems to shut down a lot of automator actions.<br />
keep the screencasts coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Pickett</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13394</link>
		<dc:creator>Chris Pickett</dc:creator>
		<pubDate>Wed, 21 Feb 2007 21:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13394</guid>
		<description>I&#039;ve been following this from the first screencast, it&#039;s been a great segment so far.

I&#039;ve got a project, called ZODAS, it has around 100 files (give or take), so I&#039;ve tagged all of those as zodas, then some as zodas &amp; module, etc. My problem is that now I get a list of 100+ files when I do a show files matching, is there anyway to specify more than one tag in qs? Or possibly get it to list the other matching tags at the top of the list of files?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been following this from the first screencast, it&#8217;s been a great segment so far.</p>
<p>I&#8217;ve got a project, called ZODAS, it has around 100 files (give or take), so I&#8217;ve tagged all of those as zodas, then some as zodas &amp; module, etc. My problem is that now I get a list of 100+ files when I do a show files matching, is there anyway to specify more than one tag in qs? Or possibly get it to list the other matching tags at the top of the list of files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvin Mudgett-Price</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13393</link>
		<dc:creator>Melvin Mudgett-Price</dc:creator>
		<pubDate>Wed, 21 Feb 2007 16:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13393</guid>
		<description>I can confirm Naga&#039;s comments. Tagbag will find files tagged without the ampersand even though it lists tags with ampersands. The problem I&#039;ve always had with tgbag was I can&#039;t resize the window. I need it to be wider. If any of you have tried using Punakea you&#039;ll know why. It adds a whole heap of text befor and after the tags.

Has anyone looked into Spotmeta? It looks like a great app, the problem I have though is it won&#039;t play with QS. I can find the tags with spotlight but not QS.

As always, great screencast, thank you.

http://www.fluffy.co.uk/spotmeta/</description>
		<content:encoded><![CDATA[<p>I can confirm Naga&#8217;s comments. Tagbag will find files tagged without the ampersand even though it lists tags with ampersands. The problem I&#8217;ve always had with tgbag was I can&#8217;t resize the window. I need it to be wider. If any of you have tried using Punakea you&#8217;ll know why. It adds a whole heap of text befor and after the tags.</p>
<p>Has anyone looked into Spotmeta? It looks like a great app, the problem I have though is it won&#8217;t play with QS. I can find the tags with spotlight but not QS.</p>
<p>As always, great screencast, thank you.</p>
<p><a href="http://www.fluffy.co.uk/spotmeta/" rel="nofollow">http://www.fluffy.co.uk/spotmeta/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13396</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 21 Feb 2007 11:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2007/02/19/the-metadata-screencast-part-three/#comment-13396</guid>
		<description>Spent yesterday trying to get Quicksilver to work and gave up.
Tried again to day and realised I&#039;d been missing the &quot;tab&quot; key out!! D&#039;oh!

Thanks for the screencast. Now to the brave New World of tagging. :)</description>
		<content:encoded><![CDATA[<p>Spent yesterday trying to get Quicksilver to work and gave up.<br />
Tried again to day and realised I&#8217;d been missing the &#8220;tab&#8221; key out!! D&#8217;oh!</p>
<p>Thanks for the screencast. Now to the brave New World of tagging. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
