Now I need a BCB tool to read and write MP3 tags .
Thanks , Jim D
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
> ... 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) .
> 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
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...
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
>> Also need docs on internet fetching tag info given
>> Artist & Title (not Album_Title)
Seems freedb & amazon serve only album oriented fetches ?
DC
>>>> 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 .
(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/
>>>> http://www.magic-tagger.com/eng/index.php and
>>>> http://www.freedownloadscenter.com/Best/mp3-tagger.html
Now NOT wrapping unix tag code :
>>>> id3lib.sourceforge.org , "id3lib" , taglib"
----------------------------------------------------------------------