piotrraczynski / squeezenode

Node.js wrapper library for squeezebox CLI/json interface with Spotify/SoundCloud support
MIT License
22 stars 17 forks source link

Does the demo code require Spotify Plugin? #7

Closed marctwo closed 9 years ago

marctwo commented 9 years ago

I can't seem to get the Demo code to work. It runs, and I get the command prompt but none of the commands work, not even 'help'. I don't get any errors. Could this be due to the lack of Spotify plugin on LMS?

piotrraczynski commented 9 years ago

Yes it needs Triode's Spotify plugin (not the default one) and also Spotify Premium account (with proper configuration under Squeezebox web gui).

marctwo commented 9 years ago

Thanks for the reply. So you are saying that the code will not work at all (not even 'help' to get a list of commands) unless I have the Spotify plugin installed?

piotrraczynski commented 9 years ago

Yes, the way this demo application at this point won't bring up the CLI until it gets connected to the server with Spotify plugin installed and configured.

Pozdrawiam, Piotr Raczyński

2015-08-12 12:54 GMT-07:00 marctwo notifications@github.com:

Thanks for the reply. So you are saying that the code will not work at all (not even 'help' to get a list of commands) unless I have the Spotify plugin installed?

— Reply to this email directly or view it on GitHub https://github.com/piotrraczynski/squeezenode/issues/7#issuecomment-130426241 .

marctwo commented 9 years ago

OK, thank you for the clarification.