ID3, MP4 and OGG/FLAC metadata parsing in Go
Go to file
2015-03-20 09:09:07 +11:00
hash Initial commit 2015-03-19 23:21:53 +11:00
tag Initial commit 2015-03-19 23:21:53 +11:00
.travis.yml Added .travis.yml 2015-03-20 09:02:27 +11:00
hash.go Initial commit 2015-03-19 23:21:53 +11:00
id3v1.go Initial commit 2015-03-19 23:21:53 +11:00
id3v2.go Initial commit 2015-03-19 23:21:53 +11:00
id3v2frames.go Initial commit 2015-03-19 23:21:53 +11:00
id3v2metadata_test.go Initial commit 2015-03-19 23:21:53 +11:00
id3v2metadata.go Initial commit 2015-03-19 23:21:53 +11:00
LICENSE Initial commit 2015-03-19 23:21:53 +11:00
mp4.go Initial commit 2015-03-19 23:21:53 +11:00
README.md Updated README to include build icon 2015-03-20 09:09:07 +11:00
tag.go Initial commit 2015-03-19 23:21:53 +11:00
util.go Initial commit 2015-03-19 23:21:53 +11:00

MP3 and MP4 metadata parsing library

Build Status GoDoc

This package provides basic MP3 (ID3v1,2.{2,3,4}) and MP4 metadata parsing.