Disable unused code.
[vlc/davidf-public.git] / modules / meta_engine / id3genres.h
blob4f9d648e060333c9b7e9b1f6cc900db6af92d3b9
1 /*****************************************************************************
2 * id3genres.h: list of genres for id3 genre tags
3 *****************************************************************************
4 * Copyright (C) 2002-2003 the VideoLAN team
5 * $Id$
7 * Author: Sigmund Augdal Helberg <dnumgis@videolan.org>
8 * list found at http://www.id3.org/id3v2.4.0-frames.txt
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
23 *****************************************************************************/
25 #define NUM_GENRES 80
27 static const char *ppsz_genres[] = {
28 N_("Blues"),
29 N_("Classic rock"),
30 N_("Country"),
31 N_("Dance"),
32 N_("Disco"),
33 N_("Funk"),
34 N_("Grunge"),
35 N_("Hip-Hop"),
36 N_("Jazz"),
37 N_("Metal"),
38 N_("New Age"),
39 N_("Oldies"),
40 N_("Other"),
41 N_("Pop"),
42 N_("R&B"),
43 N_("Rap"),
44 N_("Reggae"),
45 N_("Rock"),
46 N_("Techno"),
47 N_("Industrial"),
48 N_("Alternative"),
49 N_("Ska"),
50 N_("Death metal"),
51 N_("Pranks"),
52 N_("Soundtrack"),
53 N_("Euro-Techno"),
54 N_("Ambient"),
55 N_("Trip-Hop"),
56 N_("Vocal"),
57 N_("Jazz+Funk"),
58 N_("Fusion"),
59 N_("Trance"),
60 N_("Classical"),
61 N_("Instrumental"),
62 N_("Acid"),
63 N_("House"),
64 N_("Game"),
65 N_("Sound clip"),
66 N_("Gospel"),
67 N_("Noise"),
68 N_("Alternative rock"),
69 N_("Bass"),
70 N_("Soul"),
71 N_("Punk"),
72 N_("Space"),
73 N_("Meditative"),
74 N_("Instrumental pop"),
75 N_("Instrumental rock"),
76 N_("Ethnic"),
77 N_("Gothic"),
78 N_("Darkwave"),
79 N_("Techno-Industrial"),
80 N_("Electronic"),
81 N_("Pop-Folk"),
82 N_("Eurodance"),
83 N_("Dream"),
84 N_("Southern rock"),
85 N_("Comedy"),
86 N_("Cult"),
87 N_("Gangsta"),
88 N_("Top 40"),
89 N_("Christian rap"),
90 N_("Pop/funk"),
91 N_("Jungle"),
92 N_("Native American"),
93 N_("Cabaret"),
94 N_("New wave"),
95 N_("Psychedelic"),
96 N_("Rave"),
97 N_("Showtunes"),
98 N_("Trailer"),
99 N_("Lo-Fi"),
100 N_("Tribal"),
101 N_("Acid punk"),
102 N_("Acid jazz"),
103 N_("Polka"),
104 N_("Retro"),
105 N_("Musical"),
106 N_("Rock & roll"),
107 N_("Hard rock")