Michael Patricios

Results 7 comments of Michael Patricios

Can you provide a full stack trace? It would be easier to see what's going on

It's hard to know what is going wrong without seeing the mp3. Loading and saving an mp3 with scanfile = true might result in the file being truncated if there...

To be consistent with how the code is currently structured, the static methods on `ID3v2TXXXFrameData` should rather be instance methods on `AbstractID3v2Tag` (even though `AbstractID3v2Tag` is getting too big... a...

Hi, sorry for the slow response, I've been away from a good internet connection for the last week. The approach you've taken is the same as what I was thinking;...

I prefer native arrays, i.e. String[]. Does anyone else have an opinion on native array vs a collection interface? @hennr - do you have an opinion on this?

I like your suggestion about plural getters in the ID3v2 interface, with the pre 2.4 implementations returning 1-element arrays.

This repo is no longer actively maintained - there are several forks with newer updates that may be more suitable for your needs.