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: about 1 month 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 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T02:06:07.000Z (over 2 years ago)
- Last Synced: 2025-04-11T19:53:10.298Z (6 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: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# id3v2
[](https://godoc.org/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.