-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
18 lines (12 loc) · 883 Bytes
/
README
File metadata and controls
18 lines (12 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is my attempt at a hack for http://stockholm.musichackday.org
The wiki page about our hack is here: http://stockholm.musichackday.org/index.php?page=ProximRadio+-+Blobble+-+Blobbler
Instructions:
Sign in with your Last.fm details on the settings tab.
Play you personal Last.fm library on the radio tab.
If a bluetooth device is found with a device name in the format lfm-<Last.fm username>, PresentRadio will be retuned to be a combination of your Last.fm libraries. Everyone listening to the radio is happy!
Note:
PresentRadio will only build on Mac OSX at the moment, mainly because of the bluetooth APIs, but I'll see if I can get it running on windows later.
This project uses:
liblastfm - for playing Last.fm radio and scrobbling.
qjson http://qjson.sourceforge.net/ - for parsing the json response from Echonest's alpha_search_tracks.
The apple bluetooth framework.