]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/lls/play_cmd.suite.m4
play: Convert com_pause() to lopsub.
[paraslash.git] / m4 / lls / play_cmd.suite.m4
index 1c71e71e192294ae0ba53f6e3edc6f9712ef954d..d0d82f1504ddb0c2378ec3567c65fce82206eaa7 100644 (file)
@@ -54,3 +54,26 @@ caption = list of commands
                This prints all paths of the playlist. The currently
                active file is marked with an asterisk.
        [/description]
+
+[subcommand info]
+       purpose = print information about the current file
+       [description]
+               The output contains the playlist position, the path
+               and information provided by the audio format handler.
+       [/description]
+
+[subcommand play]
+       purpose = start or resume playback
+       non-opts-name = [num]
+       [description]
+               If no argument is given, playback starts at the current
+               position. Otherwise, the corresponding file is loaded
+               and playback is started at the beginning of the file.
+       [/description]
+
+[subcommand pause]
+       purpose = suspend playback
+       [description]
+               When paused, it is still possible to jump around in
+               the file via the jmp and ff commands.
+       [/description]