]> granicus.if.org Git - taglib/commit
Added tests and information about ignored id3 frames.
authorMichael Helmling <helmling@mathematik.uni-kl.de>
Sun, 1 Jan 2012 13:42:48 +0000 (14:42 +0100)
committerMichael Helmling <helmling@mathematik.uni-kl.de>
Sun, 1 Jan 2012 13:42:48 +0000 (14:42 +0100)
commitc4cef551587e34b65163b19e525efa75089018b7
tree3cfaba90b9ef1d840fa37189382f5a58e9f37f01
parent0eaf3a3fbdca2f24e4a4277151edf7a66b7becaf
Added tests and information about ignored id3 frames.

The ID3v2::toDict() function now has an optional
StringList* argument which will contain information
about frames that could not be converted to the dict
interface.
There are some dict tests for APE and FLAC now, and the
ID3v2 test was enlarged.
taglib/ape/apetag.cpp
taglib/mpeg/id3v2/id3v2tag.cpp
taglib/mpeg/id3v2/id3v2tag.h
tests/test_apetag.cpp
tests/test_flac.cpp
tests/test_id3v2.cpp