JeevanJames / Id3

Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Apache License 2.0
41 stars 17 forks source link

id3 v2.4 not supported #45

Open vgdh opened 4 years ago

vgdh commented 4 years ago

I cant read id3 v2.4, its sad

DoubtBrep commented 3 years ago

Is this what I am experiencing? I used the demo code provided to read tags from a directory and in process crashed with "tag was null.".

This happens when the tracks tag is ID3v2.4.

2021-02-03 12_18_35-ID3v2-4_null_output 2021-02-03 12_18_35-ID3v2-4_null_source 2021-02-03 12_18_35-ID3v2-4_null_tags

Any update or response to this?

DoubtBrep commented 3 years ago

@JeevanJames Looking a little closer, the first instance of v2.4 is skipped over and the second one breaks the process.