go-libspotify
go-libspotify copied to clipboard
Language bindings for libspotify in Go (Golang)
Go 1.6 cgo has new rules about passing pointers. https://github.com/golang/proposal/blob/master/design/12416-cgo-pointers.md When compiling go-libspotify with 1.6 I'm getting this error: ``` panic: runtime error: cgo argument has Go pointer to Go...
Hi. I'm getting "track artist index out of range" while using sconsify. Any ideas why? My username is the same as I use on Spotify, have a look at my...
Crashes when trying it out: libspotify 12.1.51.g86c92b43 Release Linux-x86_64 fatal error: unexpected signal during runtime execution [signal 0xb code=0x1 addr=0x230 pc=0x7f7fc737f3b9] runtime stack: runtime.gothrow(0x5cb550, 0x2a) /usr/lib/go/src/runtime/panic.go:503 +0x8e runtime.sigpanic() /usr/lib/go/src/runtime/sigpanic_unix.go:14 +0x5e...
When building the portaudio example, playback of tracks on my Raspberry Pi 2 B are "choppy or stutter" (best way I can describe it). I have tested just go with...
Hi, The library throws a panic when playlist is not `PlaylistTypePlaylist` or `PlaylistTypePlaceholder`. https://github.com/op/go-libspotify/blob/master/spotify/libspotify.go#L1411 So it doesn't support `PlaylistTypeStartFolder`/`PlaylistTypeEndFolder`. Is that designed or was just not investigated enough in how...
I've added sp_albumbrowse to the Album struct so you can get more information from an Album. I'm not completely sure if my implementation of the sp_albumbrowse handling is correct.
Question
Well, firstly I want you to forgive me cause of opening an issue to ask you this question. Is there any way of embedding libspotify inside a go binary? Thank...