Skip to content

edgecase/cocoa_spotify

Repository files navigation

Cocoa Spotbox Driver

The cocoa_spotbox_driver is a Spotbox driver written in Cocoa/Objective-C.

Spotify

The cocoa_spotbox_driver uses cocoalibspotify to play music from the Spotify music service.

Getting Spotify Credentials

In order to use the spotify API, you're going to need to have access to a Premium Spotify account. Pony up, cheap ass.

Create API Config File

Write your spotify username/password to config.h as follows:

#define SPOTIFY_USERNAME "XXXXXXXXX"
#define SPOTIFY_PASSWORD "XXXXXXXXX"

Create App Key

Upon logging in with your username/password, browse to https://developer.spotify.com/en/libspotify/application-key/. Download your appkey as C code and write it to appkey.c.

Dependencies

Getting the Packages w/ Homebrew

Install libzmq

Install the libzmq package using brew install libzmq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors