X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist_selector.cmd;h=188b16e11799d9c408faeff6b97d3e95406b437a;hp=a6d818cd8ae4209d6665c62cc658952d1a489201;hb=2d8f0c21ac8735fc06d1aa88e7873614392e3042;hpb=7eb8cd4eb71610700e7a7f3fdd877c0b38a8863c diff --git a/playlist_selector.cmd b/playlist_selector.cmd index a6d818cd..188b16e1 100644 --- a/playlist_selector.cmd +++ b/playlist_selector.cmd @@ -1,19 +1,21 @@ -FN: playlist_selector_command_list +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 +IN: para afh server list user_list +SN: list of playlist selector commands --- N: ppl -P: DB_READ +P: AFS_READ D: print playlist -S: ppl +U: ppl H: Print out the current playlist --- N: lpl -P: DB_WRITE +P: AFS_WRITE D: load playlist -S: lpl +U: lpl H: Read a new playlist from stdin. Example: H: find /audio -name '*.mp3' | para_client lpl ---