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

Reading of genre from MP4 'gnre' atom #107

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

earthrot
Copy link

Genre in MP4 files can be present either as ©gen (string) or gnre (uint8) mapping to the default ID3v1 list, 1-indexed.

p.s: first pull request of my life, please let me know if I messed up ❤️

Genre in MP4 files can be present either as ©gen (string) or gnre (uint8) mapping to the default ID3v1 list, 1-indexed.
@earthrot earthrot closed this Jul 14, 2024
@earthrot
Copy link
Author

My bad, didn't see somebody else already has a pull request for this.

@earthrot earthrot reopened this Jul 14, 2024
@earthrot
Copy link
Author

Having looked at the other request I'd like to reopen mine after all, hope this can get merged :) Also sorry for all the noise.

Copy link
Owner

@dhowden dhowden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might aswell go all the way and check the int type too :-P

mp4.go Outdated Show resolved Hide resolved
Excellent idea! :)

Co-authored-by: David Howden <dhowden@gmail.com>
mp4.go Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

2 participants