dart-tags icon indicating copy to clipboard operation
dart-tags copied to clipboard

ID3 Tag parser written on the pure dart language.

Results 8 dart-tags issues
Sort by recently updated
recently updated
newest added

Not all the MP3 can be decoded and the console return `[VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: NoSuchMethodError: The method 'decode' was called on null. Receiver: null Tried calling: decode(Uint8Array) #0 Object.noSuchMethod (dart:core-patch/object_patch.dart:54:5)...

bug

**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...

bug

**Describe the bug** an error happens when reading tags from byteArray and I can't catch it, it will always crash my code and stop everything I am doing. The error...

bug

Hi, When I try to get album cover as a base64 string I always get wrong base64 string and can't get image from it. Especially for big size(1 mb or...

**Describe the bug** Hi, Can this be used if the mp3 file is remote i.e a url?

bug

**Describe the bug** When parsing the MP3s in my library, the processor crashed with this stack trace: Unhandled exception: NoSuchMethodError: The method 'decode' was called on null. Receiver: null Tried...

bug

See https://id3.org/id3v2.3.0#sec4.18.

**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...

bug