summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-25 16:35:57 +0200
committerLars-Dominik Braun <PromyLOPh@gmail.com>2008-06-25 16:35:57 +0200
commitd8bef9f721661e2bc538a5f2198bdf8d0dd84a9c (patch)
treed15017b1375f9b1279c5b96fcbe8a4de27628fb9
parent0988793eadd015775507b30cb53f751ab8aba80e (diff)
downloadpianobar-d8bef9f721661e2bc538a5f2198bdf8d0dd84a9c.tar.gz
pianobar-d8bef9f721661e2bc538a5f2198bdf8d0dd84a9c.tar.bz2
pianobar-d8bef9f721661e2bc538a5f2198bdf8d0dd84a9c.zip
Documentation (readme) update
-rw-r--r--README33
-rw-r--r--libpiano/README5
-rw-r--r--libwardrobe/README5
3 files changed, 25 insertions, 18 deletions
diff --git a/README b/README
index fedbcd7..ce17573 100644
--- a/README
+++ b/README
@@ -1,22 +1,15 @@
-pianobar/libpiano
-=================
+pianobar
+========
-libpiano is a shared library to access the xmlrpc api at pandora.com.
+pianobar is a pandora.com console client. It nearly does everything the flash
+client can do while it uses less resources and is (in my opinion) easier to
+use.
-pianobar will be a pandora.com music player.
+Your can get recent versions of this software at
-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.
+http://github.com/PromyLOPh/pianobar/tree/master or
-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
+http://uint16.ath.cx/en/web/pandora.com/client
Are you pandora.com? Read this!
===============================
@@ -24,9 +17,13 @@ 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.
+is the worst thing I've ever seen (25% CPU load and a browser window are 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.
+
+I know you have to pay your bills using ads on your website. At the moment this
+client is ad-free, but I would show text ads to support you. All I need is a
+api to retrieve those ads :)
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
diff --git a/libpiano/README b/libpiano/README
index e69de29..e75f313 100644
--- a/libpiano/README
+++ b/libpiano/README
@@ -0,0 +1,5 @@
+libpiano
+========
+
+libpiano handles all communication with pandora's xmlrpc api. It is part of the
+pianobar package.
diff --git a/libwardrobe/README b/libwardrobe/README
index e69de29..ce03870 100644
--- a/libwardrobe/README
+++ b/libwardrobe/README
@@ -0,0 +1,5 @@
+libwardrobe
+===========
+
+libwardrobe handles track submissions to last.fm (scrobbling). It is part of
+the pianobar package.