tinytag icon indicating copy to clipboard operation
tinytag copied to clipboard

Some MP3‘s genre cannot be read correctly since v1.8.0

Open zhiyiYo opened this issue 3 years ago • 0 comments

Describe the bug Some MP3‘s genre cannot be read correctly since v1.8.0.

To Reproduce The test code is as follows, and the read genre is an empty string:

from tinytag import TinyTag

tag = TinyTag.get('aiko - 星のない世界.mp3')
print(tag.genre)

Expected behavior I can get the correct genre as Pop in v1.7.0

Sample File aiko - 星のない世界.zip

zhiyiYo avatar Jun 05 '22 09:06 zhiyiYo