id3-go
id3-go copied to clipboard
ID3 library for Go
I'm attempting to add a `SetComment` method so I can write comment fields on v2 files. This is what I have so far and it almost works: **id3v2.go** ```go func...
Currently, opening a read-only file fails. This is because `id3.Open` opens the files in read write mode (`os.OpenFile(name, os.O_RDWR, 0666)`). One thought I had would be to fallback on read-only...
The null byte between the owner identifier and the identifier was missing. More details available at: https://id3.org/id3v2.4.0-frames section 4.1
I would like to read the Popularimeter frame from a file with id3-go. This is how the frame looks like when printing with `mutagen-inspect`: ``` $ mutagen-inspect samples/with_popm.mp3 | grep...
I'm writing a program that indexes a music library. I'm experimenting with making some operations concurrent to improve performance for very large libraries. `id3-go` is panicking when I have several...
Change the `frames` field of a v2 `Tag` from a map to a slice. This way, frames are written to the file in the same order as you set them...
Hello there, I used to do active development on a go 1.5.X setup on my macbook. I recently upgraded to go 1.7.1 for darwin and I am seeing runtime errors...
Hey, I really like your library -- it seems quite complete and well thought out, and in pure Go. I'm working on a little pet project to download and format...
I have a strange issue on my linyx server, that I don't have on my mac. After reading some files, the library start to output japanese caracters and other garbage...