Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 433 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 433 Bytes

Screenshot

A minimal OS X iTunes scrobbling solution that implements Audioscrobbler protocol 2.0.

To compile it you'll need to create lastfm_api.h and add a Last.fm key and secret like so:

  #define LASTFM_API_KEY       "abcdef0123456789abcdef0123456789"
  #define LASTFM_SHARED_SECRET "abcdef0123456789abcdef0123456789"