simplify setup_default_wng()
[paraslash.git] / playlist_selector.cmd
index 9f073a514cc58afe7369524db85c581210dbf61e..e84e97ee592fa4f9944355ffbd3677070a80e4af 100644 (file)
@@ -1,13 +1,21 @@
+OF: playlist_selector_command_list
+SF: playlist_selector.c
+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
 ---