X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5c1ae3bc9c3a3cbed192fed2d68fc9b7bbe5c96f..6c13a3172dd416a42952b1ad32c60f474b38bec5:/doc/disorder.1.in?ds=sidebyside diff --git a/doc/disorder.1.in b/doc/disorder.1.in index bd22e56..3156eb4 100644 --- a/doc/disorder.1.in +++ b/doc/disorder.1.in @@ -182,6 +182,30 @@ Resume the current track after a pause. .B rtp\-address Report the RTP brodcast address used by the server (if any). .TP +.B schedule-del \fIEVENT\fR +Delete a scheduled event. +.TP +.B schedule-list +List scheduled events. +Each line contains the ID, a timestamp, 'N' or 'J' for normal or junk priority, +the user, the action and action-specific data. +.TP +.B schedule-play \fIWHEN PRIORITY TRACK\fI +Play \fITRACK\fR at time \fIWHEN\fR (which must currently be a raw \fBtime_t\fR +value). +.IP +\fIPRIORITY\fR should be \fBjunk\fR or \fBnormal\fR. +This determines how the event is handled if it becomes due when the server is +down. +Junk events are just discarded in this case, while normal events will be +executed when the server comes back up, even if this is much later. +.TP +.B schedule-set-global \fIWHEN PRIORITY NAME VALUE\fI +Set global preference \fINAME\fR to \fIVALUE\fR at time \fIWHEN\fR. +.TP +.B schedule-unset-global \fIWHEN PRIORITY NAME\fI +Unset global preference \fINAME\fR at time \fIWHEN\fR. +.TP .B scratch Scratch the currently playing track. .TP