GNOME Bugzilla – Bug 555454
Ogg muxer doesn't write YEAR or DISCNUMBER fields
Last modified: 2008-10-08 08:54:08 UTC
#537550 is a bug where Sound Juicer doesn't write the YEAR or DISCNUMBER fields. It appears that the ogg muxer isn't writing those vorbiscomments.
GST_TAG_ALBUM_VOLUME_NUMBER is put into the DISCNUMBER field and GST_TAG_DATE into the DATE field. We currently don't have a gstreamer tag that describes just the year so this should be fine. Also the vorbiscomment spec doesn't specify a YEAR field, just the DATE field, thus I'm closing this bug as WONTFIX. If you disagree feel free to reopen it though :)
I meant DATE, SJ sets the DATE field to a year value. Looks like I should replicate this again and re-open with more details, or close the SJ bug.