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().
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 theinfos['comment_html']
. I guess applications usually setoption_tags_html
tofalse
(default istrue
). Anyway, this seems to be a bug ingetID3.HandleAllTags()
.