diff options
-rw-r--r-- | README | 9 | ||||
-rw-r--r-- | src/pianobar.1 | 10 |
2 files changed, 10 insertions, 9 deletions
@@ -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 |