dhowden / tag

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

Return artist instead of performer for vorbis tags #97

Closed melvyn2 closed 1 year ago

melvyn2 commented 1 year ago

Also fix possibly a mistake where the empty performer tag would be returned for the composer method.

Fixes #89

itslychee commented 1 year ago

Thanks for the PR! I should have done this after filing an issue, such behavior shouldn't exist in tag.

bertvandepoel commented 1 year ago

@dhowden have you considered this PR already? It seems quite sensible to me