Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of MP3 files that start with ID3 tags and end with LYRICS3 blocks. #183

Merged
merged 7 commits into from
Jan 9, 2023

Conversation

psobot
Copy link
Member

@psobot psobot commented Dec 22, 2022

This is a knock-on to #164, which added support for parsing MP3 files containing the non-standard Lyrics3 extension.

That change was not properly rolled out - the code was added and the tests passed, but some test audio files still failed. It seems that the original MP3 parser's bug is only hit if the MP3 file contains an ID3 tag at its start. A test MP3 fixture is added as part of this PR to enable a more complete regression test.

(cc @f90)

@psobot psobot added the bug Something isn't working label Dec 22, 2022
@psobot psobot merged commit 1be4219 into master Jan 9, 2023
@psobot psobot deleted the psobot/lyrics3-again branch January 9, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant