dhowden / tag

ID3, MP4 and OGG/FLAC metadata parsing in Go
BSD 2-Clause "Simplified" License
558 stars 72 forks source link

Reading of genre from MP4 'gnre' atom #107

Open Earthrot opened 2 months ago

Earthrot commented 2 months ago

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 ❤️

Earthrot commented 2 months ago

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

Earthrot commented 2 months ago

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.