dhowden / tag

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

Recognise year field for ogg files when present #105

Closed yabobay closed 5 months ago

yabobay commented 6 months ago

Pretty much most of my music library is made up of ogg vorbis files with a Year field and no Date field. Some have both. This is cause some music players will recognize date and some will recognize year. So i don't know if it's part of any standard but i think it'd make sense to account for it here.

yabobay commented 5 months ago

Done!