From 58865bb5c1d66b49560ad19c76368ff8d9c2fe70 Mon Sep 17 00:00:00 2001 Message-Id: <58865bb5c1d66b49560ad19c76368ff8d9c2fe70.1716747510.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 3 Aug 2008 18:49:57 +0100 Subject: [PATCH] Client doc update Organization: Straylight/Edgeware From: Richard Kettlewell --- doc/disorder.1.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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). -- [mdw]