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

DTB- Bitrate not found in the tags #27

Open
moda20 opened this issue Oct 20, 2020 · 1 comment
Open

DTB- Bitrate not found in the tags #27

moda20 opened this issue Oct 20, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@moda20
Copy link

moda20 commented Oct 20, 2020

Describe the bug
can't find the bitrate in the tags using both versions of ID3
Environment

  • Platform Flutter Android
  • Library version 3.0.1
  • Tag type ID3 1.1 and ID3 2.3.0

To Reproduce
Steps to reproduce the behavior:

  1. get the tags using the TagsProcesser
  2. can't find the Bitrate there

Expected behavior
find a tag with the name bitrate

Additional context
i can get that with native android using the MediaMetadataRetriever

@moda20 moda20 added the bug Something isn't working label Oct 20, 2020
@NiKoTron
Copy link
Owner

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.

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

No branches or pull requests

2 participants