X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist_selector.cmd;h=294adef4d7df8bb2dd1d2c1f4e19ce1b6dc4a871;hp=f7253810e902dfd924ee4d7f090709c7dca11945;hb=cd4b294da6f6802d9918c8fe5bcecb8a2a2363c3;hpb=e090f7343634d5f68acf961367ee256d0bf831d7 diff --git a/playlist_selector.cmd b/playlist_selector.cmd index f7253810..294adef4 100644 --- a/playlist_selector.cmd +++ b/playlist_selector.cmd @@ -1,20 +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 -AN: playlist_selector_cmds IN: server 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 ---