Comment 6 for bug 691233

Revision history for this message
In , G-benjamin (g-benjamin) wrote :

Debian bug: http://bugs.debian.org/401368
Ubuntu bug: https://launchpad.net/bugs/691233

Steps to Recreate:
1) Open an existing mp3 file and select a range
2) Choose File -> Export Selection in Audacity
3) Specify a file name - mp3-without-id3-tags.mp3
4) In the id3 editor dialog add in some tags
5) Save the file

The file property of nautilus shows the tags (except the year), but most tools (for example id3 and eye3D) fails to detect the tags.

$ id3 -l example.mp3
No ID3 tag.
$ eye3D example.mp3
Invalid frame id for DateFrame: TYER
No ID3 v1.x/v2.x tag found!

The linked Debian bug has more investigation.