Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmthrgd/id3v2

A Golang package for reading ID3v2 tags from audio files.
https://github.com/tmthrgd/id3v2

golang id3 id3v2 metadata metadata-parser mp3 parser reader

Last synced: 4 months ago
JSON representation

A Golang package for reading ID3v2 tags from audio files.

Awesome Lists containing this project

README

        

# id3v2

[![GoDoc](https://godoc.org/github.com/tmthrgd/id3v2?status.svg)](https://godoc.org/github.com/tmthrgd/id3v2)
[![Go Report Card](https://goreportcard.com/badge/github.com/tmthrgd/id3v2)](https://goreportcard.com/report/github.com/tmthrgd/id3v2)

A Golang package for reading ID3v2 tags. It implements
[v2.4.0](http://id3.org/id3v2.4.0-structure) and
[v2.3.0](http://id3.org/id3v2.3.0) of the specification.