Mercurial > hg > sv-dependency-builds
annotate src/libid3tag-0.15.1b/genre.dat.in @ 79:91c729825bca pa_catalina
Update build for AUDIO_COMPONENT_FIX
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 12:40:34 +0000 |
parents | c7265573341e |
children |
rev | line source |
---|---|
Chris@0 | 1 /* |
Chris@0 | 2 * libid3tag - ID3 tag manipulation library |
Chris@0 | 3 * Copyright (C) 2000-2004 Underbit Technologies, Inc. |
Chris@0 | 4 * |
Chris@0 | 5 * This program is free software; you can redistribute it and/or modify |
Chris@0 | 6 * it under the terms of the GNU General Public License as published by |
Chris@0 | 7 * the Free Software Foundation; either version 2 of the License, or |
Chris@0 | 8 * (at your option) any later version. |
Chris@0 | 9 * |
Chris@0 | 10 * This program is distributed in the hope that it will be useful, |
Chris@0 | 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
Chris@0 | 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
Chris@0 | 13 * GNU General Public License for more details. |
Chris@0 | 14 * |
Chris@0 | 15 * You should have received a copy of the GNU General Public License |
Chris@0 | 16 * along with this program; if not, write to the Free Software |
Chris@0 | 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
Chris@0 | 18 * |
Chris@0 | 19 * $Id: genre.dat.in,v 1.7 2004/01/23 09:41:32 rob Exp $ |
Chris@0 | 20 */ |
Chris@0 | 21 |
Chris@0 | 22 /* |
Chris@0 | 23 * These are the ID3 genre names, taken as a combination of names from ID3v1 |
Chris@0 | 24 * (listed in Appendix A of the ID3 tag version 2.4.0 informal standard) and |
Chris@0 | 25 * the extensions made by Winamp as of version 2.80. |
Chris@0 | 26 */ |
Chris@0 | 27 |
Chris@0 | 28 /* ID3v1 names (0-79) */ |
Chris@0 | 29 |
Chris@0 | 30 Blues |
Chris@0 | 31 Classic Rock |
Chris@0 | 32 Country |
Chris@0 | 33 Dance |
Chris@0 | 34 Disco |
Chris@0 | 35 Funk |
Chris@0 | 36 Grunge |
Chris@0 | 37 Hip-Hop |
Chris@0 | 38 Jazz |
Chris@0 | 39 Metal |
Chris@0 | 40 New Age |
Chris@0 | 41 Oldies |
Chris@0 | 42 Other |
Chris@0 | 43 Pop |
Chris@0 | 44 R&B |
Chris@0 | 45 Rap |
Chris@0 | 46 Reggae |
Chris@0 | 47 Rock |
Chris@0 | 48 Techno |
Chris@0 | 49 Industrial |
Chris@0 | 50 Alternative |
Chris@0 | 51 Ska |
Chris@0 | 52 Death Metal |
Chris@0 | 53 Pranks |
Chris@0 | 54 Soundtrack |
Chris@0 | 55 Euro-Techno |
Chris@0 | 56 Ambient |
Chris@0 | 57 Trip-Hop |
Chris@0 | 58 Vocal |
Chris@0 | 59 Jazz+Funk |
Chris@0 | 60 Fusion |
Chris@0 | 61 Trance |
Chris@0 | 62 Classical |
Chris@0 | 63 Instrumental |
Chris@0 | 64 Acid |
Chris@0 | 65 House |
Chris@0 | 66 Game |
Chris@0 | 67 Sound Clip |
Chris@0 | 68 Gospel |
Chris@0 | 69 Noise |
Chris@0 | 70 AlternRock |
Chris@0 | 71 Bass |
Chris@0 | 72 Soul |
Chris@0 | 73 Punk |
Chris@0 | 74 Space |
Chris@0 | 75 Meditative |
Chris@0 | 76 Instrumental Pop |
Chris@0 | 77 Instrumental Rock |
Chris@0 | 78 Ethnic |
Chris@0 | 79 Gothic |
Chris@0 | 80 Darkwave |
Chris@0 | 81 Techno-Industrial |
Chris@0 | 82 Electronic |
Chris@0 | 83 Pop-Folk |
Chris@0 | 84 Eurodance |
Chris@0 | 85 Dream |
Chris@0 | 86 Southern Rock |
Chris@0 | 87 Comedy |
Chris@0 | 88 Cult |
Chris@0 | 89 Gangsta |
Chris@0 | 90 Top 40 |
Chris@0 | 91 Christian Rap |
Chris@0 | 92 Pop/Funk |
Chris@0 | 93 Jungle |
Chris@0 | 94 Native American |
Chris@0 | 95 Cabaret |
Chris@0 | 96 New Wave |
Chris@0 | 97 Psychedelic |
Chris@0 | 98 Rave |
Chris@0 | 99 Showtunes |
Chris@0 | 100 Trailer |
Chris@0 | 101 Lo-Fi |
Chris@0 | 102 Tribal |
Chris@0 | 103 Acid Punk |
Chris@0 | 104 Acid Jazz |
Chris@0 | 105 Polka |
Chris@0 | 106 Retro |
Chris@0 | 107 Musical |
Chris@0 | 108 Rock & Roll |
Chris@0 | 109 Hard Rock |
Chris@0 | 110 |
Chris@0 | 111 /* Winamp extensions (80-147) */ |
Chris@0 | 112 |
Chris@0 | 113 Folk |
Chris@0 | 114 Folk/Rock |
Chris@0 | 115 National Folk |
Chris@0 | 116 Swing |
Chris@0 | 117 Fast-Fusion |
Chris@0 | 118 Bebob |
Chris@0 | 119 Latin |
Chris@0 | 120 Revival |
Chris@0 | 121 Celtic |
Chris@0 | 122 Bluegrass |
Chris@0 | 123 Avantgarde |
Chris@0 | 124 Gothic Rock |
Chris@0 | 125 Progressive Rock |
Chris@0 | 126 Psychedelic Rock |
Chris@0 | 127 Symphonic Rock |
Chris@0 | 128 Slow Rock |
Chris@0 | 129 Big Band |
Chris@0 | 130 Chorus |
Chris@0 | 131 Easy Listening |
Chris@0 | 132 Acoustic |
Chris@0 | 133 Humour |
Chris@0 | 134 Speech |
Chris@0 | 135 Chanson |
Chris@0 | 136 Opera |
Chris@0 | 137 Chamber Music |
Chris@0 | 138 Sonata |
Chris@0 | 139 Symphony |
Chris@0 | 140 Booty Bass |
Chris@0 | 141 Primus |
Chris@0 | 142 Porn Groove |
Chris@0 | 143 Satire |
Chris@0 | 144 Slow Jam |
Chris@0 | 145 Club |
Chris@0 | 146 Tango |
Chris@0 | 147 Samba |
Chris@0 | 148 Folklore |
Chris@0 | 149 Ballad |
Chris@0 | 150 Power Ballad |
Chris@0 | 151 Rhythmic Soul |
Chris@0 | 152 Freestyle |
Chris@0 | 153 Duet |
Chris@0 | 154 Punk Rock |
Chris@0 | 155 Drum Solo |
Chris@0 | 156 A Cappella |
Chris@0 | 157 Euro-House |
Chris@0 | 158 Dance Hall |
Chris@0 | 159 Goa |
Chris@0 | 160 Drum & Bass |
Chris@0 | 161 Club-House |
Chris@0 | 162 Hardcore |
Chris@0 | 163 Terror |
Chris@0 | 164 Indie |
Chris@0 | 165 BritPop |
Chris@0 | 166 Negerpunk |
Chris@0 | 167 Polsk Punk |
Chris@0 | 168 Beat |
Chris@0 | 169 Christian Gangsta Rap |
Chris@0 | 170 Heavy Metal |
Chris@0 | 171 Black Metal |
Chris@0 | 172 Crossover |
Chris@0 | 173 Contemporary Christian |
Chris@0 | 174 Christian Rock |
Chris@0 | 175 Merengue |
Chris@0 | 176 Salsa |
Chris@0 | 177 Thrash Metal |
Chris@0 | 178 Anime |
Chris@0 | 179 JPop |
Chris@0 | 180 Synthpop |