GNOME Bugzilla – Bug 133817
add support for disc number tag
Last modified: 2004-12-22 21:47:04 UTC
The attached patch adds support for tags indicating the current disc number and the total number of discs for multi-cd albums. I also modified the mad plugin and the shared vorbiscomment code to handle it. I only tested the mad plugin though.
Created attachment 24207 [details] [review] gstreamer patch
Created attachment 24209 [details] [review] gst-plugins patch
Here is an updated gst-plugins patch. I tested transcoding from mp3 to vorbis, and the disc tags are properly kept. I also cleaned vorbisenc a bit to make it use some of the functions defined in gst/tags/gstvorbistag, sorry for mixing those changes in the disc patch.
Created attachment 24627 [details] [review] updated disc patch
applied to cvs useing GST_ALBUM_VOLUME_* instead of GST_ALBUM_DISC_* to be more generic