Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tmthrgd/id3v2
- Owner: tmthrgd
- License: bsd-3-clause
- Created: 2017-05-20T03:30:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T02:06:07.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T11:10:23.032Z (8 months ago)
- Topics: golang, id3, id3v2, metadata, metadata-parser, mp3, parser, reader
- Language: Go
- Homepage: https://godoc.org/github.com/tmthrgd/id3v2
- Size: 51.8 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.