]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - playlist_selector.cmd
rename "synopsis" to "usage".
[paraslash.git] / playlist_selector.cmd
index a6d818cd8ae4209d6665c62cc658952d1a489201..f829028a7caad3e8c47eba3237418792c2c18ae4 100644 (file)
@@ -3,17 +3,18 @@ HC: prototypes for the commands of the playlist audio file selector
 CC: array of commands for the playlist audio file selector
 AT: server_command
 IN: server user_list
+SN: list of playlist selector commands
 ---
 N: ppl
 P: DB_READ
 D: print playlist
-S: ppl
+U: ppl
 H: Print out the current playlist
 ---
 N: lpl
 P: DB_WRITE
 D: load playlist
-S: lpl
+U: lpl
 H: Read a new playlist from stdin. Example:
 H: find /audio -name '*.mp3' | para_client lpl
 ---