Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
187 stars 35 forks source link

MPEG: Find ID3v2 tags buried in junk #320

Closed Serial-ATA closed 9 months ago

Serial-ATA commented 9 months ago

Now when we can't find an ID3v2 tag at the start of the file, we search the area between the start and the first MPEG frame (or just max_junk_bytes, whichever is smaller).

For now, this is only done for MPEG files, and ID3v2 tags. APE header tags are less important, so similar functionality can be implemented later.