summaryrefslogtreecommitdiff
path: root/src
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 /src
parentb4596758a71d3a4751a90737e4373a06aa558ffc (diff)
downloadpianobar-29f877b0c56b063125822c3f51700643bc9131ca.tar.gz
pianobar-29f877b0c56b063125822c3f51700643bc9131ca.tar.bz2
pianobar-29f877b0c56b063125822c3f51700643bc9131ca.zip
Documentation updated
Diffstat (limited to 'src')
-rw-r--r--src/pianobar.110
1 files changed, 5 insertions, 5 deletions
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