From 5763d042a60ba465b2f2af65a5b50032125ac790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Thu, 19 Dec 2019 14:53:57 +0100 Subject: [PATCH] Fix spelling of Bebop and update Fusion and Hardcore to match Wikipedia Source: https://en.wikipedia.org/wiki/List_of_ID3v1_Genres Similar patches will be sent to libid3tag and ffmpeg to harmonize the genre names and spellings. --- taglib/mpeg/id3v1/id3v1genres.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/taglib/mpeg/id3v1/id3v1genres.cpp b/taglib/mpeg/id3v1/id3v1genres.cpp index 1c707c30..df797658 100644 --- a/taglib/mpeg/id3v1/id3v1genres.cpp +++ b/taglib/mpeg/id3v1/id3v1genres.cpp @@ -114,8 +114,8 @@ namespace L"Folk/Rock", L"National Folk", L"Swing", - L"Fusion", - L"Bebob", + L"Fast Fusion", + L"Bebop", L"Latin", L"Revival", L"Celtic", @@ -159,7 +159,7 @@ namespace L"Goa", L"Drum & Bass", L"Club-House", - L"Hardcore", + L"Hardcore Techno", L"Terror", L"Indie", L"BritPop",