Skip Menu |

This queue is for tickets about the Image-ExifTool CPAN distribution.

Report information
The Basics
Id: 42393
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Image-ExifTool

People
Owner: EXIFTOOL [...] cpan.org
Requestors: koolkanishka [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 7.60
Fixed in: 7.67



Subject: ExifTool reports wrong "Genre" for MP3 song
Hello, I encountered a problem while trying to fetch the Metadata attributes of an MP3 file using ExifTool (attached). I tried the following command: exiftool "Yui Jap - No way.mp3" The "Genre" reported by ExifTool is: (Unknown (146))JPop The actual "Genre" (reported by Winamp) is: JPop Thank you, Kanishka Banerjee
Subject: Yui Jap - No way.mp3

Message body not shown because it is not plain text.

Thanks for the bug report and sample mp3 file. In this file, the genre is stored in both ID3v1 and ID3v2 information: ID3v1: | Genre = 146 | - Tag 0x007f (1 bytes, int8u[1]): | 300fff: 92 [.] ID3v2: | Genre = ...(146)JPop | - Tag 'TCON' (21 bytes): | 006d: 01 ff fe 28 00 31 00 34 00 36 00 29 00 4a 00 50 [...(.1.4.6.).J.P] | 007d: 00 6f 00 70 00 [.o.p.] The value of 146 is a new extension -- I will add this (plus a number of other new genres which have been defined). Thanks for pointing this out. However, after this is done exiftool will report the genre as: Genre : (JPop)JPop or, you can see both with the "-a -G1" options: [ID3v2_3] Genre : (JPop)JPop [ID3v1] Genre : JPop The ID3v3 information reports a genre of JPop with a refinement of JPop. According to my ID3v2 reference, this would be the correct way to display a refinement like this, but I will see if I can find some other references. But at the very worst, you will get "(JPop)JPop" for the Genre. Could it be that Winamp is displaying just "JPop" because it uses the ID3v1 information? - Phil
Subject: Re: [rt.cpan.org #42393] ExifTool reports wrong "Genre" for MP3 song
Date: Wed, 14 Jan 2009 21:14:05 +0800
To: bug-Image-ExifTool [...] rt.cpan.org
From: "Kanishka Banerjee" <koolkanishka [...] gmail.com>
Hello Phil, Thanks for the quick analysis. Yes, perhaps Winamp only displays the ID3v1 information. Regards, Kanishka Banerjee On 1/14/09, Phil Harvey via RT <bug-Image-ExifTool@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=42393 > > > Thanks for the bug report and sample mp3 file. > > In this file, the genre is stored in both ID3v1 and ID3v2 information: > > ID3v1: > | Genre = 146 > | - Tag 0x007f (1 bytes, int8u[1]): > | 300fff: 92 [.] > > ID3v2: > | Genre = ...(146)JPop > | - Tag 'TCON' (21 bytes): > | 006d: 01 ff fe 28 00 31 00 34 00 36 00 29 00 4a 00 50 > [...(.1.4.6.).J.P] > | 007d: 00 6f 00 70 00 [.o.p.] > > The value of 146 is a new extension -- I will add this (plus a number of > other new genres > which have been defined). Thanks for pointing this out. > > However, after this is done exiftool will report the genre as: > > Genre : (JPop)JPop > > or, you can see both with the "-a -G1" options: > > [ID3v2_3] Genre : (JPop)JPop > [ID3v1] Genre : JPop > > The ID3v3 information reports a genre of JPop with a refinement of JPop. > According to my > ID3v2 reference, this would be the correct way to display a refinement like > this, but I will see > if I can find some other references. But at the very worst, you will get > "(JPop)JPop" for the > Genre. Could it be that Winamp is displaying just "JPop" because it uses the > ID3v1 > information? > > - Phil > > >
I have just released exiftool 7.62, which recognizes a bunch more ID3 genre's. Also, I have added some logic to simplify redundant genre refinements such as this, so the output will be simply "JPop" for this sample file. Thanks again for the report.
Subject: Re: [rt.cpan.org #42393] ExifTool reports wrong "Genre" for MP3 song
Date: Sat, 17 Jan 2009 18:10:18 +0800
To: bug-Image-ExifTool [...] rt.cpan.org
From: Kanishka Banerjee <koolkanishka [...] gmail.com>
Thanks to you too! On Fri, Jan 16, 2009 at 10:59 PM, Phil Harvey via RT < bug-Image-ExifTool@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=42393 > > > I have just released exiftool 7.62, which recognizes a bunch more ID3 > genre's. > > Also, I have added some logic to simplify redundant genre refinements such > as this, so the > output will be simply "JPop" for this sample file. > > Thanks again for the report. > > >