about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-14 03:17:44 +0000
committerEric Wong <e@80x24.org>2015-12-14 03:17:44 +0000
commita0ccf429e843d2da0ae393baf899d2d6702a4c7e (patch)
tree9590e1409e910398602ceab57589ddeca95847b2
parent93f9583bb32dda6f6c003ef0487053974f167b27 (diff)
downloaddtas-a0ccf429e843d2da0ae393baf899d2d6702a4c7e.tar.gz
-rw-r--r--Documentation/dtas-player_protocol.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/dtas-player_protocol.txt b/Documentation/dtas-player_protocol.txt
index 7315411..8bbb8a9 100644
--- a/Documentation/dtas-player_protocol.txt
+++ b/Documentation/dtas-player_protocol.txt
@@ -20,9 +20,7 @@ This must stay over Unix sockets because filesystem permissions are
 needed to enforce code execution permissions.  dtas-player is really a
 shell in disguise, after all.
 
-Protocol feedback greatly appreciated email me at
-
-e@80x24.org
+Protocol feedback greatly appreciated email us at dtas-all@nongnu.org
 
 *********************************************************
 
@@ -263,6 +261,8 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
   currently playing track with the newly-added one.
   Returns the TRACKID of the newly added track
 
+* tl clear - clear current tracklist
+
 * tl current - display the pathname to the currently playing track
 
 * tl current-id - display the TRACKID of the currently playing track
@@ -277,6 +277,9 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
   An optional timestamp may be added to prevent playing the
   same part(s) repeatedly
 
+* tl max [MAXIMUM] - sets or gets the maximum number of tracks
+  allowed in the tracklist
+
 * tl next - jump to the next track in the tracklist
 
 * tl prev - jump to the previous track in the tracklist
@@ -289,6 +292,8 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
 * tl shuffle [BOOLEAN] - show/or change the current shuffle status of
   the tracklist.  Returns the previous shuffle status.
 
+* tl swap TRACKID_A TRACKID_B - swaps the positions of two tracks.
+
 * tl tracks
   returns a list of all TRACKIDS in the tracklist