>
>
> [EMAIL PROTECTED] wrote:
> >
> > But I can't tell weather to use EAC or Rooft Audio Tools. EAC also seams
> > likea deacant CD Ripper program.
> >
> > Lars Rosenberg
> > CEO of Rosoft Engineering, Karlstad, Sweden
> > [EMAIL PROTECTED]
>
> Lars, one question on your CD extractor. Can one enter a
> genre of one's own choosing when ripping or is the selection
> limited to the old ID3V1 set of predefined choices?
It's limited to ID3V1 tags. It must be since the tags are stored as a byte
value in the mp3 file. There are predefined values to chose from. If you
select an illegal value of the Genre the program set a default value. I
recall I set the default value of genre to Rock. This is not limited by the
program you use it's limited by the definition of the ID3V1 tag. Standard
genres also helps you search for information from FreeDB. There's no sence
of defining your own genres that no other can chose. But then, who can put
any music into genres, isn't that a matter of taste?
Here are the valid genre you can use and it's numbers.
{
// Some copyright messages first. The values are at the end
MPEG AUDIO TOOLS
(c)1998, 1999 Copyright by Predrag Supurovic
This library gives you tools for manipulating MPEG AUDIO files
(*.mpa;*.mp2;*.mp3). It allows very easy reading and writing of MPEG
data (TAG and HEADER).
Supported formats are MPEG Versions 1, 2 and 2.5, Layer I, II and III.
MPEG TAGs are also supported (ID3v1.1).
Compiled and tested with Delphi 1 and Delphi 3. Received reports
that it sucessfully compiles with Delphi 4.
If you are interested in MPEG file structure take a look at
http://www.dv.co.yu/mpgscript/mpeghdr.htm.
Copyright notice:
All rights reserved by the Author. This source code is freeware if you
use it to produce freeware applications. You are free to use or
distribute it as long as it is done in original form. You are not
allowed to distribute changed source. You must give credits to author in
your source and executable code produced based on MPGTools, including
specifying WEB address http://www.dv.co.yu/mgscript/mpgtools.htm.
If you want to use this code in shareware or commercial application you
are entitled to register it. Registration fee is 30 USD per diferent
application project. Registered users are free to use code without need
to explicitly give credits to the author (but it is recommended).
Registered users may not sell this source code unchanged or changed.
Registration affects all previous versions of MPGTools. This means if
you use any version of MPGTools in your shareware or commercial
application you must pay for registration.
Users from countries that invaded Yugoslavia or provided direct military
or diplomatic support, teritory or air space for this puropose are
required to pay 100 USD for humanitarian aid (does not matter if it is
useed as freeware or commercial). That money should be sent to author
who will transfer it to yugoslav humanitarian organizations. People who
can prove they already sent aid to yugoslav victims o NATO agression are
free of this obligation.
Send us basic info about your application which uses MPGTools (name,
http/ftp url, archive length, short description) because we may put that
info and link on MPGTools homepage.
Freeware licence does not apply to sysops of SETNet - they are required
to pay 15 USD for using or distributing this source by any mean.
You are wellcome to send comments and suggestions to the Author. You
are also wellcome to support Author by donations of literature, tools,
software or money but it is not reqired.
If you use this code please let us know.
Contact info:
mailto: [EMAIL PROTECTED]
Support is available only through email address writen above. No other
contact methods are allowed. Remember this *is* freeware project,
therefore I cannot dedicate too much time and efforts to it. I will do
my best to respond to any mail regarding this subject.
Updated info, new versions, supporting documentation and demo
applications in source code are available at
http://www.dv.co.yu/mpgscript/mpgtools.htm.
Author:
Predrag Supurovic
Dimitrija Tucovica 44/84
31000 Uzice
YUGOSLAVIA
Author's personal homepage: http://www.dv.co.yu/broker/
}
//
// Here is the source that sets the ID3V1 tag numbers. This is predefined
by the ID3V1
// tag definition.
//
MPEGTools_MusicStyle[0] := 'Blues';
MPEGTools_MusicStyle[1] := 'Classic Rock';
MPEGTools_MusicStyle[2] := 'Country';
MPEGTools_MusicStyle[3] := 'Dance';
MPEGTools_MusicStyle[4] := 'Disco';
MPEGTools_MusicStyle[5] := 'Funk';
MPEGTools_MusicStyle[6] := 'Grunge';
MPEGTools_MusicStyle[7] := 'Hip-Hop';
MPEGTools_MusicStyle[8] := 'Jazz';
MPEGTools_MusicStyle[9] := 'Metal';
MPEGTools_MusicStyle[10] := 'New Age';
MPEGTools_MusicStyle[11] := 'Oldies';
MPEGTools_MusicStyle[12] := 'Other';
MPEGTools_MusicStyle[13] := 'Pop';
MPEGTools_MusicStyle[14] := 'R&B';
MPEGTools_MusicStyle[15] := 'Rap';
MPEGTools_MusicStyle[16] := 'Reggae';
MPEGTools_MusicStyle[17] := 'Rock';
MPEGTools_MusicStyle[18] := 'Techno';
MPEGTools_MusicStyle[19] := 'Industrial';
MPEGTools_MusicStyle[20] := 'Alternative';
MPEGTools_MusicStyle[21] := 'Ska';
MPEGTools_MusicStyle[22] := 'Death Metal';
MPEGTools_MusicStyle[23] := 'Pranks';
MPEGTools_MusicStyle[24] := 'Soundtrack';
MPEGTools_MusicStyle[25] := 'Euro-Techno';
MPEGTools_MusicStyle[26] := 'Ambient';
MPEGTools_MusicStyle[27] := 'Trip-Hop';
MPEGTools_MusicStyle[28] := 'Vocal';
MPEGTools_MusicStyle[29] := 'Jazz+Funk';
MPEGTools_MusicStyle[30] := 'Fusion';
MPEGTools_MusicStyle[31] := 'Trance';
MPEGTools_MusicStyle[32] := 'Classical';
MPEGTools_MusicStyle[33] := 'Instrumental';
MPEGTools_MusicStyle[34] := 'Acid';
MPEGTools_MusicStyle[35] := 'House';
MPEGTools_MusicStyle[36] := 'Game';
MPEGTools_MusicStyle[37] := 'Sound Clip';
MPEGTools_MusicStyle[38] := 'Gospel';
MPEGTools_MusicStyle[39] := 'Noise';
MPEGTools_MusicStyle[40] := 'AlternRock';
MPEGTools_MusicStyle[41] := 'Bass';
MPEGTools_MusicStyle[42] := 'Soul';
MPEGTools_MusicStyle[43] := 'Punk';
MPEGTools_MusicStyle[44] := 'Space';
MPEGTools_MusicStyle[45] := 'Meditative';
MPEGTools_MusicStyle[46] := 'Instrumental Pop';
MPEGTools_MusicStyle[47] := 'Instrumental Rock';
MPEGTools_MusicStyle[48] := 'Ethnic';
MPEGTools_MusicStyle[49] := 'Gothic';
MPEGTools_MusicStyle[50] := 'Darkwave';
MPEGTools_MusicStyle[51] := 'Techno-Industrial';
MPEGTools_MusicStyle[52] := 'Electronic';
MPEGTools_MusicStyle[53] := 'Pop-Folk';
MPEGTools_MusicStyle[54] := 'Eurodance';
MPEGTools_MusicStyle[55] := 'Dream';
MPEGTools_MusicStyle[56] := 'Southern Rock';
MPEGTools_MusicStyle[57] := 'Comedy';
MPEGTools_MusicStyle[58] := 'Cult';
MPEGTools_MusicStyle[59] := 'Gangsta';
MPEGTools_MusicStyle[60] := 'Top 40';
MPEGTools_MusicStyle[61] := 'Christian Rap';
MPEGTools_MusicStyle[62] := 'Pop/Funk';
MPEGTools_MusicStyle[63] := 'Jungle';
MPEGTools_MusicStyle[64] := 'Native American';
MPEGTools_MusicStyle[65] := 'Cabaret';
MPEGTools_MusicStyle[66] := 'New Wave';
MPEGTools_MusicStyle[67] := 'Psychadelic';
MPEGTools_MusicStyle[68] := 'Rave';
MPEGTools_MusicStyle[69] := 'Showtunes';
MPEGTools_MusicStyle[70] := 'Trailer';
MPEGTools_MusicStyle[71] := 'Lo-Fi';
MPEGTools_MusicStyle[72] := 'Tribal';
MPEGTools_MusicStyle[73] := 'Acid Punk';
MPEGTools_MusicStyle[74] := 'Acid Jazz';
MPEGTools_MusicStyle[75] := 'Polka';
MPEGTools_MusicStyle[76] := 'Retro';
MPEGTools_MusicStyle[77] := 'Musical';
MPEGTools_MusicStyle[78] := 'Rock & Roll';
MPEGTools_MusicStyle[79] := 'Hard Rock';
{ WinAmp Genre Codes }
MPEGTools_MusicStyle[80] := 'Folk';
MPEGTools_MusicStyle[81] := 'Folk-Rock';
MPEGTools_MusicStyle[82] := 'National Folk';
MPEGTools_MusicStyle[83] := 'Swing';
MPEGTools_MusicStyle[84] := 'Fast Fusion';
MPEGTools_MusicStyle[85] := 'Bebob';
MPEGTools_MusicStyle[86] := 'Latin';
MPEGTools_MusicStyle[87] := 'Revival';
MPEGTools_MusicStyle[88] := 'Celtic';
MPEGTools_MusicStyle[89] := 'Bluegrass';
MPEGTools_MusicStyle[90] := 'Avantgarde';
MPEGTools_MusicStyle[91] := 'Gothic Rock';
MPEGTools_MusicStyle[92] := 'Progessive Rock';
MPEGTools_MusicStyle[93] := 'Psychedelic Rock';
MPEGTools_MusicStyle[94] := 'Symphonic Rock';
MPEGTools_MusicStyle[95] := 'Slow Rock';
MPEGTools_MusicStyle[96] := 'Big Band';
MPEGTools_MusicStyle[97] := 'Chorus';
MPEGTools_MusicStyle[98] := 'Easy Listening';
MPEGTools_MusicStyle[99] := 'Acoustic';
MPEGTools_MusicStyle[100]:= 'Humour';
MPEGTools_MusicStyle[101]:= 'Speech';
MPEGTools_MusicStyle[102]:= 'Chanson';
MPEGTools_MusicStyle[103]:= 'Opera';
MPEGTools_MusicStyle[104]:= 'Chamber Music';
MPEGTools_MusicStyle[105]:= 'Sonata';
MPEGTools_MusicStyle[106]:= 'Symphony';
MPEGTools_MusicStyle[107]:= 'Booty Bass';
MPEGTools_MusicStyle[108]:= 'Primus';
MPEGTools_MusicStyle[109]:= 'Porn Groove';
MPEGTools_MusicStyle[110]:= 'Satire';
MPEGTools_MusicStyle[111]:= 'Slow Jam';
MPEGTools_MusicStyle[112]:= 'Club';
MPEGTools_MusicStyle[113]:= 'Tango';
MPEGTools_MusicStyle[114]:= 'Samba';
MPEGTools_MusicStyle[115]:= 'Folklore';
MPEGTools_MusicStyle[116]:= 'Ballad';
MPEGTools_MusicStyle[117]:= 'Power Ballad';
MPEGTools_MusicStyle[118]:= 'Rhythmic Soul';
MPEGTools_MusicStyle[119]:= 'Freestyle';
MPEGTools_MusicStyle[120]:= 'Duet';
MPEGTools_MusicStyle[121]:= 'Punk Rock';
MPEGTools_MusicStyle[122]:= 'Drum Solo';
MPEGTools_MusicStyle[123]:= 'A capella';
MPEGTools_MusicStyle[124]:= 'Euro-House';
MPEGTools_MusicStyle[125]:= 'Dance Hall';
>
>
> Bob
> --
>
> "Things should be described as simply as possible, but no
> simpler."
>
> A. Einstein
> _______________________________________________
> mp3encoder mailing list
> [EMAIL PROTECTED]
> http://minnie.tuhs.org/mailman/listinfo/mp3encoder
>
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder