X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.cmd;h=3053ab002e2dae867d92928973064ea0b18340fd;hb=6cb4198c3793ff9ae790210bb7a185770d0cec76;hp=36553542f70b994099ddccd73a30c424794b70ff;hpb=4c034f8d2e17a35b8f94408996a0bd1de4a2533a;p=paraslash.git diff --git a/server.cmd b/server.cmd index 36553542..3053ab00 100644 --- a/server.cmd +++ b/server.cmd @@ -1,3 +1,10 @@ +FN: server_command_list +HC: prototypes for the server command handlers +CC: array of server commands +AT: server_command +IN: server user_list +SN: list of server commands +--- N: chs P: DB_READ | DB_WRITE D: change the current audio file selector @@ -5,9 +12,9 @@ S: 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: +N: ff P: VSS_READ | VSS_WRITE -D: jmp amount of time forwards or backwards in current audio file +D: jump amount of time forwards or backwards in current audio file S: ff n[-] H: Set the 'R' (reposition request) bit of the vss status flags H: and enqueue a request to jump n seconds forwards or backwards @@ -36,7 +43,7 @@ H: which forces them to close/reopen the log file. --- N: jmp P: VSS_READ | VSS_WRITE -D: mp to given position in current audio file +D: jump to given position in current audio file S: jmp [n] H: Set the 'R' (reposition request) bit of the vss status flags H: and enqueue a request to jump to n% of the current audio file, @@ -67,7 +74,7 @@ S: pause H: Clear the 'P' (playing) bit of the vss status flags. --- N: play -P: VSS_READ | VSS_WRITE, +P: VSS_READ | VSS_WRITE D: start playing or resume playing when paused S: play H: Set the 'P' (playing) bit of the vss status flags. This