A simple API to add new file types would be very nice.
<snip>
This would open up a huge class of applicaitons....
Rather than start a new thread:
a) Does OYE index metadata of files?
b) In particular, the EXIF (Exchangeable Image File Format) metadata of JPEG files?
If OYE can access that metadata, I would use it to help me find photos in the photo albums on my home PC (currently not running OYE). The Minolta DiMage Xt camera names the pictures PICT0001.jpg, etc. I organize the photos by creating folders ("Christmas 2006") and dumping the related pics in them. But let's say that I want to find all the pictures I took in July of 2005. Well, the pics may be spread out over a dozen or so folders (and I don't remember their names of course). Yeah, I could use a shell command to list only *.jpg with a given date _but_ the OS date may not equal the date stored in the EXIF metadata! So what to do? Well, with the EXIF metadata included in the index _and_ allowing a query string like `*.jpg AND exif_date EQUAL 2005-07', OYE would find exactly what I'm looking for. Voila!
Update: Wait! I want more! "onMouseOver" with a pop-up thumbnail of the photo!