Page 1 of 1

Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Mon Mar 29, 2010 3:22 pm
by edrikk
Hi,

I have noticed that Wild Media Server has an issue (which at least one other software also has) with reading of tags from MP4 files.

WMS fails to read the genre tag of items with "Standard" genre tags (such as "Comedy"). Florian, the developer of the great mp3tag tool has identified the reason below:

MP4 tags have two different ways of writing the genre

1. Standard genres (as known from ID3v1) are written to the gnre atom.
2. User-defined genres are written to the ©gen atom

Since Comedy is one of the standard genres, Mp3tag writes the corresponding genre number to the tags (and not the string itself).

It seems that the other application does not conform to this and should be updated with regard to proper handling of both types of genres.
You can read more here:
http://forums.mp3tag.de/index.php?showt ... st&p=43432


Can this item be corrected?

Thanks,

Re: Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Mon Mar 29, 2010 3:34 pm
by Eugene
Hi,
edrikk wrote: I have noticed that Wild Media Server has an issue (which at least one other software also has) with reading of tags from MP4 files.

WMS fails to read the genre tag of items with "Standard" genre tags (such as "Comedy"). Florian, the developer of the great mp3tag tool has identified the reason below:

MP4 tags have two different ways of writing the genre

1. Standard genres (as known from ID3v1) are written to the gnre atom.
2. User-defined genres are written to the ©gen atom

Since Comedy is one of the standard genres, Mp3tag writes the corresponding genre number to the tags (and not the string itself).

It seems that the other application does not conform to this and should be updated with regard to proper handling of both types of genres.
After reading the properties, genre Comedy. What should be?

Re: Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Mon Mar 29, 2010 4:31 pm
by edrikk
I'm not sure....
But I have attached a sample (which was also in the mp3tag forums).

The "Comedy" file should show what the tag value should be...

Re: Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Mon Mar 29, 2010 5:43 pm
by Eugene
edrikk wrote:I'm not sure....
But I have attached a sample (which was also in the mp3tag forums).

The "Comedy" file should show what the tag value should be...
Genre_Comedy.mp4 - no genre
Genre_Comedy2.mp4 - Comedy2

Re: Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Mon Mar 29, 2010 9:07 pm
by edrikk
Eugene wrote:
edrikk wrote:I'm not sure....
But I have attached a sample (which was also in the mp3tag forums).

The "Comedy" file should show what the tag value should be...
Genre_Comedy.mp4 - no genre
Genre_Comedy2.mp4 - Comedy2
Actually, that is incorrect... :) Which is what I meant by this post.

Please see attached screen capture (you should download and view using MediaInfo the two files I believe). You can see that it DOES have Genre set to Comedy (and MediaInfo recognizes that).

Re: Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Tue Mar 30, 2010 8:14 am
by Eugene
edrikk wrote:
Eugene wrote:
edrikk wrote:I'm not sure....
But I have attached a sample (which was also in the mp3tag forums).

The "Comedy" file should show what the tag value should be...
Genre_Comedy.mp4 - no genre
Genre_Comedy2.mp4 - Comedy2
Actually, that is incorrect... :) Which is what I meant by this post.

Please see attached screen capture (you should download and view using MediaInfo the two files I believe). You can see that it DOES have Genre set to Comedy (and MediaInfo recognizes that).
I'll try to fix it.

Re: Bug: Incorrect/Incomplete reading of MP4 "Genre" tag

Posted: Sat Apr 10, 2010 7:12 am
by Eugene