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

MP3: add suport to id3 v2.4.x #169

Merged
merged 1 commit into from
Sep 30, 2020
Merged

Conversation

fabioperrella
Copy link
Contributor

fix #168

Proposal

Add support for MP3 files with id3 tag version 2.4.x

Refactoring in constant ID3V2_MINOR_TAG_VERSIONS to be easier to understand the values, given the byte notation is a bit hard to understand.

Comment

I'm not sure why we support the version 2.67 beucase it does not exist. I tried to remove it, but it broke 2 tests. Maybe @julik knows why

@julik
Copy link
Contributor

julik commented Sep 25, 2020 via email

@fabioperrella fabioperrella changed the base branch from master to 168-remove-id3-v267 September 25, 2020 17:21
@fabioperrella fabioperrella force-pushed the mp3-add-suport-to-id3v24 branch from a96efb6 to ea24ae2 Compare September 25, 2020 17:22
@fabioperrella fabioperrella changed the base branch from 168-remove-id3-v267 to master September 30, 2020 14:27
@fabioperrella fabioperrella force-pushed the mp3-add-suport-to-id3v24 branch from ea24ae2 to f993e0e Compare September 30, 2020 14:29
@fabioperrella fabioperrella merged commit ac52bd8 into master Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not parse mp3 files with id3 v2.4.x
5 participants