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

PR Review - Support for multiple APIC frames #29

Open michalorestes opened 1 year ago

michalorestes commented 1 year ago

Hi,

I needed a functionality to read all artworks from APIC frames, therefore, I've implemented this feature: https://github.com/sanket143/id3/pull/28 Feel free to review and merge it if you like it :) It's quite a quick solution as I didn't want to refactor the entire script.

It's worth pointing out that this will break existing implementation is developers' apps.

Thanks,