chiark / gitweb /
Client doc update
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 3 Aug 2008 17:49:57 +0000 (18:49 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 3 Aug 2008 17:49:57 +0000 (18:49 +0100)
doc/disorder.1.in

index 7e310f59d5f69a17e4c88ff7ac3c01bcaa1d8b4a..b045f10a5224342bac6e08d90b47e5fb8e068dda 100644 (file)
@@ -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).