tinytag
tinytag copied to clipboard
Some MP3‘s genre cannot be read correctly since v1.8.0
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