You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly related; writing genre to a file creates corrupt v1 tags. This file did not previously contain v1 tags:
mp3 = m.MP3File(f)
mp3.genre = '...'
mp3.set_version(m.VERSION_2)
mp3.save()
Tag 1: ID3v1.1
Title ªªªªªªªªªªªªªªªªªªªªªÿûdÝð
Artist i
Album ªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª
Comment ªªªªªªªªªªªªªªªªªªªªªªªªªªªª
Track Number 170
Genre Leftfield
Even though the tag is in both V1 and V2 tags, setting genre is not supported with VERSION_BOTH is set.
The other tags either support this, or don't throw an exception when attempted.
The text was updated successfully, but these errors were encountered: