Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
755 views

How can I make spotlight index markdown files?

I typically use the .markdown or .md extension for markdown documents. Unfortunately spotlight refuses to index them unless they have the .txt file extension. I've seen a possible solution involving ...
6
votes
1answer
257 views

Using Spotlight as the “database” of an application

I'm developing an OS X application to organize "things" (as iTunes is to music and iPhoto to photos). Instead of having my own database and index, I'm considering using Spotlight to essentially serve ...
5
votes
1answer
112 views

Is it possible for a native OS X app to read and copy the Spotlight search index?

I don't want to alter the index in any way, simply read it, monitor it for changes, and replicate it. It would be with a native app/service, that would run in the background. I"m assuming I'd be ...
5
votes
1answer
522 views

spotlight search in the application

Is that possible for spotlight search of iphone to take the contents of my application and show as search results ? If yes how to accomplish ?
5
votes
3answers
483 views

How to get an iPhone app to appear in Spotlight with a query that doesn't exactly match

I noticed that when I search for "Music" (for example) using Spotlight on the iPhone OS 3.0, the app "Midomi" shows up in the Spotlight results. "Midomi" doesn't exactly match "Music", but yet it ...
4
votes
1answer
82 views

Adding custom answer in Mac Spotlight

I saw that we have access to calculator in Spotlight! And I wonder how an application can add custom answer like calculator do! Thank you!
4
votes
1answer
722 views

Can I make my iPhone app's content searchable via Spotlight?

On MacOS X, you can write a Spotlight Importer so that your documents and content can be indexed and searched with Spotlight. I would like to write an iPhone app that generates content that can be ...
3
votes
1answer
175 views

How to make custom iOS apps easier for Spotlight to find

I write lots of little test apps on my devices. Is there some metadata I can add to the app so it appears more readily in Spotlight searches? For instance, I made a laundry timer app named Lavado ...
3
votes
1answer
434 views

Create a Spotlight plugin that queries online data?

This Mac OS Spotlight plugin queries Google and displays the search results in Spotlight: http://www.apple.com/downloads/macosx/spotlight/googleimporter.html I understand how to make custom metadata ...
2
votes
1answer
217 views

“Open folder in Terminal” for Spotlight or Alfred

Is there any way in Spotlight to have a folder open in a Terminal window, either by providing an "Open in Terminal" option in search results, or (ideally) by holding down a key when selecting a ...
2
votes
3answers
138 views

Catch system event as Cmd-Tab or Spotlight in a Cocoa App

In a Cocoa App, I'm trying to find a way to catch system events like the app switcher usually launched with Cmd-Tab or spotlight, usually launched by Cmd-Space. I'm looking for either a way to catch ...
2
votes
1answer
209 views

Readymade Cocoa Spotlight UI Components

I'm new to developing on the Mac and am looking to implement an interface similar to Spotlight's - the main part which seems to be an expanding table/grid view. I was wondering if there is a ...
2
votes
1answer
97 views

Using a Spotlight search result to open an application in a specific state

I have an application that will play a series of radio stations by choosing them from a drop down menu. Ideally I'd like to add some code, so that a spotlight search that would return any of the items ...
2
votes
1answer
140 views

How can I write a python script equivalent of mdfind using PyObjC bindings and NSMetadataQuery?

I want to write the python equivalent of mdfind. I want to use the .Spotlight-V100 metadata and I cannot find a description for the metadata db format used, but NSMetadataQuery seems to be what I ...
2
votes
1answer
103 views

Can I change name displayed in Spotlight search results?

I am writing a Spotlight importer for an application that stores content in files with meaningless names. There is benefit from allowing the user to search for these files, however. It's easy ...
2
votes
1answer
93 views

Is it possible (How) to have an application return custom search results in iPhone's spotlight search?

I am working on making an application that will store information, and for user convenience I'd like to make it possible for them to use Spotlight (scroll to the left until search appears on the home ...
2
votes
1answer
681 views

Cocoa/Objective-C - Child window with text input without main window becoming inactive

I have a need to spawn a window that will hover just above my main window in a cocoa application. I want this main window to allow the user to enter some text in an input box. All is well until the ...
2
votes
2answers
685 views

