X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=playlist_selector.cmd;h=e84e97ee592fa4f9944355ffbd3677070a80e4af;hp=d57e2d0bedd5006472780735c1984e5ecedf5cfd;hb=199a80d5b07348e8eee1ec1a6339c4d68e85434e;hpb=953bdd7eaaa7a737e57655a24848b8cdd84ddfcd diff --git a/playlist_selector.cmd b/playlist_selector.cmd index d57e2d0b..e84e97ee 100644 --- a/playlist_selector.cmd +++ b/playlist_selector.cmd @@ -1,4 +1,5 @@ -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 @@ -8,13 +9,13 @@ SN: list of playlist selector commands N: ppl P: DB_READ D: print playlist -S: ppl +U: ppl H: Print out the current playlist --- N: lpl P: DB_WRITE D: load playlist -S: lpl +U: lpl H: Read a new playlist from stdin. Example: H: find /audio -name '*.mp3' | para_client lpl ---