GNOME Bugzilla – Bug 621520
[id3v2mux] write beats-per-minute tag
Last modified: 2010-08-04 23:06:27 UTC
Created attachment 163566 [details] [review] patch id3v2mux currently doesn't support the beats-per-minute tag. ID3 uses the TBPM frame to store beats-per-minute as an integer rather than a double as it is in GStreamer tag lists.
Thanks for the patch and unit test! commit debe2d56341cb7160cf008a02f1914642b95b6a0 Author: Jonathan Matthew <jonathan@d14n.org> Date: Mon Jun 14 19:58:11 2010 +1000 id3v2mux: write beats-per-minute tag using TBPM frame https://bugzilla.gnome.org/show_bug.cgi?id=621520