GNOME Bugzilla – Bug 323721
[id3demux] read in replaygain information from RVA2 frames in id3v2.4
Last modified: 2006-03-16 13:56:07 UTC
It'd be nice if gstreamer would read data from RVA2 frames in id3v2.4 tags, interpreting a frame description of "album" as replaygain album gain and peak GST_TAG_ALBUM_GAIN/PEAK), and "track" as replaygain track gain and peak (GST_TAG_TRACK_GAIN/PEAK). The discussion linked to below should be helpful, it contains info on the data format for the peak information, which is not well defined in the id3v2.4 spec. http://www.sacredchao.net/quodlibet/ticket/403 It may also be worth considering reading replaygain_track_gain etc tags from TXXX fields ala foobar2000 (also see the link above).
2006-03-16 Tim-Philipp Müller <tim at centricular dot net> * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), (parse_id_string), (parse_unique_file_identifier), (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist): Read replay gain tags (#323721).