X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.cmd;h=18e1ab6cfdc5476eb7b08708d7ea738b308d925c;hp=71ed6d9ea027e1734cb4f08a9689c81c20f2d44d;hb=e63886e85c55c99e9732e5715b7ce641eff09914;hpb=10756ea9adc1b757ef1ccf2149bda9771923637c diff --git a/server.cmd b/server.cmd index 71ed6d9e..18e1ab6c 100644 --- a/server.cmd +++ b/server.cmd @@ -1,17 +1,11 @@ -FN: server_command_list +OF: server_command_list +SF: command.c HC: prototypes for the server command handlers CC: array of server commands AT: server_command -IN: server user_list +IN: para error string afh afs server list user_list SN: list of server commands --- -N: chs -P: DB_READ | DB_WRITE -D: change the current audio file selector -U: chs [new_selector] -H: Shutdown the current selector and activate new_selector. If no -H: argument was given, print the name of the current selector. ---- N: ff P: VSS_READ | VSS_WRITE D: jump amount of time forwards or backwards in current audio file @@ -30,7 +24,7 @@ N: help P: 0 D: print help text U: help [command] -H: Without any arguments, help prints a list of availible commands. When +H: Without any arguments, help prints a list of available commands. When H: issued with a command name as first argument, print out a description H: for that command. --- @@ -80,27 +74,6 @@ U: play H: Set the 'P' (playing) bit of the vss status flags. This H: results in starting/continuing to stream. --- -N: sb -P: VSS_READ -D: print status bar for current audio file -U: sb [n] -H: Without any arguments, sb continuously prints a status bar of the -H: form -H: -H: 12:34 [56:12] (56%) filename -H: -H: indicating playing time, remaining time, percentage and the name of -H: the file being streamed. Use the optional number n to let stat exit -H: after having displayed the status bar n times. ---- -N: sc -P: VSS_READ -D: print name of audio file whenever it changes -U: sc [n] -H: sc prints exactly one line (the filename of the audio file -H: being played) whenever the audio file changes. Stops after -H: n iterations, or never if n is not specified. ---- N: sender P: VSS_READ | VSS_WRITE D: control paraslash internal senders