From a0ccf429e843d2da0ae393baf899d2d6702a4c7e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Dec 2015 03:17:44 +0000 Subject: doc: document additions to tracklist handling --- Documentation/dtas-player_protocol.txt | 11 ++++++++--- 1 file 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 -- cgit v1.2.3-24-ge0c7