I can't get access to multiple TXXX frames in a single
tag. The
specification of id3v2.3.0 explicitly allows this, so I
consider
it a bug ;-)
It would be great to get access to TXXX in a way similar to
COMM frames (this is working fine already).
Thanks,
Matthias
Logged In: YES
user_id=37254
Hm, I tried this today and it worked. Can you explain what
happens when you try to use several TXXX frames and it
doesn't work?
There shouldn't be a difference in the behaviour between the
COMM frames and the TXXX frames.
Logged In: YES
user_id=90351
Sorry, it turned out to be a bug in my tagging program
(id3v2) that didn't
allow for multiple TXXX tags (silently replacing older
tags). I wrote a small script using tagged and accessing
each single TXXX tag works fine.
There's just one thing: The id3v2.3.0 standard doesn't allow
for multiple
TXXX frames that have the same description. Using tagged, it
is possible, however, to create them. IMHO, it would be a
better solution to replace an existing frame with the same
description.