about summary refs log tree commit homepage
path: root/Documentation/dtas-player_protocol.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-12-22 09:04:35 +0000
committerEric Wong <e@80x24.org>2014-12-22 09:04:35 +0000
commit5bd9cbfc42d9f9486458534527532c1692df2c40 (patch)
tree850c11b25787845230c4d99d2250ac07bc787c4a /Documentation/dtas-player_protocol.txt
parent0018ac356e6d99d85768b222ec002c5a1b92b8a5 (diff)
downloaddtas-5bd9cbfc42d9f9486458534527532c1692df2c40.tar.gz
The following subcommands are now documented:
* current
* current-id
* next
* prev
Diffstat (limited to 'Documentation/dtas-player_protocol.txt')
-rw-r--r--Documentation/dtas-player_protocol.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/dtas-player_protocol.txt b/Documentation/dtas-player_protocol.txt
index 8cde50d..b8f8264 100644
--- a/Documentation/dtas-player_protocol.txt
+++ b/Documentation/dtas-player_protocol.txt
@@ -248,6 +248,10 @@ 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 current - display the pathname to the currently playing track
+
+* 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
 
@@ -258,6 +262,10 @@ Commands here should be alphabetized according to `LC_ALL=C sort'
   An optional timestamp may be added to prevent playing the
   same part(s) repeated.y
 
+* tl next - jump to the next track in the tracklist
+
+* tl prev - jump to the previous track in the tracklist
+
 * 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.