Registry / utility / bogem-id3v2

bogem-id3v2

JSON →
library1.2.0gogounverified

Package id3v2 is the ID3 parsing and writing library for Go.

go get github.com/bogem/id3v2
INSTALL
IMPORT
SIG · BOGEM-ID3V2
B
bogem-id3v2
utilitygov1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

id3v2
github.com/bogem/id3v2

Open an MP3 file and read its title tag.

package main import ( "fmt" "github.com/bogem/id3v2" ) func main() { tag, err := id3v2.Open("file.mp3", id3v2.Options{Parse: true}) if err != nil { panic(err) } defer tag.Close() fmt.Println(tag.Title()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
bogem-id3v2 — go get bogem-id3v2 · libregistry