mAirListUser: You might want to point Torben to this thread. mAirlist is an excellent piece of software and Torben usually very helpful. If writing a second set of tags is a mAirlist bug, Torben will surely sort it out.
Nevertheless, opening your file »HookSweeper.mp3« with MP3Tag v2.41 shows me:
- An ID3v1 Tag containing:
- ARTIST FX
- COMMENT mAirList Hook Element
- TITLE HookSweeper
- YEAR 2008
- An ID3v2 (UTF-16) Tag containing:
- ARTIST FX
- COMMENT mAirList Hook Element
- COMPOSER FX
- END e
- GENRE FX
- OPENER *
- TITLE HookSweeper
- TRACK *
- YEAR 2008
OPENER and
END are perfectly well-formed UTF-16 TXXX type tags and I can easily add a column for them in MP3Tag’s Column View (or the Tag Panel).
So it looks like mAirlist’s XML is converted correctly into standard MP3 tags
—no XML inside the MP3. (Since everything went so smooth, I didn’t bother to check for each and everything with a stream editor.)But maybe I just misinterpret what you want. Somehow.
@ dano: May I ask which stream editor you use to check that? Sounds like I could need a thing like that ;-)
-----
Ah, I guess for some reasion you need to read the
TXXX mAirList tag:
CODE
<MP3File>
<Artist>FX</Artist>
<Title>HookSweeper</Title>
<Duration>35787755</Duration>
<CueIn>
<Value>280045</Value>
</CueIn>
<FadeOut>
<Value>15900000</Value>
</FadeOut>
<EndType>e</EndType>
<Color>#FFFF80</Color>
<Picture>
<Filename>C:\mAirList\icons\Icon - Control.ico</Filename>
</Picture>
</MP3File>
Time to ask Torben for help and modify his tag writing, I guess.
And time to ask Florian for Mixed-Case Tag Support, maybe.
-----
N.B.: I left a note over in the
mAirList Forum.