Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

id3genres.h

00001 /*****************************************************************************
00002  * id3genres.h: list of genres for id3 genre tags
00003  *****************************************************************************
00004  * Copyright (C) 2002-2003 the VideoLAN team
00005  * $Id: id3genres.h 12836 2005-10-15 13:23:08Z sigmunau $
00006  *
00007  * Author: Sigmund Augdal Helberg <[email protected]>
00008  *         list found at http://www.id3.org/id3v2.4.0-frames.txt
00009  *
00010  * This program is free software; you can redistribute it and/or modify
00011  * it under the terms of the GNU General Public License as published by
00012  * the Free Software Foundation; either version 2 of the License, or
00013  * (at your option) any later version.
00014  *
00015  * This program is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018  * GNU General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU General Public License
00021  * along with this program; if not, write to the Free Software
00022  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
00023  *****************************************************************************/
00024 
00025 #define NUM_GENRES 80
00026 
00027 static char *ppsz_genres[] = {
00028     N_("Blues"),
00029     N_("Classic rock"),
00030     N_("Country"),
00031     N_("Dance"),
00032     N_("Disco"),
00033     N_("Funk"),
00034     N_("Grunge"),
00035     N_("Hip-Hop"),
00036     N_("Jazz"),
00037     N_("Metal"),
00038     N_("New Age"),
00039     N_("Oldies"),
00040     N_("Other"),
00041     N_("Pop"),
00042     N_("R&B"),
00043     N_("Rap"),
00044     N_("Reggae"),
00045     N_("Rock"),
00046     N_("Techno"),
00047     N_("Industrial"),
00048     N_("Alternative"),
00049     N_("Ska"),
00050     N_("Death metal"),
00051     N_("Pranks"),
00052     N_("Soundtrack"),
00053     N_("Euro-Techno"),
00054     N_("Ambient"),
00055     N_("Trip-Hop"),
00056     N_("Vocal"),
00057     N_("Jazz+Funk"),
00058     N_("Fusion"),
00059     N_("Trance"),
00060     N_("Classical"),
00061     N_("Instrumental"),
00062     N_("Acid"),
00063     N_("House"),
00064     N_("Game"),
00065     N_("Sound clip"),
00066     N_("Gospel"),
00067     N_("Noise"),
00068     N_("Alternative rock"),
00069     N_("Bass"),
00070     N_("Soul"),
00071     N_("Punk"),
00072     N_("Space"),
00073     N_("Meditative"),
00074     N_("Instrumental pop"),
00075     N_("Instrumental rock"),
00076     N_("Ethnic"),
00077     N_("Gothic"),
00078     N_("Darkwave"),
00079     N_("Techno-Industrial"),
00080     N_("Electronic"),
00081     N_("Pop-Folk"),
00082     N_("Eurodance"),
00083     N_("Dream"),
00084     N_("Southern rock"),
00085     N_("Comedy"),
00086     N_("Cult"),
00087     N_("Gangsta"),
00088     N_("Top 40"),
00089     N_("Christian rap"),
00090     N_("Pop/funk"),
00091     N_("Jungle"),
00092     N_("Native American"),
00093     N_("Cabaret"),
00094     N_("New wave"),
00095     N_("Psychedelic"),
00096     N_("Rave"),
00097     N_("Showtunes"),
00098     N_("Trailer"),
00099     N_("Lo-Fi"),
00100     N_("Tribal"),
00101     N_("Acid punk"),
00102     N_("Acid jazz"),
00103     N_("Polka"),
00104     N_("Retro"),
00105     N_("Musical"),
00106     N_("Rock & roll"),
00107     N_("Hard rock")
00108 };

Generated on Tue Dec 20 10:14:36 2005 for vlc-0.8.4a by  doxygen 1.4.2