sanket143 / id3

A cross platform dart package to extract meta data from mp3 files.
https://pub.dev/packages/id3/
MIT License
13 stars 6 forks source link

Output only tag "Version" but no further #1

Closed n-ice-ch closed 3 years ago

n-ice-ch commented 4 years ago

The example code gives on my example mp3 file only the tag "Version: V2.2.0". mp3_id3

It looks like there are no more tags.

But the tool "MP3tag v2.99a" from here: https://www.mp3tag.de/ gives all tags without issues: mp3_tags

What is going wrong with my dart code?

sanket143 commented 3 years ago

this should resolve this issue https://github.com/sanket143/id3/pull/6