summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2010-03-05 12:57:13 +0100
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2010-03-06 10:55:52 +0100
commit29f877b0c56b063125822c3f51700643bc9131ca (patch)
tree40ab7e3f08878c91b6463ba3cfa4d2788a612728
parentb4596758a71d3a4751a90737e4373a06aa558ffc (diff)
downloadpianobar-29f877b0c56b063125822c3f51700643bc9131ca.tar.gz
pianobar-29f877b0c56b063125822c3f51700643bc9131ca.tar.bz2
pianobar-29f877b0c56b063125822c3f51700643bc9131ca.zip
Documentation updated
-rw-r--r--README9
-rw-r--r--src/pianobar.110
2 files changed, 10 insertions, 9 deletions
diff --git a/README b/README
index d05e4ac..86a9842 100644
--- a/README
+++ b/README
@@ -6,10 +6,11 @@ pianobar is a console client for the personalized web radio pandora
- play and manage (create, add more music, delete, rename, ...) your stations
- rate played songs and let pandora explain why they have been selected
-- show upcoming songs
-- configure key bindings
-- last.fm scrobbling support (currently unmaintained)
+- show upcoming songs/song history
+- configure keybindings
+- last.fm scrobbling support (external application)
- proxy support for listeners outside the USA
-Recent versions of pianobar can be found at
+The sourcecode can be downloaded at
http://github.com/PromyLOPh/pianobar/ or http://6xq.net/0017
+
diff --git a/src/pianobar.1 b/src/pianobar.1
index e7dbcfe..e4f47b1 100644
--- a/src/pianobar.1
+++ b/src/pianobar.1
@@ -183,13 +183,13 @@ Another example:
can report certain "events" to an external application (see
.B CONFIGURATION
). This application is started with the event name as it's first argument. More
-information (artist, title, album, stationName, error code, error description)
-is supplied through stdin.
+information (artist, title, album, stationName, error code, error description,
+song length in milliseconds, rating) is supplied through stdin.
Currently supported events are: artistbookmark, songban, songbookmark,
-songexplain, songlove, songmove, songshelf, songstart, stationaddmusic,
-stationaddshared, stationcreate, stationdelete, stationfetchplaylist,
-stationquickmixtoggle, stationrename
+songexplain, songfinish, songlove, songmove, songshelf, songstart,
+stationaddmusic, stationaddshared, stationcreate, stationdelete,
+stationfetchplaylist, stationquickmixtoggle, stationrename
An example script can be found in the contrib/ directory of
.B pianobar's