I use music composition software. I have >200gb of sound libraries, most of which have stupid marketing names. I mean a collection of synth bass sounds might be named something like "Chronic Deep". I currently have them categorized alphabetically but that's near useless. This File Metadata lib will be a great help.
The virtual folder display would be the ultimate. Therefore, please include me in the testing of your virtual folder tagging organizering thing.
I think a Virtual Folder display would be best. Would it be possible to place the "root" of such a hierarchy in the Libraries section? That section has been around since forever, and I've only recently started using it.
As far as a data storage, there's a couple things here.
First of all, as a user I can tell that the windows search system uses some kind of cache, so a data store of some type may be available.
Secondly, while I can absolutely appreciate the goal using windows core functionality (file metadata), I think you can continue to do that and keep performance high by using a database (sqlite) as a
cache only. In other words, metadata is used as the permanent store, but the database is used to build and display the tree. In this way the db is not required and the tags will remain with the file during transfer. An initial scan (similar to the program Search Everything) would be required to build the cache, but any subsequent usage could be written
and cached at the time of entry.
For display in
My Computer > Libraries > Tags
, I would see it working where the top level shows ALL tags.
And then, using the Country>province>city example, here's a quick n dirty graphic.
![Image]()
This is basically a flexible AND search. "All items related to Cheyenne AND Wyoming" whether it's files that have only those tags, or other tags that appear with those tags. The deeper you drill, the fewer items listed.
The only way this could be made better is if the file save dialog had a tags field. To save a file, you'd have to enter a filename and at least one tag.