Spotlight on Mac OS X is a fast desktop search technology that allows users to organize and search for files based on metadata. Spotlight is extensible, allowing developers to provide metadata importers for their application’s documents.

learn more… | top users | synonyms

0
votes
0answers
15 views

Using dbpedia spotlight with a local mediawiki (not instance of wikipedia)

I'm trying to use dbpedia spotlight to spot special terms (which is not included in dbpedia) by using a local mediawiki dump as an input instead of the default index and spotter.dict. Any ideas will ...
0
votes
2answers
20 views

Why is SpotLight target an Object3D in three.js?

I'm wondering why do you need full Object3D as a target instead of just Vector3? It seems to me that the role of the target is just setting up a direction of the cone. Can Object3D bring some more ...
1
vote
0answers
49 views

Custom Spotlight Importer and Finder's Get Info “More Info” section

I have written a Spotlight Importer for the custom document type my application defines. Everything is working fine, the metadata fields are correctly indexed by Spotlight (verified using mdls ...
0
votes
1answer
38 views

Missing results with mdfind

I have a certain set of PDFs downloaded from a free library that I'd like to search, from time-to time. For that, I'd like to use a shell script, that performs an 'mdfind' command. Since I've got a ...
-1
votes
1answer
43 views

launch terminal and execute command from Spotlight

Looking for ways to type Unix shell command in Spotlight (Alfred, Quicksilver etc), so terminal will be launched and command will be executed. Need to be able to have command arguments (i.e. "cp ...
1
vote
1answer
49 views

Spotlight search based OSX app

I've been on the iOS side alot, and was thinking about a mac app. There isnt much interface to it. The app is a reference app, with data thats searchable. there are about 300 items. I want the ...
0
votes
1answer
40 views

Where has the command “mdcheckschema” been moved to in 10.8.2?

I'm working on a custom document mdimporter and trying to validate my schema.xml file. In the apple documentation they say to use "usr/bin/mdcheckschema" followed by the path to the file. It should ...
0
votes
0answers
27 views

Controlling the cursor in a spotlight-like statusItem

the last couple of days I've been working on an statusItem in which you can search. This turned out to be pretty hard (a lot more difficult than assigning a custom view to a NSMenuItem). I currently ...
0
votes
0answers
81 views

WPF 3D light intensity

I have a 3D scene with an AmbientLight. And I want to add a second Light (SpotLight) to beam an area with red. Unfortunately the AmbientLight is much brighter than the Spotlight so it is not visible. ...
1
vote
1answer
140 views

three.js spotlight reflection calculated wrongly?

Does someone know how to make the spotlight reflection here: http://web251.merkur.ibone.ch/webgl/three/ look like the one here: http://web251.merkur.ibone.ch/webgl ? i.e. that it gets reflected to the ...
0
votes
2answers
78 views

NSPredicate(s) for NSMetadataQuery to match kMDItemAccessedDates (array) containing a target date?

UPDATE: I found an answer though there may still be a better way - see the answer added below. a spotlight importer imports metadata that is an array of dates in which an item was accessed. Looks ...
0
votes
1answer
75 views

Submitting a web site to Google TV Spotlight

Our developers team have submitted a Google TV optimised web site called "TV Evropa" with url: http://tv.betateta.com/ and the Google TV Team approved it. The problem is that we see our site on ...
2
votes
1answer
113 views

Writing Spotlight metadata to files on OS X (specifically kMDItemDisplayName)

I see that this has been answered previously by Ken T., but I have a case where the code appears to work, and the call to setxattr() returns 0, but the item I want to modify does not change. ...
2
votes
2answers
65 views

Block passed as a parameter to MDQuerySetSortComparatorBlock (Spotlight API) is not getting called

I tried to use MDQuerySetSortComparatorBlock method inside the MDQuery framework to sort the query result list. However, the block passed as a parameter to the method doesn't get called at all. Below ...
3
votes
1answer
65 views

Setting batch parameters with NSMetadataQuery or MDQuery

It would be helpful if someone shares how batching a query is done using - - (void)setNotificationBatchingInterval:(NSTimeInterval)timeInterval when used with NSMetadataQuery or by using void ...
1
vote
1answer
50 views

How to group the results from NSMetadataQuery

I am performing a query (NSMetadataQuery) on the local data as spotlight performs and sorting the results as per modification date of the files, everything is working fine till this point. BUT i am ...
2
votes
1answer
60 views

Search string predicate

I am trying to create a search query using NSMetaDataQuery and deploying a predicate as below : NSString * format = @"kMDItemDisplayName like[cd] %@"; NSPredicate * compPred = [NSPredicate ...
1
vote
1answer
141 views

Creating grouped table view

Can anyone let me know what the procedure is to create the grouped NSTableView similar to the Spotlight results.
0
votes
0answers
56 views

How do I launch shell applications after changing shell to MacPorts bash? [closed]

I have installed a current bash version via MacPorts and changed Terminal.app to use /opt/local/bin/bash. Unfortunately shell applications won't launch from Finder and Spotlight anymore. (OSX 10.8.2, ...
1
vote
1answer
191 views

mdfind query weird behaviour

Look at this mdfind query: mdfind 'kMDItemFSName = "Pages.app" || kMDItemFSName = "Keynote.app" || kMDItemFSName = "Numbers.app"' Is there something wrong with it? Perhaps logical OR - || which ...
0
votes
1answer
60 views

Occasional mdworker crash with new custom importer for some files

My Spotlight importer is importing meta-data from a couple hundred of my app's document files. All is working fine under the Xcode debugger with various files. However, the mdworker process crashes ...
1
vote
0answers
62 views

Additional attributes for custom document type not showing in Finder Get Info

My Spotlight plugin imports a couple of attributes for a custom document format. Searching for them works just fine but I just can't get them displayed in the Finder's Get Info dialog. Here's the ...
2
votes
2answers
189 views

Get spotlight comments from file using python

I'm trying to get spotlight comments with python. All I need now is the ability for popen to return whatever the shell would normally output if running the same thing. once i have a string in python ...
2
votes
2answers
571 views

Bash Shell Script to search for files using mdfind

I have a folder of about 350 images (they are scanned recipes). To make finding them easier, I have written a search program in bash shell script. I have bash version 3.2 on Mac OS X 10.8 Mountain ...
0
votes
1answer
100 views

Spotlight and QuickLook integration

I wrote an app which document type is a bundle. This bundle contains 5 internal files, one of them is a HTML with the document "itself". I would like to make my app Spotlight and Quick Look enabled. ...
1
vote
1answer
215 views

Applying Custom Metadata to Files

I've been trying to figure out a way to give files custom metadata. An example of this would be giving files tags, but that's not the only sort of custom metadata I want to apply. I've looked at a ...
0
votes
1answer
81 views

grep and spotlight, getting different results

So I'm using this grep -lrai "search query" /right/here/ to search for a word in 100+ pdf files (which is why I have included -a). Using grep shows 3 results, whereas a simple search in Spotlight ...
0
votes
1answer
145 views

Spotlight and Alfred can't find my file, how do I fix that?

I have a MacBook Pro with 10.7.4, my Spotlight isn't working and I downloaded Alfred, and it still doesn't work? I have tried reindexing Spotlight but it still doesn't work? I think there is a file ...
1
vote
2answers
119 views

How to search on databases in a hadoop cluster using Solr

I currently have a number of databases in a hadoop cluster and wish to index some tables from these databases into a Solr index for searching. Is there a way this can be done? Or is there some ...
0
votes
1answer
122 views

dbpedia spotlight dataset

In continuation of dbpedia spotlight dataset, I followed the instructions for updating my dataset but got the following error: INFO 2012-06-19 11:58:04,300 main [MergedOccurrencesContextSearcher] - ...
0
votes
1answer
133 views

dbpedia spotlight dataset

I installed the dbpedia spotlight from http://spotlight.dbpedia.org/download/release-0.5/dbpedia-spotlight-quickstart.zip and wanted to improve its dataset by downloading from ...
1
vote
1answer
192 views

Spotlight UI unable to find Core Data external record files inside Sandbox

I've followed the instructions to integrate spotlight into a non-document based Core Data application using Record-Level Indexing. The spotlight importer imports the files correctly and those records ...
0
votes
1answer
152 views

Error in installing dbpedia spotlight while running the server class in jar

I get the following error: org.dbpedia.spotlight.exceptions.ConfigurationException: Cannot find spotter file ../dist/src/deb/control/data/usr/share/dbpedia-spotlight/spotter.dict at ...
2
votes
1answer
191 views

How to do Spotlight search in iPhone

I want to do Spotlight search in my iPhone application for applications. So I can get the particular application position in my iPhone. On which page and which row and column no application exist. ...
3
votes
2answers
92 views

examining audio file alternative to spotlight

i'm looking for an efficient alternative to grabbing audio file attributes in case spotlight is turned off. Spotlight's MDItem attributes: kMDItemDurationSeconds, kMDItemAudioEncodingApplication, ...
7
votes
2answers
263 views

Calculator-like spotlight tool

How can I create a spotlight importer for an OS X app that creates a spotlight tool like the calculator spotlight tool? It's the tool where you type in an equation and the calculator app displays the ...
1
vote
1answer
45 views

The no of hits in a file in Spotlight

I'm using Spotlight APIs to provide search in my application. I need to know the no of times the search string is present in a file so that I can implement a Sort Descriptor and sort the results. Is ...
2
votes
1answer
139 views

mdls command: issue with “kMDItemTotalBitRate” attribute values

All, I have a shell script on Mac OS X which uses the mdls command to fetch the Total bit-rate meta-attribute for all media files (mp3,mov,m4v etc.). I want to compare the output with a set threshold ...
1
vote
1answer
113 views

How to get back the Spotlight For Help menu item

I have an application that requires authentication. Before the user authenticates only a subset of menu items is present in the menu bar. After the user has successfully authenticated I replace the ...
1
vote
1answer
369 views

using mdls command to generate a metadata report

All, I have shell script which goes through all the media (audio,video) files in a user-supplied folder and creates a nice text based metadata report. I'm on a Mac OS X and I'm using Spotlight's mdls ...
0
votes
1answer
196 views

Creating a “spotlight search” in PHP

I'm working on an E-Book that will be published to my website. I want to mimic OSX spotlight feature where someone can use a my fixed search bar and input text that is then highlighted on the page for ...
1
vote
0answers
73 views

Query Spotlight for a range of dates via PyObjC

I'm using spotlight via pyobjc. Which is working well except for when I try to limit the time period using kMDItemContentCreationDate. I think the issue is with my time format. Any help would be ...
0
votes
1answer
220 views

Querying with spotlight

I'm working on a tiny project for LEOPARD (10.5) and I'm kinda rookie with Objective-C programming. I've been searching for some tutorials on internet but I'm still confused! I need to use Leopard's ...
1
vote
0answers
54 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 ...
3
votes
1answer
321 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
votes
1answer
342 views

How to send correct query using NSPredicate to fetch required metadata in the implementation of spotlight?

In the below code, 25th line, searchPredicate, not able to set the correct query. Even if correct, not able to get back suitable metadata in the method 'initialGatherComplete:' which is invoked by the ...
0
votes
1answer
410 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 ...
2
votes
5answers
3k 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
194 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 ...
5
votes
1answer
323 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 ...

1 2 3