Skip to content

gchilds/id3go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

ABOUT

ID3v1 tag reader in Go

* http://en.wikipedia.org/wiki/ID3#ID3v1

REQUIREMENTS

* Go: http://golang.org/doc/install.html
* godag: http://code.google.com/p/godag/wiki/Install

BUILD

gd -o id3go src/

RUN

Accepts file or directory names. If you pass a file, it will read
the id3 tag in that file. If you pass a directory, it will recursively
read the id3 tag of every file in that directory tree. You can pass
more than one file or directory.

id3go path [more paths . . . ]

About

id3v1 tag reader in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%