#libSpotifyAPI
libSpotifyAPI is the real Spotify-API for C#, using the functions of C# and making the creation of your Spotify-integrated application easier.
##Setting up libSpotifyAPI
###Requirements
A cup of tea, some kind of C# compiler/IDE, a Spotify Application Key and the native libspotify C library available here.
###Installation, Compiling and Using.
- Open directory, run
git submodule initandgit submodule update - Go into the
libfolder and compile libspotify.net - Copy the downloaded libspotify dll/so to the project's main folder and rename it to
libspotify.dll. - Open main project file.
- Replace the reference to
libspotifydotnetwith one you just compiled. - Compile library.
- Sip some tea while waiting.
- Add the DLL to your program's project/compiler arguments.
- Use the
SpotifyAPInamespace. - Create a
SpotifySessionobject and set its settings (including API key). - Read the damn documentation, it's in IntelliSense.
- Add some Spotify branding to avoid breaking the libspotify terms of use which you still have to follow.
This product uses SPOTIFY(R) CORE but is not endorsed, certified or otherwise approved in any way by Spotify. Spotify is the registered trade mark of the Spotify Group.