MPCDec: Update genre list to match what TagLib reads
parent
6c910bdfbc
commit
51e48dc424
|
@ -55,7 +55,7 @@ static const char* GenreList [] = {
|
||||||
"Hip-Hop", "Jazz", "Metal", "New Age", "Oldies", "Other", "Pop", "R&B",
|
"Hip-Hop", "Jazz", "Metal", "New Age", "Oldies", "Other", "Pop", "R&B",
|
||||||
"Rap", "Reggae", "Rock", "Techno", "Industrial", "Alternative", "Ska",
|
"Rap", "Reggae", "Rock", "Techno", "Industrial", "Alternative", "Ska",
|
||||||
"Death Metal", "Pranks", "Soundtrack", "Euro-Techno", "Ambient",
|
"Death Metal", "Pranks", "Soundtrack", "Euro-Techno", "Ambient",
|
||||||
"Trip-Hop", "Vocal", "Jazz+Funk", "Fusion", "Trance", "Classical",
|
"Trip-Hop", "Vocal", "Jazz-Funk", "Fusion", "Trance", "Classical",
|
||||||
"Instrumental", "Acid", "House", "Game", "Sound Clip", "Gospel", "Noise",
|
"Instrumental", "Acid", "House", "Game", "Sound Clip", "Gospel", "Noise",
|
||||||
"AlternRock", "Bass", "Soul", "Punk", "Space", "Meditative",
|
"AlternRock", "Bass", "Soul", "Punk", "Space", "Meditative",
|
||||||
"Instrumental Pop", "Instrumental Rock", "Ethnic", "Gothic", "Darkwave",
|
"Instrumental Pop", "Instrumental Rock", "Ethnic", "Gothic", "Darkwave",
|
||||||
|
@ -64,16 +64,16 @@ static const char* GenreList [] = {
|
||||||
"Pop/Funk", "Jungle", "Native American", "Cabaret", "New Wave",
|
"Pop/Funk", "Jungle", "Native American", "Cabaret", "New Wave",
|
||||||
"Psychadelic", "Rave", "Showtunes", "Trailer", "Lo-Fi", "Tribal",
|
"Psychadelic", "Rave", "Showtunes", "Trailer", "Lo-Fi", "Tribal",
|
||||||
"Acid Punk", "Acid Jazz", "Polka", "Retro", "Musical", "Rock & Roll",
|
"Acid Punk", "Acid Jazz", "Polka", "Retro", "Musical", "Rock & Roll",
|
||||||
"Hard Rock", "Folk", "Folk/Rock", "National Folk", "Swing", "Fast-Fusion",
|
"Hard Rock", "Folk", "Folk Rock", "National Folk", "Swing", "Fast-Fusion",
|
||||||
"Bebob", "Latin", "Revival", "Celtic", "Bluegrass", "Avantgarde",
|
"Bebop", "Latin", "Revival", "Celtic", "Bluegrass", "Avant-garde",
|
||||||
"Gothic Rock", "Progressive Rock", "Psychedelic Rock", "Symphonic Rock",
|
"Gothic Rock", "Progressive Rock", "Psychedelic Rock", "Symphonic Rock",
|
||||||
"Slow Rock", "Big Band", "Chorus", "Easy Listening", "Acoustic", "Humour",
|
"Slow Rock", "Big Band", "Chorus", "Easy Listening", "Acoustic", "Humour",
|
||||||
"Speech", "Chanson", "Opera", "Chamber Music", "Sonata", "Symphony",
|
"Speech", "Chanson", "Opera", "Chamber Music", "Sonata", "Symphony",
|
||||||
"Booty Bass", "Primus", "Porn Groove", "Satire", "Slow Jam", "Club",
|
"Booty Bass", "Primus", "Porn Groove", "Satire", "Slow Jam", "Club",
|
||||||
"Tango", "Samba", "Folklore", "Ballad", "Power Ballad", "Rhythmic Soul",
|
"Tango", "Samba", "Folklore", "Ballad", "Power Ballad", "Rhythmic Soul",
|
||||||
"Freestyle", "Duet", "Punk Rock", "Drum Solo", "A capella", "Euro-House",
|
"Freestyle", "Duet", "Punk Rock", "Drum Solo", "A capella", "Euro-House",
|
||||||
"Dance Hall", "Goa", "Drum & Bass", "Club House", "Hardcore", "Terror",
|
"Dancehall", "Goa", "Drum & Bass", "Club House", "Hardcore Techno", "Terror",
|
||||||
"Indie", "BritPop", "NegerPunk", "Polsk Punk", "Beat", "Christian Gangsta",
|
"Indie", "Britpop", "Worldbeat", "Polsk Punk", "Beat", "Christian Gangsta",
|
||||||
"Heavy Metal", "Black Metal", "Crossover", "Contemporary C",
|
"Heavy Metal", "Black Metal", "Crossover", "Contemporary C",
|
||||||
"Christian Rock", "Merengue", "Salsa", "Thrash Metal", "Anime", "JPop",
|
"Christian Rock", "Merengue", "Salsa", "Thrash Metal", "Anime", "JPop",
|
||||||
"SynthPop"
|
"SynthPop"
|
||||||
|
|
Loading…
Reference in New Issue