about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--Documentation/dtas-player_protocol.pod6
-rw-r--r--Documentation/dtas-tl.pod7
2 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/dtas-player_protocol.pod b/Documentation/dtas-player_protocol.pod
index cb2d07a..d0dd25e 100644
--- a/Documentation/dtas-player_protocol.pod
+++ b/Documentation/dtas-player_protocol.pod
@@ -363,6 +363,12 @@ Returns the TRACKID of the newly added track
 
 Clear current tracklist
 
+=item tl consume [BOOLEAN]
+
+Show/or change consume status of the tracklist.  Enabling this causes
+tracks to be deleted from the tracklist after they are played or skipped.
+With no args, this will show "true" or "false
+
 =item tl current
 
 Display the pathname to the currently playing track
diff --git a/Documentation/dtas-tl.pod b/Documentation/dtas-tl.pod
index 44bdfbb..510b13d 100644
--- a/Documentation/dtas-tl.pod
+++ b/Documentation/dtas-tl.pod
@@ -26,6 +26,11 @@ client).
 
 =item addtail - add tracks to the end of the tracklist
 
+=item consume [BOOLEAN] - show, enable, or disable consume mode
+
+Enabling "consume" mode causes tracks to be removed when they are
+done playing (or skipped.
+
 =item current - display the current track, "NONE" if not playing
 
 =item current-id - display the TRACKID of the current track
@@ -61,6 +66,8 @@ optionally seek to POS.  POS should be a timestamp in HH:MM:SS.FRAC format.
 
 =item repeat true - enable repeat of the whole tracklist
 
+=item shuffle [BOOLEAN] - show, enable, or disable random playback
+
 =back
 
 See L<dtas-player_protocol(7)> for a detailed description of the protocol.