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
Describe the bug can't find the bitrate in the tags using both versions of ID3 Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior find a tag with the name bitrate
Additional context i can get that with native android using the MediaMetadataRetriever
The text was updated successfully, but these errors were encountered:
Hi! and thanx for the report, but unfortunately bitrate stores not in ID3 tags. It stores in the MP3 header, not in tags.
There is a doc about mp3 structure: https://wiki.hydrogenaud.io/index.php?title=MP3#MP3_file_structure
Currently, the lib operates only with id3 tag related information.
Sorry, something went wrong.
NiKoTron
No branches or pull requests
Describe the bug
can't find the bitrate in the tags using both versions of ID3
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
find a tag with the name bitrate
Additional context
i can get that with native android using the MediaMetadataRetriever
The text was updated successfully, but these errors were encountered: