X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d3a3ef14c820bb651c34d70be745ecac159d44f1..58865bb5c1d66b49560ad19c76368ff8d9c2fe70:/doc/disorder.1.in diff --git a/doc/disorder.1.in b/doc/disorder.1.in index 7e310f5..b045f10 100644 --- a/doc/disorder.1.in +++ b/doc/disorder.1.in @@ -150,6 +150,23 @@ Add \fITRACKS\fR to the end of the queue. .B playing Report the currently playing track. .TP +.B playlist-del \fIPLAYLIST\fR +Deletes playlist \fIPLAYLIST\fR. +.TP +.B playlist-get \fIPLAYLIST\fR +Gets the contents of playlist \fIPLAYLIST\fR. +.TP +.B playlist-set \fIPLAYLIST\fR [\fIPATH\fR] +Set the contents of playlist \fIPLAYLIST\fR. +If an absolute path name is specified then the track list is read from +that filename. +Otherwise the track list is read from standard input. +In either case, the list is terminated either by end of file or by a line +containing a single ".". +.TP +.B playlists +Lists known playlists (in no particular order). +.TP .B prefs \fITRACK\fR Display all the preferences for \fITRACK\fR. See \fBdisorder_preferences\fR (5).