Re: Spotlight Importer Issue
Re: Spotlight Importer Issue
- Subject: Re: Spotlight Importer Issue
- From: Vince DeMarco <email@hidden>
- Date: Tue, 3 May 2005 13:57:35 -0700
On May 3, 2005, at 12:23 PM, Dan Sully wrote:
Hi - I'm working on a MDImporter for the FLAC Audio file format
(http://flac.sf.net/) - and have almost everything working, except
that my
results show up under "Documents" instead of under "Music". I've
added a
CFString to kMDItemMediaTypes with the value "Sound", as mdls shows
for mp3
files, but that didn't do the trick. Any thoughts?
The menu only classifies things as music that are
these or subtypes of these.
"public.audio"
"public.mpeg-4-audio"
"com.apple.protected-mpeg-4-audio"
So when you declare the UTI type for FLAC audio files in the
declaration you must specify that
it inherits from public.audio
Vince
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden