Does Audacity store MetaData in a way that is accessible, such as in a separate file?
I ask because I have a large number (~80) of Audacity files that I would like to edit MetaData in. I’ve seen other posts asking about automating MetaData entry in chains, but that’s not really what I have in mind (and it didn’t seem do-able anyway). What I have in mind is this: if Audacity stored its Metadata in a file located at a certain place, I could write code to change that file. By iterating through all my files I could then quickly edit all the MetaData. Otherwise, it seems I’m stuck with opening all 80 files individually and using the MetaData Editor manually.
Thanks,