Closed mro closed 8 years ago
It's very strange, because on my computer everything works:
Updated library. Try to update it: go get -u github.com/bogem/id3v2
It should work
It also works with file.mp3
:
let me double check what image I used.
Yikes, your update fixed it!
previously it was:
go get -u github.com/bogem/id3v2
curl --output "artwork.jpg" "http://www.br.de/radio/bayern2/wissen/radiowissen/herodes-festung-100~_v-img__16__9__m_-4423061158a17f4152aef84861ed0243214ae6e7.jpg?version=6f858"
curl --output "file.mp3" "https://raw.githubusercontent.com/mikkyang/id3-go/master/test.mp3"
go run issue-2.go
neither iTunes nor QuickLook nor Finder (OS X El Capitan) showed the image running above Go code.
I'm very glad of it :) Stay tuned for new updates. Today or tomorrow it will be new version
the code from the Readme:
doesn't set the image for e.g. https://raw.githubusercontent.com/mikkyang/id3-go/master/test.mp3 as
file.mp3
.