Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genre tag doesn't support setting with VERSION_BOTH #10

Open
trydalch opened this issue Jan 15, 2020 · 1 comment
Open

Genre tag doesn't support setting with VERSION_BOTH #10

trydalch opened this issue Jan 15, 2020 · 1 comment

Comments

@trydalch
Copy link

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.

@hejops
Copy link

hejops commented Mar 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants