yeah use the command line plugin from the apple examples. i found spotlighting is pretty cool, i was getting some crashes with it finding images and what not. an image downloader block seemed to help for the indexes i did not want to view. try putting a command line or spotlight on your server, and running in a web browser.
On Thu, Feb 19, 2009 at 9:05 AM, Christopher Wright <[email protected]>wrote: > Spotlight doesn't seem to be able to read content (patch names, input >> splitter strings/file paths, javascript code etc) in .qtz files. >> Does (an alternative) way to search for that patch I was looking at 2 >> months ago that has the word say "asteriod" for eg. in it exist? >> > > A spotlight plugin for this would be pretty simple (assuming the spotlight > api isn't too crazy). Otherwise, I don't think there's a nice GUI way to > search. > > In terminal-land, you could do something silly, like using find+grep: > > find . -name "*.qtz" -exec grep "My Cool Search Term" {} \; > > it'll take forever, but it should be able to find compositions with certain > strings inside. > > -- > [ christopher wright ] > [email protected] > http://kineme.net/ > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Quartzcomposer-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > > http://lists.apple.com/mailman/options/quartzcomposer-dev/dustin.oconnor%40gmail.com > > This email sent to [email protected] > -- Dustin O'Connor http://numedia-sci.info
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

