dhowden / tag

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

ID3v1 track number and comment #26

Closed upperstream closed 8 years ago

upperstream commented 8 years ago

This patch corrects the behaviour of ID3v1 (and v1.1) track number and comment retrieval. Simple tests and test data come along with. Thanks.

dhowden commented 8 years ago

Thanks for the pull request. I have very few ID3v1 files so it's great to have more test cases (and fixes!).

dhowden commented 8 years ago

Thanks. Rebased and merged as 0b71236