forked from len0rd/rockbox
Added support for additional ID3v1 genres, including such gems as "Christian gangsta rap" and "Negerpunk".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7499 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
04eedd0624
commit
f73ec85966
1 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,11 @@ static const char* const genres[] = {
|
||||||
"Chanson", "Opera", "Chamber Music", "Sonata", "Symphony", "Booty Bass",
|
"Chanson", "Opera", "Chamber Music", "Sonata", "Symphony", "Booty Bass",
|
||||||
"Primus", "Porn Groove", "Satire", "Slow Jam", "Club", "Tango", "Samba",
|
"Primus", "Porn Groove", "Satire", "Slow Jam", "Club", "Tango", "Samba",
|
||||||
"Folklore", "Ballad", "Power Ballad", "Rhythmic Soul", "Freestyle",
|
"Folklore", "Ballad", "Power Ballad", "Rhythmic Soul", "Freestyle",
|
||||||
"Duet", "Punk Rock", "Drum Solo", "A capella", "Euro-House", "Dance Hall"
|
"Duet", "Punk Rock", "Drum Solo", "A capella", "Euro-House", "Dance Hall",
|
||||||
|
"Goa", "Bass", "Club-House", "Hardcore", "Terror", "Indie", "BritPop",
|
||||||
|
"Negerpunk", "Punk", "Beat", "Rap", "Metal", "Metal", "Crossover",
|
||||||
|
"Christian", "Rock", "Merengue", "Salsa", "Metal", "Anime", "Jpop",
|
||||||
|
"Synthpop"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char* const codec_labels[] = {
|
static const char* const codec_labels[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue