[MPlayer-dev-eng] [PATCH] ID3 genre list error
Gil Kloepfer
mpldev09 at kloepfer.org
Fri Jan 9 08:49:37 CET 2009
Problem severity: Minor
There is a problem with the ID3 genre list where the genres between
numbers 53 and 63 are incorrect due to an error made by the original
author the file was acquired from.
I corrected the problem according to the authoritative list at:
http://www.id3.org/id3v2-00
(see appendix A.3. Genre List)
This problem has existed for quite some time.
The patch for libmpdemux/genres.h file is attached (base64 encoded, as
per the patches.txt document).
--
Gil Kloepfer
mpldev09 at kloepfer.org
-------------- next part --------------
--- libmpdemux/genres.h.ORIG 2008-12-01 20:56:22.000000000 -0600
+++ libmpdemux/genres.h 2009-01-09 01:12:28.973049830 -0600
@@ -71,17 +71,17 @@
"Darkwave", /* 50 */
"Techno-Industrial", /* 51 */
"Electronic", /* 52 */
-"Jungle", /* 53 */
-"Pop-Folk", /* 54 */
-"Eurodance", /* 55 */
-"Dream", /* 56 */
-"Southern Rock", /* 57 */
-"Comedy", /* 58 */
-"Cult", /* 59 */
-"Gangsta", /* 60 */
-"Top 40", /* 61 */
-"Christian Rap", /* 62 */
-"Pop/Funk", /* 63 */
+"Pop-Folk", /* 53 */
+"Eurodance", /* 54 */
+"Dream", /* 55 */
+"Southern Rock", /* 56 */
+"Comedy", /* 57 */
+"Cult", /* 58 */
+"Gangsta", /* 59 */
+"Top 40", /* 60 */
+"Christian Rap", /* 61 */
+"Pop/Funk", /* 62 */
+"Jungle", /* 63 */
"Native American", /* 64 */
"Cabaret", /* 65 */
"New Wave", /* 66 */
More information about the MPlayer-dev-eng
mailing list