Hello,
'Taglib' and 'Audio::TagLib' are really useful.
I just need 'composer' and 'bpm' fieds to be present in Tag's functions, because I like the idea of leaving taglib manage all metatag considerations (not to have check file extensions and use frameList for all metatag types).
So, my wish is : you just load the file (mp3, ogg or whatelse) and get title, composer or somethingelse with Audio::TagLib::Tag functions.
I've made a patch for taglib which works : just add virtual methods 'composer()' and 'bpm()' in tag.h and their implementation in all metatag classes.
My problem is with Audio::Taglib
I've done the same thing in '.xs' files : in tag.xs and all '.xs' for metatag types.
for example 'id3v2tag.xs' add :