added genre codes 148 to 191 (winamp ext) (#103)

* added genre codes 148 to 191 (winamp ext)
* make new genres captialization consistent with existing
* removed hyphen from Indie-Rock genre
This commit is contained in:
bretttolbert
2024-01-23 08:33:51 +11:00
committed by GitHub
parent 978a0926ee
commit 0253fc576d
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -141,6 +141,9 @@ func TestGenreExpension(t *testing.T) {
"Test (17)": "Test Rock",
"(17)(93)": "Rock Psychedelic Rock",
"(17)Test(93)": "Rock Test Psychedelic Rock",
"(175)": "Post-Punk",
"(187)": "Indie Rock",
"(191)": "Psybient",
}
for g, r := range tests {
got := id3v2genre(g)