![]() |
#1 |
Member
|
Reading ID3 Tags from an MP3
I'm making a program in which I want to read (and write) the ID3v2 tags from a file. I've found documentation for ID3v1 (the last 128 bytes of the file contain all the information I need). But I haven't been able to find anything for the v2 tags. Any help?
![]() Lata gatas, Andrew |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: Sep 2001
Location: France
Posts: 47
|
all you need to know about id3v2 is here:
http://www.id3.org/develop.html |
![]() |
![]() |
![]() |
#3 |
Member
|
Thanks! Looks like I'm officially in over my head, but it'll be exciting!
|
![]() |
![]() |
![]() |
#4 |
Member
|
How can this be done with Visual Basic 6 in a plug-in? The whole site is in C++??
|
![]() |
![]() |
![]() |
#5 |
Junior Member
Join Date: Apr 2001
Location: UK
Posts: 14
|
You have to use wrappers or API to connect to the C++ functions. Luckily some people have already written programs for this.
The VB program to read from the C++ id3lib can be found here: http://surf.to/thefrogprince/ The wrapper to be able to write VB general Winamp plugins can be found here: http://www.winamp.com/nsdn/vault/WinAMP_VB.jhtml Good Luck! ![]() |
![]() |
![]() |
![]() |
#6 |
Junior Member
Join Date: Apr 2002
Posts: 8
|
ID3 tag in streaming mp3
Hi, I'm doing a similar thing in java tho, all I'm doing is trying to read the ID3 tag but from a streaming mp3...like from a shoutcast stream. I've been able to connect to the stream and read all the data but I cant seem to find the ID3 tag anywhere. Is the ID3 tag actually in the stream, or is it somewhere else. Winamp is able to display the track name and author name of a stream so it must be somewhere.
Thanks, cya. |
![]() |
![]() |
![]() |
#7 |
Junior Member
Join Date: Apr 2001
Location: UK
Posts: 14
|
I'm not clued up on the streaming protocol, but I know that Id3v1 tags are located in the last 128 bytes of a file, while ID3v2 tags are located at the beginning of a file. I'm not sure if the streaming protocol icludes these tags in the stream or not.
|
![]() |
![]() |
![]() |
#8 |
Junior Member
Join Date: Apr 2002
Posts: 8
|
id3 in a streaming mp3
yeah somehow i dont think the ID3 tag is included in the stream.
I'm trying to find out where to obtain the ID3 info (just the track and artist name) for a streaming mp3. |
![]() |
![]() |
![]() |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|