On 2013-11-27, at 23:16, Bobby Powers wrote: > I've completed an initial implementation of a program which parses > music file metadata (currently only ID3 tags for MP3 support, > ATOM/AAC is next) and creates a filesystem-based farm/'DB' of > symlinks.
I would just like to point out that this idea could be generalised to any file type that contains data you would like to categorise on / query by. For instance emails per sender, any file type with some kind of tags or keyword support, or even just group by file name extension. The program could call out to a separate utility that writes on stdout a list of link names to create for a given file, or the code could be organised so that adding file formats is easy and config.{h,mk} determines which one(s) to use. -Truls