diff options
author | Reilly Tucker Siemens <reilly@tuckersiemens.com> | 2024-04-22 01:23:12 -0700 |
---|---|---|
committer | Reilly Tucker Siemens <reilly@tuckersiemens.com> | 2024-04-22 01:23:12 -0700 |
commit | caf14ba90b9aca483d13dff12d03af48dd6936b6 (patch) | |
tree | ad460c5a66faae5817d0bc858b663f20796aa193 | |
parent | 272dca8731c49494d0854fa93f7f165fdfe8aa5a (diff) | |
download | pianobar-caf14ba90b9aca483d13dff12d03af48dd6936b6.tar.gz pianobar-caf14ba90b9aca483d13dff12d03af48dd6936b6.tar.bz2 pianobar-caf14ba90b9aca483d13dff12d03af48dd6936b6.zip |
Document missing eventcmds
The settingschange, settingsget, stationdeletestationseed,
stationgetmodes, and stationsetmode eventcmds were all previously
undocumented. This adds them to the man page for pianobar.
-rw-r--r-- | contrib/pianobar.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index c5d2f1d..887ae4a 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -445,12 +445,13 @@ can report certain "events" to an external application (see information like error code and description, was well as song information related to the current event, is supplied through stdin. -Currently supported events are: artistbookmark, songban, songbookmark, -songexplain, songfinish, songlove, songshelf, songstart, stationaddgenre, -stationaddmusic, stationaddshared, stationcreate, stationdelete, -stationdeleteartistseed, stationdeletefeedback, stationdeletesongseed, -stationfetchinfo, stationfetchplaylist, stationfetchgenre, -stationquickmixtoggle, stationrename, userlogin, usergetstations +Currently supported events are: artistbookmark, settingschange, settingsget, +songban, songbookmark, songexplain, songfinish, songlove, songshelf, songstart, +stationaddgenre, stationaddmusic, stationaddshared, stationcreate, +stationdelete, stationdeleteartistseed, stationdeletefeedback, +stationdeletesongseed, stationdeletestationseed, stationfetchgenre, +stationfetchinfo, stationfetchplaylist, stationgetmodes, stationquickmixtoggle, +stationrename, stationsetmode, usergetstations, userlogin An example script can be found in the contrib/ directory of .B pianobar's |