JamesHeinrich / getID3

http://www.getid3.org/
Other
1.15k stars 246 forks source link

getID3 converts songfile embedded picture to HTML #178

Closed Nizhile closed 5 years ago

Nizhile commented 5 years ago

Working on a performance problem at sonerezh/sonerezh#354, I noticed that getID3 makes some effort to convert the full comments['picture'] to HTML. Then the converted string is removed from the infos['comment_html']. I guess applications usually set option_tags_html to false (default is true). Anyway, this seems to be a bug in getID3.HandleAllTags().

JamesHeinrich commented 5 years ago

Thanks, fixed in https://github.com/JamesHeinrich/getID3/issues/178