Closed schaubes closed 2 years ago
Could you please attach a file containing the problematic tag?
As it is payed content I don't think I can. Is there another way to extract just the meta info to share?
You could write a small program that uses id3::Tag::skip
to get the offset of the MPEG data and dump everything that comes in front of it.
Just had a look at it again. It turns out that re-saving the metadata via e.g. VLC Player (without any changes to the data) fixed the encoding. Everything works just fine now.
I just tested some mp3 songs from Beatport, but can't process any of them. On
Tag::read_from_path()
I getError: Parsing: delimiter not found
. I'm using v1.0.2, but had same issue with v0.6.4 a while ago. Didn't have problems with mp3's from other sources so far. Any help is much appreciated!