Urs Fleisch

Results 7 comments of Urs Fleisch

Sorry for the trouble with TagLib. Version 2.0 has breaking changes. Converting a file name on Windows to `char *` is probably not a good idea when you want to...

I had a look at the build with TagLib 2.0. Unfortunately, I do not know a lot about Ruby and SWIG, but I made some fixes so that nearly all...

> Hm I'd really like to avoid having to patch TagLib to run swig on it. Have you tried with bumping the swig version to newest? Yes, the reason why...

I did not have to add this, but that is probably because I am working on Linux and you are on macOS, right?

It was probably that commit which changed MP4 stuff. Note that in TagLib 1.x `MP4::ItemMap` was defined in *mp4tag.h*, but in TagLib 2.x it is defined in *mp4item.h*. Maybe the...

Great! Now I have only the thing with the `TagLib::ID3v2::Version` as a failing test.

Thanks a lot! Then I will plan to release TagLib 2.0.1 soon. If you find things to fix before the patch release, please let me know.