MP3 TAGS

Started by hedgehog,

hedgehog

hi, i found some problems retrieving ID3 tags(and ID3V2 tags too) with the method BASS_StreamGetTags. retrieving the first the only string i can obtain is something like 'TAG<songtitle>' and for the second case the stringa becomes 'ID3' . I'm using delphy, there's a way to findo out more info's? (i'm sure of the presence of the tags, i put 'em with winamp...)

thanx a lot Daniele

Ian @ un4seen

When requesting ID3/v2 tags, you are retruned a pointer to the ID3/v2 structure. See www.id3.org for details on the structures. You can also use something like id3lib to do the work for you.

hedgehog

thanx Ian, your suggestion is usefull, as always!!