Skip Menu |

This queue is for tickets about the MP3-Tag CPAN distribution.

Report information
The Basics
Id: 13673
Status: new
Priority: 0/
Queue: MP3-Tag

People
Owner: Nobody in particular
Requestors: wolf.behrenhoff [...] gmx.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.97
Fixed in: (no value)



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',