Analysing .BWF metadata, file selection and playback based on keywords
I want to be able to metadata from a collection of Broadcast Wave files from a folder, create a database of the results and then select and play relevant files based on a keyword. I've not done anything like this with Max before so thought I'd ask for some pointers. Is it even possible to get .BWF metadata into Max?
Any thoughts appreciated.
Mark
With Max objects, you can't easily (you need to use filein and do your own parsing). It is also possible with JavaScript or Java (they may even be some libraries around?). I wrote some lines of JS code for reading/writing metadatas in RIFF files (like BWT or AIFF) but not really plug-n-play, PM me if you're interested.
I'm quite sure there are softwares on the market designed especially for what your looking for. Soundminer maybe? But they may be a bit too expensive...
p
Sorry for this delayed reply.
I think your JS code might be a bit over my head, but thanks for the offer. I do know Soundminer, and while it's a great program it still won't help me to get the details of my sample library into Max. Unless I've misunderstood.
Your suggestion did give me some ideas though. There is a free program by Sound Ideas called metadigger which can create text files containing details of file path, name and the metadata description. I've attached a sample.
Do you think I could create something searchable using this data. Perhaps with dict?
I'm sure it's possible. Even with coll.
There is also a sqlite database system in Max:
p