Here's my little "duplicate attribute on line n,nnn (2,077 of a 2,096-line .aup xml project file: I put into Word and use the line-counter to find the error.
It seems to be the bold line, which is the first entry in the Label track, and should be "Blowin' In the Wind", but it gets a triple entry of very high precision zeros (to the eighth place, no less! That's the kind of zero our own Wall Street should be able to understand--especially if we tattooed it onto their backsides while we're "clawing back" those billions of bucks in bonuses we paid the gamblers who lost their big, fraudulent bets.
At any rate, I've now had about three occurrences of this, and it's always been the first entry of my label track, appended at the bottom of the project file. I'm beginning to think there's something wrong with the Metadata editor or the way I'm placing labels on the first track of an LP.
(I'm afraid I haven't figured out how to use this forlorn posting formatting stuff. What's wrong with HTML or XML code, I wonder. What's with the square brackets and this lame formatting?? In the publishing industry we spent about 20 years getting the accursed"inline markup" removed and put into "format" file--separating "form", Process, and "Content" attributes. And here we are back inserting a common apostrophe in a mere SIX CHARACTERS. This is just going the wrong way!! Sorry, Mr. Andreeson, but this is what happens when young kids with none of the benefits of history run with a project. But that's an old man's complaint, I supposed.)
Anyway, I tried to make the first track entry bold, so you could see it more easily. Anyway, it's the first label in the label track, the "zero-th entry."
(Oh, BLUSH!--I shouldn't do this when I'm so tired I'm seeing double--it looks like labels 6, 7 and 8 got trashed, too. I'm wondering if I should be "selecting" the entire track to which I apply each label for each cut? Anyone have guidance on this matter? Something's fairly flaky here, seems to me, if it's this sensitive to particular user practices)
Code: Select all
</waveclip>
</wavetrack>
<labeltrack name="Label Track" numlabels="13">
[color=#BF4040][b]<label t="0.00000000" t1="0.00000000" t1="0.00000000"/>[/b][/color]
<label t="170.43026976" t1="170.43026976" title="2. Girl From the North Country"/>
<label t="373.99941605" t1="373.99941605" title="3. Masters of War"/>
<label t="647.52326531" t1="647.52326531" title="4. Down the Highway"/>
<label t="851.28997732" t1="851.28997732" title="5. Bob Dylan's Blues"/>
(these 3 <label t="995.92707483" t1="995.92707483" t1="995.92707483"/>
labels too) <label t="1407.96517007" t1="1407.96517007" t1="1407.96517007"/>
<label t="1628.49668934" t1="1628.49668934" t1="1628.49668934"/>
<label t="1931.66802721" t1="1931.66802721" title="9. Oxford Town"/>
<label t="2043.00000000" t1="2043.00000000" title="10. Talking World War III Blues"/>
<label t="2430.27011338" t1="2430.27011338" title="11. Corrina, Corrina"/>
<label t="2595.93287982" t1="2595.93287982" title="12. Honey, Just Allow Me One More Chance"/>
<label t="2718.01179138" t1="2718.01179138" title="13. I Shall Be Free"/>
</labeltrack>
</project>
If I correct the entry, like so, I can open the file. (But then, knock wood, I hope I don't get "orphan" datablocks."
I wonder if the darned HTML markup for apostrophes is problematic? This ' jazz--six characters to type instead of one consarned itsy-bitsy apostrophe. Ain't it a joy to edit copy with in-line markup!
Code: Select all
</waveclip>
</wavetrack>
<labeltrack name="Label Track" numlabels="13">
[color=#BF4040][b] <label t="0.00000000" t1="0.00000000" title="1. Blowin' In The Wind"/>[/b][/color]
<label t="170.43026976" t1="170.43026976" title="2. Girl From the North Country"/>
<label t="373.99941605" t1="373.99941605" title="3. Masters of War"/>
<label t="647.52326531" t1="647.52326531" title="4. Down the Highway"/>
<label t="851.28997732" t1="851.28997732" title="5. Bob Dylan's Blues"/>
<label t="995.92707483" t1="995.92707483" title="6. A Hard Rain's a Gonna Fall"/>
<label t="1407.96517007" t1="1407.96517007" title="7. Don't Think Twice, It's All Right"/>
<label t="1628.49668934" t1="1628.49668934" title="8. Bob Dylan's Dream"/>
<label t="1931.66802721" t1="1931.66802721" title="9. Oxford Town"/>
<label t="2043.00000000" t1="2043.00000000" title="10. Talking World War III Blues"/>
<label t="2430.27011338" t1="2430.27011338" title="11. Corrina, Corrina "/>
<label t="2595.93287982" t1="2595.93287982" title="12. Honey, Just Allow Me One More Chance"/>
<label t="2718.01179138" t1="2718.01179138" title="13. I Shall Be Free"/>
</labeltrack>
</project>
bw