summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorlars <PromyLOPh@gmail.com>2008-06-10 08:52:51 +0200
committerlars <PromyLOPh@gmail.com>2008-06-10 08:52:51 +0200
commit6a33c038cd726007644282009f253c5394e0a07e (patch)
treefcda90509e1c85d0bc21d7681146c03a2184c411 /README
downloadpianobar-6a33c038cd726007644282009f253c5394e0a07e.tar.gz
pianobar-6a33c038cd726007644282009f253c5394e0a07e.tar.bz2
pianobar-6a33c038cd726007644282009f253c5394e0a07e.zip
first commit
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 34 insertions, 0 deletions
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.
+