Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Quick Start Guide

Brandt Abbott edited this page Apr 29, 2014 · 8 revisions
  1. Install Node.js http://nodejs.org/download/
  2. In order for everything to work correctly, you need the following for your OS:
  • On Unix:
    • python (v2.7 recommended, v3.x.x is not supported)
    • make
    • A proper C/C++ compiler toolchain, like GCC
  • On Windows:
    • Python (v2.7.3 recommended, v3.x.x is not supported)
  • Windows XP/Vista/7:
    • Microsoft Visual Studio C++ 2010 (Express version works well)
    • For 64-bit builds of node and native modules you will also need the Windows 7 64-bit SDK
    • If the install fails, try uninstalling any C++ 2010 x64&x86 Redistributable that you have installed first.
    • If you get errors that the 64-bit compilers are not installed you may also need the compiler update for the Windows SDK 7.1
  • Windows 7/8: Microsoft Visual Studio C++ 2012 for Windows Desktop (Express version works well).
  • On OSX:
    • Xcode (from the app store)
  1. npm install spotify-server
  2. cd node_modules/spotify-server
  3. node spotify-server.js
  4. From your Xbox One, goto: http://your-server-ip:3000
  5. Login with your Spotify username and password.
Clone this wiki locally