Export multiple, load metadata from XML
Posted: Mon Mar 14, 2011 6:18 am
Hi,
I record a track continuously, then I use Sound finder to tag multiple sections. Now I'm ready export. By default, export multiple prompts me to enter labels per track, or I could load an xml file with the data. How does that work ? I tried editing one track and saving the xml. Looks like this::
For one label, the above makes sense. But I don't understand where the relation between label and tag values comes in. I guess this means metadata has to be the same if I load an xml file? This doesn't make sense. I have a csv file with the following header (fileName is same as label from Audacity)::
If the Audacity project has 500 labels, my CSV has 500 lines each with a corresponding fileName field. How can I generate an xml file for Audacity?
Any help appreciated,
Thanks.
I record a track continuously, then I use Sound finder to tag multiple sections. Now I'm ready export. By default, export multiple prompts me to enter labels per track, or I could load an xml file with the data. How does that work ? I tried editing one track and saving the xml. Looks like this::
Code: Select all
<tags>
<tag name="id3v2" value="1"/>
<tag name="ALBUM" value="Basic"/>
<tag name="TITLE" value="Track1"/>
<tag name="TRACKNUMBER" value="1"/>
<tag name="ARTIST" value="Bullshit artist"/>
<tag name="YEAR" value="2011"/>
<tag name="GENRE" value="Speech"/>
</tags>
Code: Select all
fileName,trackNumber,title,album,artistAny help appreciated,
Thanks.