1 /***********************************
2 * Copyright (C) 2001 Jason Carter
3 * See the file "LICENSE" for details
4 ***********************************
6 * NAME: ID3EDIT - ID3 tag v 1.1 editor
7 * DESCRIPTION: Genres character array
9 ***********************************
11 * Initially modified for use with MPlayer by Diego Biurrun on 2004-08-22
13 * detailed changelog at http://svn.mplayerhq.hu/mplayer/trunk/
16 #ifndef MPLAYER_GENRES_H
17 #define MPLAYER_GENRES_H
20 const char * const genres
[] = {
22 "Classic Rock", /* 1 */
40 "Industrial", /* 19 */
41 "Alternative", /* 20 */
43 "Death Metal", /* 22 */
45 "Soundtrack", /* 24 */
46 "Eurotechno", /* 25 */
54 "Instrumental", /* 33 */
58 "Sound Clip", /* 37 */
61 "Alternative Rock", /* 40 */
66 "Meditative", /* 45 */
67 "Instrumental Pop", /* 46 */
68 "Instrumental Rock", /* 47 */
72 "Techno-Industrial", /* 51 */
73 "Electronic", /* 52 */
78 "Southern Rock", /* 57 */
83 "Christian Rap", /* 62 */
85 "Native American", /* 64 */
88 "Psychadelic", /* 67 */
90 "Show Tunes", /* 69 */
99 "Rock & Roll", /* 78 */
100 "Hard Rock", /* 79 */
102 "Folk/Rock", /* 81 */
103 "National Folk", /* 82 */
105 "Fast-Fusion", /* 84 */
110 "Bluegrass", /* 89 */
111 "Avantgarde", /* 90 */
112 "Gothic Rock", /* 91 */
113 "Progressive Rock", /* 92 */
114 "Psychedelic Rock", /* 93 */
115 "Symphonic Rock", /* 94 */
116 "Slow Rock", /* 95 */
119 "Easy Listening", /* 98 */
125 "Chamber Music", /* 104 */
127 "Symphony", /* 106 */
128 "Booty Bass", /* 107 */
130 "Porn Groove", /* 109 */
132 "Slow Jam", /* 111 */
136 "Folklore", /* 115 */
138 "Power Ballad", /* 117 */
139 "Rhytmic Soul", /* 118 */
140 "Freestyle", /* 119 */
142 "Punk Rock", /* 121 */
143 "Drum Solo", /* 122 */
144 "Acapella", /* 123 */
145 "Euro-House", /* 124 */
146 "Dance Hall", /* 125 */
148 "Drum & Bass", /* 127 */
149 "Club-House", /* 128 */
150 "Hardcore", /* 129 */
154 "Negerpunk", /* 133 */
155 "Polsk Punk", /* 134 */
157 "Christian Gangsta Rap", /* 136 */
158 "Heavy Metal", /* 137 */
159 "Black Metal", /* 138 */
160 "Crossover", /* 139 */
161 "Contemporary Christian", /* 140 */
162 "Christian Rock", /* 141 */
163 "Merengue", /* 142 */
165 "Thrash Metal", /* 144 */
168 "Synthpop", /* 147 */
279 #endif /* MPLAYER_GENRES_H */