Answering Metadata Screencast Questions
The Metadata Screecast that I posted yesterday generated enough questions that I felt it necessary to address them in a post, rather than a HUGE comment, buried at the end of the comments. So here it is. Each Answer references the number of the comment it relates to.
I will continue to update this post with answers to questions from that post.
#4 – Finding Untagged Files
Afraid you’re going to have to get creative on that one. Right now there’s no clear cut way to search on an empty Spotlight Comments window. You could probably get tricky with custom raw queries, but I haven’t gone that far yet.
#5 – Tag Catalog isn’t alphabetized
When you arrow into the tag catalog, you should be seeing a dropped-down list of tags. The header of this list reads, “Browsing”. If you follow that header to the right, there’s an icon of a gear – if you click that gear, choose ‘Sort By Name’. Boom!
And yes, it appears to be video artifacts. I have some custom colors and the glass effect setup in the Quicksilver UI, but otherwise it’s just the video reproduction.
#6 – Quicksilver Tagging Not Showing in Get Info
So are the tags searchable in Spotlight? Could it be that the Spotlight Comments part of the GUI just isn’t updating properly or something? I haven’t seen that before, but I’d check to see if your tags are returning the proper files in Spotlight.
#7 – Robot Icon in Menubar
Sorry Eric, can’t talk about that quite yet. But It’s cool, and I can’t wait to let the bot out of the bag…
#8 – Unable to Arrow Into Tags
I can’t be sure on this one. The first thing I’d suggest would be to make sure you’ve installed the Spotlight plugin for Quicksilver. Also check that the Extra Scripts plugin is installed (and selected in the catalogs area). Hopefully one or both of those things helps.
#9 – Bringing Files Into Quicksilver
It’s already been answered in a few of the comments, but you can also check out a screencast I did on the topic here…which also contains screen shots on setting up a trigger to do the same thing no matter what application your selection is in.
#11 – What’s The Terminal Icon in the Menubar?
I seem to get this question every screencast. It’s called Visor, and it’s made by the same people who brought us Quicksilver. The Apple Blog covered it here.
#12 – Uncertainties in Taking The Tagging Leap
Well this is really just a matter of sucking it up and jumping in with both feet. My method was just to put everything I currently had in my Documents folder into a ‘pretagging’ folder and starting form that point on…
Your schema for naming needs to be something that works for you. Go back and read the first couple parts of my metadata series if you need to. But essentially, decide on the rules you’ll use, and stick to them…They’ll be guidelines too, because this system will scale as you need more tags.
Managing those tags is really a matter of using smart Spotlight Queries – I open a new Smart Folder, and search on “Spotlight Comments contains &”, and with that I get all the files I’ve ever tagged (as long as I’ve tagged them all with an & symbol).
This system is a very large leap into the future – in my opinion. We’ve been trained to think in folder for so long, that for the most part, we don’t think outside that box. But I find my files easier with tags – and faster! – than when I peruse my folder structures. But I still keep my folder hierarchies intact…Using them in conjunction with tagging makes for a pretty solid team-up of systems. After all, sometimes applications require a folder structure, or coding, and so on. So don’t feel like you need to ditch folders – it’s more of a suggestion for showing the power tagging offers.
#15 – Bulk Tagging Files
I mention this toward the end of the blog post in which the screencast is linked…You can bring many files at once into Quicksilver and apply the tags in just the same way as I showed in the screencast.
#16 – Multi Word Tags
The Spotlight Comments field is essentially a Space Separated List. So spaces in your tags will create additional tags. Punakea is a tagging app for OS X that seems to address this issue by creating a large markup profile around the tags, separating them by semi-colons. That’s great, but makes controlling your tagging methods pretty difficult, and it’s proprietary, so doesn’t play well with the rest of the OS. Maybe it’s your cup of tea, but not quite mine. Via Quicksilver, your best bet is to user underscores rather than spaces.
Related research and analysis from GigaOM Pro:
Subscriber content. Sign up for a free trial.
Regarding #4, put a folder in list view and choose View>Options and then select the comments checkbox. Perhaps not as fast as a search but if you’ve got a folder with hundreds or thousands of files you can sort files by the comments column and quickly see a list of all those that have nothing. Then use Quicksilver or Automator to take care of those that are commentless. That’s the way I did it.
Re #8 – I already have the Spotlight module and Extra Scripts installed, and can right arrow into my tag list from File Tags (Catalog), but can’t right arrow on again into the file listings per tag. ie. there’s something else required besides the Spotlight Module and Extra Scripts to match your setup.
Thanks for the screencast, by the way – I’ve been tagging this way since the File Tagging Module first appeared, but still picked up some great pointers.
A few other thoughts that may or may not make sense for those just starting out. I used my folders as cues for my spotlight comments. I had a folder called scrapbook with various sub folders that related to areas of interest/research. Example, a folder “ecology” in which existed folders such as climate change, peak oil, gardening. Before moving any files I took a look at all my folders and thought about what I had. Then developed a pretty straight forward naming convention. To use the above example those items were tagged as ecology_climatechange or ecology_peakoil. Developing a commonsense approach to tagging that reflects the folder hierarchy you’ve been using eases the transition and serves as a reinforcement.
One other thought that will help remind you to transition to Spotlight after the tagging. Keep a Spotlight search window open at all times. It will remind you to search rather than browse. If you command-space to the menu bar spotlight that’s fine the results will update in your already open Spotlight window once you hit return. You can initiate a search in either place but the point is to have that window open at all times. Also, set up Smart Folders in the sidebar of your Finder because these will also help remind you to use Spotlight-based searching.
One last point that is probably pretty obvious but I’ll mention it anyway. If you’re a web developer don’t even bother to move files out of their folders… too many of these files share the same name such as index.html… such a system would be a disaster. I tag mine with the project name but leave them in their client/project folders all of which live in a “Current Projects” folder. The end result is I can still do a Spotlight search on a project or client and get relevant files, ical events/todos, contacts, email, etc. but the files are safely tucked away in their own folders.
After rooting about in the Catalog a bit, it looks like you need Internal Objects checked under Quicksilver to right arrow past the tag and onto its files.
(That’s what I love about Quicksilver – three years of using it, and I’m still finding mysterious boxes to check that I’ve never noticed before!)
Is it possible to tag individual emails?
By the way, seems to me that the leap to tagging is not so very big. You can still keep the documents in folders, and just call on them via their tags. Having a tag system doesn’t mean you have to abandon order inside the documents folder.
Thanks for all your work on these screencasts. Quicksilver really is amazing. I look a lot of procuctivity software options and end up thinking, “I can do that with Quicksilver.” Your screencasts are a huge help.
ptc, yes, possible to tag emails with the very excellent mailtags plugin for apple mail. attach projects, keywords, notes, and create ical todos/events right from a particular email.
Re#4 the way to go about searching for files would be through a script where in you use
$mdfind “kMDItemFinderComment == ‘*’”
This will return all files that are tagged. I imagine there is a way to have a shell script or an applescript that lists a directories contents, then lists those that are tagged, compares the two and returns the list of those that are not tagged. That shouldn’t be too difficult, for someone with better scripting ability than I.
Looks like Denny’s got me covered here – thanks!!
And Jack, glad you found that setting. I would’ve gotten there sooner or later…
There’s just so much to Quicksilver, that it gets hard to distinguish what is doing what.
denny, good call on MailTags. It’s almost as vital to my existence as Quicksilver. I have yet to see a way of incorporating MailTags with Quicksilver. Does anyone know of a method? This would perfect life and bring the universe to a state of balance.
i am having a huge metadata issue. My metadata was not transferred when i upgraded to a macbook from an g4 ibook. I know this has to do with it saved to a different database altogether — .spotlightV1 file? I tried to reconstitute but am having a diffcult time. I hate to reinput all the tags! Any help?