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