diff options
author | lars <PromyLOPh@gmail.com> | 2008-06-10 08:52:51 +0200 |
---|---|---|
committer | lars <PromyLOPh@gmail.com> | 2008-06-10 08:52:51 +0200 |
commit | 6a33c038cd726007644282009f253c5394e0a07e (patch) | |
tree | fcda90509e1c85d0bc21d7681146c03a2184c411 | |
download | pianobar-windows-6a33c038cd726007644282009f253c5394e0a07e.tar.gz pianobar-windows-6a33c038cd726007644282009f253c5394e0a07e.tar.bz2 pianobar-windows-6a33c038cd726007644282009f253c5394e0a07e.zip |
first commit
-rw-r--r-- | README | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -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. + |