go-taglib icon indicating copy to clipboard operation
go-taglib copied to clipboard

Go wrapper for taglib

Results 5 go-taglib issues
Sort by recently updated
recently updated
newest added

Hey, I'm trying to incorporate this package into [perkeep](https://github.com/perkeep/perkeep/pull/1610). I cannot get the windows tests to work though, they keep failing with `ErrInvalidFile`, while Linux and MacOS tests work fine....

I am at the moment trying to evaluate https://github.com/vbatts/go-taglib vs https://github.com/wtolson/go-taglib Still not sure which one to choose, but I noticed your library has functions for retrieving each type of...

This should be fixed: ``` # github.com/wtolson/go-taglib src/github.com/wtolson/go-taglib/taglib_test.go:258: T.Errorf format %d has arg year of wrong type string src/github.com/wtolson/go-taglib/taglib_test.go:262: T.Errorf format %d has arg track of wrong type string FAIL...

I haven't investigated into TagLib at all, just asking: is it possible to implement a function for writing arbitrary tags? Or at least the ones listed there: http://taglib.github.io/api/classTagLib_1_1PropertyMap.html? If not...

Using the Go stdlib io.Reader interface instead of just file opening would make this package more flexible and more idiomatic.