in reply to Re: Some functions in .xs file can't be found
in thread Some functions in .xs file can't be found
The good news is that I was shooting myself in the foot by using the wrong abstraction for the file being manipulated. I needed to use Audio::TagLib::MPEG::File rather than Audio::TagLib::FileRef. The latter supports more genereic tag methods, but not the ID3v2 methods, of which header() is one.
The bad news is that now I have to write more tests. Sigh.
Thanks to all who replied.
|
|---|