GNOME Bugzilla – Bug 621523
[id3mux] write beats-per-minute tag
Last modified: 2010-08-04 23:00:28 UTC
Created attachment 163567 [details] [review] patch + tests id3mux 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. id3mux also doesn't have any tests, so I copied the id3v2mux tests in and made them run for both id3v2.3 and v2.4.
Thanks! commit 76311f2ef0c6d9e8b55dc20ab342775046574dd7 Author: Jonathan Matthew <jonathan@d14n.org> Date: Mon Jun 14 20:07:33 2010 +1000 id3mux: add support for beats-per-minute tag Write beats per minute into the TBPM frame, and add unit test for id3mux, based on id3v2mux unit test. https://bugzilla.gnome.org/show_bug.cgi?id=621523