a6d818cd8ae4209d6665c62cc658952d1a489201
[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 ---
7 N: ppl
8 P: DB_READ
9 D: print playlist
10 S: ppl
11 H: Print out the current playlist
12 ---
13 N: lpl
14 P: DB_WRITE
15 D: load playlist
16 S: lpl
17 H: Read a new playlist from stdin. Example:
18 H: find /audio -name '*.mp3' | para_client lpl
19 ---