Me thinks what would make for a good solution is to build a search comparison string from all the metadata fields an item has and use that as a base for a fuzzy search.
Make search eg. find a track with "whatnot" in the comment only? SQLite has support for full text search. It's something I wanted to investigate for a while. But from what I've seen so far I don't know yet how this could be combined with fuzzy search though. I'll probably get back to this later this summer...
-- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
