source: extensions/gsdl-video/trunk/installed/cmdline/share/doc/lame/html/id3.html@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 7.2 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3<HEAD>
4<TITLE>ID3 tags</TITLE>
5<META NAME="description" CONTENT="Command line switch reference">
6<META NAME="keywords" CONTENT="lame">
7<META NAME="resource-type" CONTENT="document">
8<META NAME="distribution" CONTENT="global">
9<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso_8859_1">
10<LINK REL="STYLESHEET" HREF="lame.css">
11</HEAD>
12<BODY TEXT=#000000
13 BGCOLOR=#F9FBFB LINK=#006666 VLINK=#4C4C4C
14 ALINK=#995500>
15<H1>ID3 tags</H1>
16<p>&nbsp;</p>
17<p>LAME is able to embed ID3 v1, v1.1 or v2 tags inside the encoded MP3 file.
18 This allows to have some usefull information about the music track included
19 inside the file. Those data can be read by most MP3 players.<br>
20 <br>
21 Lame will smartly choose wich tags to use. It will add ID3 v2 tags only if the
22 input comments won't fint in v1 or v1.1 tags, ie if they are more than 30 characters.
23 In this case, both v1 and v2 tags will be added, to ensure reading of tags by
24 MP3 players wich are unable to read ID3 v2 tags.</p>
25<P>
26<TABLE CELLPADDING=3 BORDER="1">
27 <TR VALIGN="TOP">
28 <TD ALIGN="LEFT" nowrap><b>ID3 comments switches</b></TD>
29 <TD ALIGN="LEFT" nowrap><b>parameters</b></TD>
30 </TR>
31 <tr valign="TOP">
32 <td align="LEFT" nowrap><kbd>--tt "title"</kbd></td>
33 <td align="LEFT" nowrap>title of song</td>
34 </tr>
35 <tr valign="TOP">
36 <td align="LEFT" nowrap><kbd>--ta "artist"</kbd></td>
37 <td align="LEFT" nowrap>artist who did the song</td>
38 </tr>
39 <tr valign="TOP">
40 <td align="LEFT" nowrap><kbd>--tl "album"</kbd></td>
41 <td align="LEFT" nowrap>album where it came from</td>
42 </tr>
43 <tr valign="TOP">
44 <td align="LEFT" nowrap><kbd>--ty "year"</kbd></td>
45 <td align="LEFT" nowrap>year in which the song/album was made</td>
46 </tr>
47 <tr valign="TOP">
48 <td align="LEFT" nowrap><kbd>--tc "comment"</kbd></td>
49 <td align="LEFT" nowrap>additional info</td>
50 </tr>
51 <tr valign="TOP">
52 <td align="LEFT" nowrap><kbd>--tn "track"</kbd></td>
53 <td align="LEFT" nowrap>track number of the song on the CD (1 to 255, creates
54 an ID3 v 1.1 tag)</td>
55 </tr>
56 <tr valign="TOP">
57 <td align="LEFT" nowrap><kbd>--tg "genre"</kbd></td>
58 <td align="LEFT" nowrap> genre of song (name or number)</td>
59 </tr>
60</table>
61<br>
62<br>
63<TABLE CELLPADDING=3 BORDER="1">
64 <tr valign="TOP">
65 <td align="LEFT" nowrap><b>ID3 behaviour switches</b></td>
66 <td align="LEFT" nowrap>&nbsp; </td>
67 </tr>
68 <tr valign="TOP">
69 <td align="LEFT" nowrap><kbd>--add-id3v2</kbd></td>
70 <td align="LEFT" nowrap> force addition of version 2 tag</td>
71 </tr>
72 <tr valign="TOP">
73 <td align="LEFT" nowrap><kbd>--id3v1-only</kbd></td>
74 <td align="LEFT" nowrap> add only a version 1 tag</td>
75 </tr>
76 <tr valign="TOP">
77 <td align="LEFT" nowrap><kbd>--id3v2-only</kbd></td>
78 <td align="LEFT" nowrap> add only a version 2 tag</td>
79 </tr>
80 <tr valign="TOP">
81 <td align="LEFT" nowrap><kbd>--space-id3v1</kbd></td>
82 <td align="LEFT" nowrap> pad version 1 tags with spaces instead of nulls</td>
83 </tr>
84 <tr valign="TOP">
85 <td align="LEFT" nowrap><kbd>--pad-id3v2</kbd></td>
86 <td align="LEFT" nowrap> pad version 2 tags with extra 128 bytes</td>
87 </tr>
88 <tr valign="TOP">
89 <td align="LEFT" nowrap><kbd>--ignore-tag-errors</kbd></td>
90 <td align="LEFT" nowrap> ignore errors in values passed for tags, use defaults in case an error occours</td>
91 </tr>
92 <tr valign="TOP">
93 <td align="LEFT" nowrap><kbd>--genre-list</kbd></td>
94 <td align="LEFT" nowrap> print alphabetically sorted ID3 genre list and exit</td>
95 </tr>
96</TABLE>
97<p><br>
98 The following genres are supported:<br>
99 <br>
100</p>
101<table width="80%" border="0">
102 <tr valign="top" align="left">
103 <td>00 - Blues<br>
104 01 - Classic Rock<br>
105 02 - Country<br>
106 03 - Dance<br>
107 04 - Disco<br>
108 05 - Funk<br>
109 06 - Grunge<br>
110 07 - Hip-Hop<br>
111 08 - Jazz<br>
112 09 - Metal<br>
113 10 - New Age<br>
114 11 - Oldies<br>
115 12 - Other<br>
116 13 - Pop<br>
117 14 - R&B<br>
118 15 - Rap<br>
119 16 - Reggae<br>
120 17 - Rock<br>
121 18 - Techno<br>
122 19 - Industrial<br>
123 20 - Alternative<br>
124 21 - Ska<br>
125 22 - Death Metal<br>
126 23 - Pranks<br>
127 24 - Soundtrack<br>
128 25 - Euro-Techno<br>
129 26 - Ambient<br>
130 27 - Trip-Hop<br>
131 28 - Vocal<br>
132 29 - Jazz+Funk<br>
133 30 - Fusion<br>
134 31 - Trance<br>
135 32 - Classical<br>
136 33 - Instrumental<br>
137 34 - Acid<br>
138 35 - House<br>
139 36 - Game<br>
140 37 - Sound Clip<br>
141 38 - Gospel<br>
142 39 - Noise<br>
143 40 - Alternative Rock<br>
144 41 - Bass<br>
145 43 - Punk<br>
146 44 - Space<br>
147 45 - Meditative<br>
148 46 - Instrumental Pop<br>
149 47 - Instrumental Rock<br>
150 48 - Ethnic<br>
151 49 - Gothic<br>
152 50 - Darkwave<br>
153 51 - Techno-Industrial<br>
154 52 - Electronic<br>
155 53 - Pop-Folk<br>
156 54 - Eurodance<br>
157 55 - Dream<br>
158 56 - Southern Rock<br>
159 57 - Comedy<br>
160 58 - Cult<br>
161 59 - Gangsta<br>
162 60 - Top 40<br>
163 61 - Christian Rap<br>
164 62 - Pop/Funk<br>
165 63 - Jungle<br>
166 64 - Native US<br>
167 65 - Cabaret<br>
168 66 - New Wave<br>
169 67 - Psychadelic<br>
170 68 - Rave<br>
171 69 - Showtunes<br>
172 70 - Trailer<br>
173 71 - Lo-Fi<br>
174 72 - Tribal<br>
175 73 - Acid Punk<br>
176 74 - Acid Jazz<br>
177 75 - Polka<br>
178 76 - Retro<br>
179 77 - Musical<br>
180 78 - Rock & Roll<br>
181 79 - Hard Rock<br>
182 80 - Folk<br>
183 81 - Folk-Rock<br>
184 82 - National Folk<br>
185 83 - Swing<br>
186 84 - Fast Fusion<br>
187 85 - Bebob<br>
188 86 - Latin<br>
189 87 - Revival<br>
190 88 - Celtic<br>
191 89 - Bluegrass<br>
192 90 - Avantgarde<br>
193 91 - Gothic Rock<br>
194 92 - Progressive Rock<br>
195 93 - Psychedelic Rock<br>
196 94 - Symphonic Rock<br>
197 95 - Slow Rock<br>
198 96 - Big Band<br>
199 97 - Chorus<br>
200 98 - Easy Listening<br>
201 99 - Acoustic </td>
202 <td>100 - Humour<br>
203 101 - Speech<br>
204 102 - Chanson<br>
205 103 - Opera<br>
206 104 - Chamber Music<br>
207 105 - Sonata<br>
208 106 - Symphony<br>
209 107 - Booty Bass<br>
210 108 - Primus<br>
211 109 - Porn Groove<br>
212 110 - Satire<br>
213 111 - Slow Jam<br>
214 112 - Club<br>
215 113 - Tango<br>
216 114 - Samba<br>
217 115 - Folklore<br>
218 116 - Ballad<br>
219 117 - Power Ballad<br>
220 118 - Rhytmic Soul<br>
221 119 - Freestyle<br>
222 120 - Duet<br>
223 121 - Punk Rock<br>
224 122 - Drum Solo<br>
225 123 - Acapella<br>
226 124 - Euro-House<br>
227 125 - Dance Hall<br>
228 126 - Goa<br>
229 127 - Drum & Bass<br>
230 128 - Club-House<br>
231 129 - Hardcore<br>
232 130 - Terror<br>
233 131 - Indie<br>
234 132 - BritPop<br>
235 133 - Negerpunk<br>
236 134 - Polsk Punk<br>
237 135 - Beat<br>
238 136 - Christian Gangsta<br>
239 137 - Heavy Metal<br>
240 138 - Black Metal<br>
241 139 - Crossover<br>
242 140 - Contemporary C<br>
243 141 - Christian Rock<br>
244 142 - Merengue<br>
245 143 - Salsa<br>
246 144 - Thrash Metal<br>
247 145 - Anime<br>
248 146 - JPop<br>
249 147 - SynthPop</td>
250 </tr>
251</table>
252<p><br>
253 <br>
254 <br>
255</p>
256</BODY>
257</HTML>
Note: See TracBrowser for help on using the repository browser.