Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MP3 tag edit ?

1 view
Skip to first unread message

Jim Davis

unread,
Mar 22, 2007, 9:25:34 AM3/22/07
to
I have been manually editing downloaded MP3 tags
in XP file Explorer and Winamp .

Now I need a BCB tool to read and write MP3 tags .

Thanks , Jim D

DreamChaser

unread,
Mar 23, 2007, 1:41:57 AM3/23/07
to
How do you mean "read and write" MP3 tags? To automatically get CD track
information from CDDB? or just open them to display/edit them in your App?

Also what version of the ID3 tag are you using? Check out the ID3Tag
website (Sorry don't remember it) for information on the format of tag.
The original version was the last 128 bytes of the mp3 file by building
a structure then reading the last 128 bytes into it, you get the
information. However the standard has grown it include a lot more
information. I do believe that the website also has source code and a
library for doing what you are asking about.

Good Luck.
DC

Jim Davis

unread,
Apr 1, 2007, 3:55:41 PM4/1/07
to
>> I have been manually editing downloaded MP3 tags
>> in XP file Explorer and Winamp .
>> Now I need a BCB tool to read and write MP3 tags .

> ... I do believe that the website also has source code and a

> library for doing what you are asking about.

Please specify "website" .
XP MP3 files downloaded from abs.mp3.19?0s
commonly have both ID3v1 & ID3v2 tags .
I need BCB object to edit said tags in disk files .

Also need docs on internet fetching tag info given
Artist & Title (not Album_Title) .

DreamChaser

unread,
Apr 1, 2007, 8:52:06 PM4/1/07
to
Jim Davis wrote:
>
> Please specify "website" .
Try Google.

> XP MP3 files downloaded from abs.mp3.19?0s
> commonly have both ID3v1 & ID3v2 tags .
> I need BCB object to edit said tags in disk files .

id3lib.sourceforge.org (I think)


>
> Also need docs on internet fetching tag info given
> Artist & Title (not Album_Title) .
>

freedb.... I don't know the website

Tony Benham

unread,
Apr 3, 2007, 5:45:03 AM4/3/07
to
I have written a program to scan .mp3 files to extract information.
I found it took quite a while because of the things you have to take into account like
normal data frames, ID3v1 & ID3v2 Tags and then the variable bit rate headers/frames (xing & vbri).
I have not considered updating the Tags yet although ID3v1 would be easy enough (last 128 bytes) but
ID3v2 is embeded at the front of the file.

Any way here are some links which might help (In section 5 of the first web link page there are more web
links)

http://www.codeproject.com/audio/mpegaudioinfo.asp?df=100&forumid=106322&exp=0&select=1449575
http://www.id3.org/

Tony

"Jim Davis" <jim...@hotmail.com> wrote in message news:Xns98FB37092E179...@207.105.83.66...

Mark Jacobs

unread,
Apr 3, 2007, 6:59:24 AM4/3/07
to
"Jim Davis" <jim...@hotmail.com> wrote in message
news:Xns98FB37092E179...@207.105.83.66...
>I have been manually editing downloaded MP3 tags
> in XP file Explorer and Winamp .
> Now I need a BCB tool to read and write MP3 tags .

Have a gander at http://www.magic-tagger.com/eng/index.php and
http://www.freedownloadscenter.com/Best/mp3-tagger.html
--
Mark Jacobs
DK Computing
http://www.dkcomputing.co.uk

Jim Davis

unread,
Apr 30, 2007, 4:28:30 AM4/30/07
to
>> I need BCB object to edit said tags in disk files .
> id3lib.sourceforge.org (I think)

>> Also need docs on internet fetching tag info given
>> Artist & Title (not Album_Title)

Seems freedb & amazon serve only album oriented fetches ?

DreamChaser

unread,
May 7, 2007, 4:19:17 PM5/7/07
to
I was looking at the documentation from freedb awhile ago, and seem to
remember that their is a way to get information for just a single track.
I'm not sure if you needed the full CD to calculate the the information
to retrieve it thou.

DC

Jim Davis

unread,
May 8, 2007, 2:28:35 AM5/8/07
to
DreamChaser <NO-...@No-Span.net> wrote in news:463f89c4$1
@newsgroups.borland.com:

>>>> I need BCB object to edit said tags in disk files .
>>> id3lib.sourceforge.org

>>>> Also need docs on internet fetching tag info given
>>>> Artist & Title (not Album_Title)
>> Seems freedb & amazon serve only album oriented fetches ?

> I was looking at the documentation from freedb awhile ago, and seem to
> remember that their is a way to get information for just a single track.
> I'm not sure if you needed the full CD to calculate the the information
> to retrieve it thou.
> DC

I am now wrapping id3lib-3.8.3 into BCB6 object .

Jim Davis

unread,
Jul 28, 2007, 1:49:42 PM7/28/07
to
--------------- PAGING TONY BENHAM --------------------------------
(1) Does your program read both ID3v1 & ID3v2 tags ?

(2) Can I use in XP with BCB6 ?
To rename files from tags

Tony , kindly post program info to this thread ,
or email jim46dd_AT_verizon_DOT_net

----------------------------------------------------------------------
Still missing dark db to fetch tags given only Artist & Title
Or pay $ for nicely tagged mp3 from website ?

For each mp3 filename in explorer.exe selected file list :
read A&T | if blank ? parse filename | seek A&T in db | write tags :
Year Picture Comment Genre
Album TrackNum Duration BPM
wwwArtist wwwRadioPage wwwUser InitialKey

----------------------------------------------------------------------
>>>> http://www.codeproject.com/audio/mpegaudioinfo.asp?df=100
>>>> &forumid=106322&exp=0&select=1449575
>>>> http://www.id3.org/

Now NOT wrapping unix tag code :
>>>> id3lib.sourceforge.org , "id3lib" , taglib"
----------------------------------------------------------------------

0 new messages