From 6a33c038cd726007644282009f253c5394e0a07e Mon Sep 17 00:00:00 2001 From: lars Date: Tue, 10 Jun 2008 08:52:51 +0200 Subject: first commit --- README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fedbcd7 --- /dev/null +++ b/README @@ -0,0 +1,34 @@ +pianobar/libpiano +================= + +libpiano is a shared library to access the xmlrpc api at pandora.com. + +pianobar will be a pandora.com music player. + +This software is not yet complete and only implements essential functions to +connect to pandora, authenticate, getting a station- and playlist and play the +first song from the first station. Currently you need to be a developer to get +this piece of code working... But the code is well-documented, I think. + +XML-RPC API +=========== + +You might want to have a look at the api documentation. Currently only +available in german, but this may change: + +http://uint16.ath.cx/web/pandora.com/api + +Are you pandora.com? Read this! +=============================== + +"Why are you doing this?" you might ask. This is my anwer: I love your service +(recommendations are much better than those from last.fm, audio quality is much +better, stationS that actually *learn* what I like, ...), but your flashplayer +sucks! (25% CPU load and a browser window is too much for playing music) So I +decided to write a free-to-use (even you could use it commercially!) library +and player to access your service. + +By the way: It's useless to change the encryption/decryption key. It won't take +a week to get it working again, because the key is visible to every decompiler +and debugger. + -- cgit v1.2.3