about summary refs log tree commit homepage
path: root/Documentation/dtas-player_protocol.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-12-07 10:43:07 +0000
committerEric Wong <e@80x24.org>2015-12-07 10:43:07 +0000
commitebf129cb0e067c204343bfdd3c73c38abae7f335 (patch)
tree5fd8d6fd16f0fdf965d5f75a35b01bfbbe127395 /Documentation/dtas-player_protocol.txt
parentb08fe09e296524daf4de7ed16e0bed224f5008a2 (diff)
downloaddtas-ebf129cb0e067c204343bfdd3c73c38abae7f335.tar.gz
The dpc_tl method was becoming too large, split it up into
sub-methods for easier readability.  While we're at it,
at least make "tl repeat" consistent with "tl shuffle"
when setting new values.
Diffstat (limited to 'Documentation/dtas-player_protocol.txt')
-rw-r--r--Documentation/dtas-player_protocol.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/dtas-player_protocol.txt b/Documentation/dtas-player_protocol.txt
index b02d1e5..e6466b7 100644
--- a/Documentation/dtas-player_protocol.txt
+++ b/Documentation/dtas-player_protocol.txt
@@ -268,14 +268,14 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
 * tl current-id - display the TRACKID of the currently playing track
 
 * tl remove TRACKID - remove the track with the given TRACKID from
-  the track list
+  the track list and returns the FILENAME if successful
 
 * tl get [TRACKIDS]
   returns a list of TRACKIDS mapped to shell-escaped filenames.
 
 * tl goto TRACKID [TIMESTAMP] - plays the given TRACKID
   An optional timestamp may be added to prevent playing the
-  same part(s) repeated.y
+  same part(s) repeatedly
 
 * tl next - jump to the next track in the tracklist
 
@@ -284,6 +284,10 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
 * tl repeat [BOOLEAN|1] - show/or change repeat status of the tracklist.
   With no args, this will show "true", "false", or "1"
   If set to "1", dtas-player will repeat the current track.
+  Returns current repeat status.
+
+* tl shuffle [BOOLEAN] - show/or change the current shuffle status of
+  the tracklist
 
 * tl tracks
   returns a list of all TRACKIDS in the tracklist