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.