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

Issue with blank lines in the comment tag and empty PRIV frame. #33

Open Frankenslag opened 4 years ago

Frankenslag commented 4 years ago

Whilst tagging some of my music files I found that if there were blank line in the comment tag then a NULL EXCEPTION is thrown,

Also I found that if there is an empty private frame then again an exception is thrown. I am not sure that empty private frames are valid though.