Query Mac OS X Spotlight from Java

Related to: Query Windows Search from Java But this time to use OSX's spotlight I would like to consume OSX spotlight service from Java. Is there an API available? Thanks.
2
votes
1answer
437 views

Modify Spotlight metadata for a file outside Spotlight importer?

I would like to modify a Spotlight metadata attribute of a file within my application (i.e. not in a Spotlight importer) but I can't find any API for doing so. Is it possible? Pointers to the relevant ...
1
vote
0answers
8 views

Does Apple's SearchKit support sorting based on metadata?

I know that searchKit allows you to use the spotlight importers to extract textual content from files for indexing, however, does it also allow you to extract all the metadata? I was reading that ...
1
vote
0answers
24 views

Determining whether mdworker (Spotlight) has completed first scan

How do I determine that mdworker (Spotlight) has completed its first scan? I'm basically looking for the point at which the little "." in the spotlight search icon would go away and you'd be able to ...
1
vote
4answers
75 views

Mac OS X : add a custom meta data field to any file

I would like to me able to set (and get) a custom metadata attribute for any file. What is the best way to do this? Thanks
1
vote
0answers
20 views

How do do a Spotlight query that's language independent?

I want to do a Spotlight query to find the Aperture libraries on the local hard drives. A very simple way would be to use kMDItemKind but its value depend on the current user language: kMDItemKind = ...
1
vote
1answer
47 views

How can I write Mac OS X spotlight plugin like the calculator?

I would like to write Mac OS X spotlight plugin like the calculator which recognize expression and show some result of it. I've try to look in Apple Dev docs but could not find anything beside ...
1
vote
1answer
60 views

How to replicate Finder Smart Folders

I am looking to replicate the smart folder feature of the finder which show: - files modified in during the day - Files modified teh day before - All images files - All movies files ... I know it is ...
1
vote
1answer
245 views

How can I force Spotlight to index my application's plain text files in the user's ~/Library/Application Support directory?

I have a directory of plain text files in ~/Library/Application Support/MyApp/Spotlight/. I understand that Spotlight stopped indexing the Library in 10.5, but is there a way to force Spotlight to ...
1
vote
1answer
309 views

OpenGL spotlight with Cg

