about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-20 07:01:33 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-22 22:06:33 +0000
commit09724ca3f1eb1d0d726ba0f6288b44bdc073994e (patch)
tree105d8fd9f1d4015a2971fc40abd2d82fb8e7612b /Documentation
parent44b612807de3caa14e2cae6dcba7061091fed4ca (diff)
downloaddtas-09724ca3f1eb1d0d726ba0f6288b44bdc073994e.tar.gz
This behaves like "goto", but takes a regular expression
instead of a track_id
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dtas-tl.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/dtas-tl.txt b/Documentation/dtas-tl.txt
index 7c54f10..f7a3a1a 100644
--- a/Documentation/dtas-tl.txt
+++ b/Documentation/dtas-tl.txt
@@ -28,6 +28,8 @@ client).
 * goto TRACKID [POS] - play TRACKID immediately, optionally seek to POS
 TRACKID may be looked up via cat, and POS should be a timestamp in
 HH:MM:SS.FRAC format.
+* reto REGEXP [POS] - play first track with path matching REGEXP immediately,
+optionally seek to POS.  POS should be a timestamp in HH:MM:SS.FRAC format.
 * next - play the next track in the tracklist
 * previous - play the previous track in the tracklist
 * repeat 1 - repeat the current track