Floby / node-libspotify

Node bindings for the libspotify C library
projects.flo.by/node-libspotify/
102 stars 66 forks source link

New Session Callback #5

Closed IainCole closed 11 years ago

IainCole commented 11 years ago

I had issues with getting this to work, it looked like there was a missing callback call_unaccepted_licenses_updated, I added it in empty. It doesn't appear to be in the docs but meh... it now works for me :)

IainCole commented 11 years ago

I just realised I'm using the beta (12.1.103) Raspberry Pi version of libspotify... so that's probably why.. my bad =(

Floby commented 11 years ago

You should push your raspberry pi's specific changes to a feature branch on your fork. I'd be happy to put a link to it in the README.

IainCole commented 11 years ago

Yeah I was thinking this last night. I'll do it later

On 26 Mar 2013, at 09:01, Florent Jaby notifications@github.com wrote:

You should push your raspberry pi's specific changes to a feature branch on your fork. I'd be happy to put a link to it in the README.

— Reply to this email directly or view it on GitHub.

Floby commented 11 years ago

Hey, I stumbled upon this and thought you'd be interested if you don't already know https://github.com/woutervanwijk/Pi-MusicBox

IainCole commented 11 years ago

Hey, thanks for the info. How is SpObject.getFromUrl supposed to work? I can't create an empty Track object as it expects an sp_track parameter which I don't have if I only have the URL. I've worked around it by calling the bindings directly but it looks like it should be possible to use that method?

IainCole commented 11 years ago

Never mind... I've stopped being stupid now :)