I'm trying to accomplish a spotlight effect with Cg. I've already managed to do normal ambient and diffuse lighting. I understand the basic functionality of a spotlight (position, direction, cutoff ...
1
vote
0answers
138 views

spotlight query doesn't return application results

I'm building a cocoa app and I can't seem to find the right spotlight query. I've downloaded the spotlight API project from apple and the query there is: @"*='%@'wcd || kMDItemTextContent = ...
1
vote
1answer
120 views

OS X Spotlight searching from a user-defined database?

Since 10.5, Spotlight on Mac OS X has this nice Dictionary integration you might have seen: Any ideas how anything like this could be implemented? It seems that the current Dictionary+Spotlight ...
1
vote
2answers
875 views

Core Data Spotlight Integration in iOS

I'm developping an ios (3.1.3) application to manage contacts, tasks, activities, etc. These models are managed by core data and it works very well. Now I want to make all these items searchable in ...
1
vote
1answer
203 views

how to stop OS X Core Data Spotlight help tags showing external record file path?

I am developing a non-document-based core data app for OS X 10.6. It is based on the template generated by XCode 3.2.4 when "Create document-based application" is not checked and "Use Core Data for ...
1
vote
1answer
333 views

Spotlight top hit algorithm

I'm implementing a MacOS X's spotlight like universal search for a web based software. So the basic functionality (fetching results, displaying them) is done and it's working perfectly, but now I have ...
1
vote
1answer
140 views

How do I get Spotlight attributes to display in the get info window?

I have created a spotlight importer for comic files. The attributes are successfully imported and searchable. The one thing that remains is getting the attributes to display in a file's get info ...
1
vote
2answers
302 views

Programmatically force spotlight to index metadata for specific invisible file types

Is there a way to accomplish this? The reason for this is I am trying to force spotlight to receive automatic updates when invisible files and folders are added/removed. This behavior I believe is a ...
1
vote
1answer
343 views

No results in Spotlight in searches against kMDItemPath

I am trying to create a Spotlight query that searches for a string in the path of a file (I would like it to match in either the name of the file or the name of any of the folders is contained in). ...
1
vote
1answer
174 views

Why does Spotlight sometimes not run my query?

I'm playing around with the Spotlight API, both the Carbon and Cocoa versions, and I seem to have the same problem crop up every once in a while: The query never runs, and never fires any ...
1
vote
2answers
326 views

How do you get search capability similar to Spotlight or iTunes?

I have an NSTableView that contains a few columns that are populated with data. How do I set up a search bar that can filter the rows based on the content of a specific column? I am looking for the ...
1
vote
3answers
719 views

Can Spotlight index a MacFUSE filesystem?

Spotlight indexes at the file level, so a file containing a complicated data structure may need to be split into a set of files for Spotlight to index it in a useful way. Can you use MacFUSE to ...
1
vote
2answers
182 views

Exporting reports - Quest's Spotlight on SQL Server

I'm setting up some monitoring on a few SQL Servers. Currently our environment uses Hobbit Monitoring System, but we are probably migrating to Nagios pretty soon. One of the DBAs recommended ...
0
votes
0answers
11 views

Retrieve the results of a “Finder Saved Search” in a Cocoa app?

I'd like to display the results of a "Saved Search" created in Finder in my custom Cocoa app. I have a basic NSMetadataQuery up and running to do a Spotlight search. However, the problem I'm running ...
0
votes
0answers
19 views

File search engine on Windows application?

I need to add to my Windows application, the possibility to search inside some directories or in the whole pc, like Spotlight does for MacOSX. I've tried to use Google Desktop and Launchy but I've ...
0
votes
0answers
22 views

What does a Spotlight importer really need to be loaded?

I have been at this for days, I have a project up on https://github.com/tgunr/FactorFinder which has a Spotlight importer that refuses to execute despite being recognized. According to mdimport -L and ...
0
votes
1answer
22 views

Spotlight won't turn on: Console says: mds[pid] (Fatal) Server: mds must be run as root. exiting

I turned off spotlight and was very thorough about it. So thorough that I can't get it turned back on. I need to install a program from the Mac App Store (& App Store relies on mds), so if ...
0
votes
0answers
47 views

Spotlight: Getting MacOS 10.6 to return epub files as file type org.idpf.epub-container

I want to use the Spotlight API to find epub files of as file type org.idpf.epub-container. This works fine on Lion since Apple has added the org.idpf.epub-container file type to Lion. I wrote a ...
0
votes
1answer
49 views

Searching keywords using spotlight?

I have a list of keywords that I want to search through out all my employee's iPad's, is it possible to call spotlight and get the results programmatically? Thank you. Edit: Basically an app that ...
0
votes
0answers
29 views

How to achieve “mdfind -interpret” with MDQuery or NSMetadataQuery

I need to execute search with MDQuery (or NSMetadataQuery) which will accept search string in form used by Spotlight menu app (e.g. "kind:jpeg some_text"). MDQuery search expect request in form ...
0
votes
1answer
118 views

Mac Spotlight-API: how to search email's “to”, “from” or “subject” fields

At the moment I have spotlight-api code which searches email's body. I'm using NSMetadataQuery and creating predicate for "kMDItemTextContent like[c] %@". This works fine when requested "search-term" ...
0
votes
0answers
14 views

How can I get Spotlight to actually open my files?

I'm writing a Spotlight plugin, so far it's going ok, the plugin installs fine, and when I run mdimport -d2 myfile.ext I see good output, with the custom metadata I am setting in GetMetaDataForURL. ...
0
votes
1answer
65 views

Spotlight effect in actionscript-flash

Can anyone point me to a good demo or tutorial on creating a hollywood style spotlight effect? 2 soft edged rays pointing down towards a 'floor' and criss crossing each other
0
votes
2answers
171 views

How can I find out all audio files whose formats are supported by AVAudioPlayer in Lion 10.7?

I want to use codes like this. NSMetadataQuery *query = [[NSMetadataQuery alloc] init]; [query setSearchScopes: [NSArray arrayWithObject: [NSURL fileURLWithPath:@"/Users/Someone/Music" ...

1 2