dhowden / tag

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

Expand the metadata of flac, now you can read the STREAMIN block #106

Open Mitsuha opened 4 months ago

Mitsuha commented 4 months ago

Added more metadata fields for FLAC and made MetadataFLAC public.

This is the first commit, next I will add more fields for formats like mp3, MP4, OGG, etc. Once everything is done, I will add a Duration interface to type Metadata interface