audiod.cmd: add SN tag
[paraslash.git] / playlist_selector.cmd
1 FN: playlist_selector_command_list
2 HC: prototypes for the commands of the playlist audio file selector
3 CC: array of commands for the playlist audio file selector
4 AT: server_command
5 IN: server user_list
6 SN: list of playlist selector commands
7 ---
8 N: ppl
9 P: DB_READ
10 D: print playlist
11 S: ppl
12 H: Print out the current playlist
13 ---
14 N: lpl
15 P: DB_WRITE
16 D: load playlist
17 S: lpl
18 H: Read a new playlist from stdin. Example:
19 H: find /audio -name '*.mp3' | para_client lpl
20 ---