Subject: | Genres |
in ID3v1.pm:
In the following sub:
---------------------
sub id2genre {
my $id=shift;
return "" unless defined $id && $id<$#winamp_genres;
^^
This should be <=
return $winamp_genres[$id];
}
#####################################
in @winamp_genres = ... beginning from line 464 after "Dance Hall" the following geres are missing (in that order):
'Goa', 'Drum & Bass', 'Club-House', 'Hardcore', 'Terror',
'Indie', 'BritPop', 'Negerpunk', 'Polsk Punk', 'Beat',
'Christian Gangsta Rap', 'Heavy Metal', 'Black Metal',
'Crossover', 'Contemporary Christian Music', 'Christian Rock',
'Merengue','Salsa', 'Thrash Metal', 'Anime','JPop','SynthPop',