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-It can't decode album cover image of some mp3 files. #29

Open
marctan opened this issue Dec 11, 2020 · 1 comment
Open

DTB-It can't decode album cover image of some mp3 files. #29

marctan opened this issue Dec 11, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@marctan
Copy link

marctan commented Dec 11, 2020

Describe the bug
It cannot decode the album image of some mp3 files. I've also tried pasting the imageData(Base64 string) that I got from tag.tags['picture'] into https://base64.guru/converter/decode/file just to check if it will work but it also failed.

Environment

  • Platform [e.g. DartVM, Linux_x64, / Flutter,Android]
  • Library version [e.g. v0.3.1]
  • Tag type [e.g. ID3v2]

To Reproduce
Steps to reproduce the behavior:

  1. Get the imagebytes from tag.tags['picture'] imageData from an mp3.
  2. Display into Image.memory

Produces exception since imageData is invalid.

NOTE: Some mp3s are working and some are not. If you want me to send the sample mp3 file, please let me know your email.

Thanks

@marctan marctan added the bug Something isn't working label Dec 11, 2020
@marctan marctan changed the title DTB-It can't decod album cover image of some mp3 files. DTB-It can't decode album cover image of some mp3 files. Dec 11, 2020
@AhmadFadilB
Copy link

Same issue here

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

3 participants