X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Flls%2Fplay_cmd.suite.m4;h=36d475daafbc8e6fec291927a4fe9a1d9f6cb1aa;hb=ece3b9ff875a28473a4f840bb016f8debb2531fc;hp=d2f12a05921b5e2904eb891034a646efd8d029a9;hpb=d68567a43e3fd04d95872f99711e8ffa223386f9;p=paraslash.git diff --git a/m4/lls/play_cmd.suite.m4 b/m4/lls/play_cmd.suite.m4 index d2f12a05..36d475da 100644 --- a/m4/lls/play_cmd.suite.m4 +++ b/m4/lls/play_cmd.suite.m4 @@ -13,6 +13,7 @@ caption = list of commands list of available commands. When called with the name of a command as first argument, it prints the description of this command. [/description] + m4_include(`long-help.m4') [subcommand fg] purpose = enter command mode @@ -33,3 +34,60 @@ caption = list of commands key bindings map the colon key to this command, so pressing : in command mode activates insert mode. [/description] + +[subcommand jmp] + purpose = change playback position + non-opts-name = percent + [description] + The percent argument must be an integer between 0 and 100, inclusively. + [/description] + +[subcommand ff] + purpose = set playback position relative to the current position + non-opts-name = seconds + [description] + Negative values mean to jump backwards the given amount of seconds. + [/description] + +[subcommand ls] + purpose = list the playlist + [description] + 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] + +[subcommand tasks] + purpose = print list of active tasks + [description] + Mainly useful for debugging. + [/description] + +[subcommand quit] + purpose = exit para_play + [description] + Pressing CTRL+D causes EOF on stdin which also exits + para_play. + [/description]