We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MP3Parser skips MP3 files which has id3 version 2.4.x:
MP3Parser
ID3V2_TAG_VERSIONS = ["\x43\x00".b, "\x03\x00".b, "\x02\x00".b] # ... return unless ID3V2_TAG_VERSIONS.include?(header[:version])
From what I understand, these versions are 2.2.0, 2.3.0 and 2.67.0
The text was updated successfully, but these errors were encountered:
fabioperrella
Successfully merging a pull request may close this issue.
MP3Parser
skips MP3 files which has id3 version 2.4.x:From what I understand, these versions are 2.2.0, 2.3.0 and 2.67.0
The text was updated successfully, but these errors were encountered: