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