Alex
Alex
Thanks for the quick reply! > The reason the whole git dir is skipped was that the target project should not receive any of template repo related git info's. Yep,...
> Am i missing something here? Nope! Lofty tries not to read *too* much into the actual audio data, only what's absolutely needed (which can sometimes be wrong). Some difference...
Going to close this for now since I don't have the asset to test with
@Undead34 Thanks for sharing your thoughts! > It allows me to support custom or non-standard tags like RATING, MOOD, BPM_LABEL [...] While these tags may seem niche from a spec...
ID3v2 has a fixed list of encodings, so it's likely that the tag is corrupted. Are other applications able to make sense of it?
You'd either need to remove the broken lyrics frame or try switching to https://github.com/Serial-ATA/lofty-rs and reading the file with [`ParsingMode::Relaxed`](https://docs.rs/lofty/latest/lofty/config/enum.ParsingMode.html#variant.Relaxed).
Just for reference, FLAC and OGG do use the same metadata *format*, but the way they store it is very different. FLAC stores it in a single continuous block, while...
I did some work on #550 a bit ago, but got caught up working on other issues. I'll see if I can finish it up soon.
Hm, yeah I don't think any of the FLAC tests have a file with just a single metadata block. I'll test it out in a couple days when I have...
Finally got around to this in #583, thanks for working on this!