play: Convert com_jmp() to lopsub.
[paraslash.git] / play.cmd
1 BN: play
2 SF: play.c
3 SN: list of commands
4 ---
5 N: ff
6 D: Jump forwards or backwards.
7 U: ff <seconds>
8 H: Negative values mean to jmp backwards the given amount of seconds.
9 ---
10 N: ls
11 D: List playlist.
12 U: ls
13 H: This prints all paths of the playlist. The currently active file is
14 H: marked with an asterisk.
15 ---
16 N: info
17 D: Print information about the current file.
18 U: info
19 H: This is the audio file selector info.
20 ---
21 N: play
22 D: Start or resume playing.
23 U: play [<num>]
24 H: Without <num>, starts playing at the current position. Otherwise, the
25 H: corresponding file is loaded and playback is started.
26 ---
27 N: pause
28 D: Stop playing.
29 U: pause
30 H: When paused, it is still possible to jump around in the file via the jmp and ff
31 H: comands.
32 ---
33 N: tasks
34 D: Print list of active tasks.
35 U: tasks
36 H: Mainly useful for debugging.
37 ---
38 N: quit
39 D: Exit para_play.
40 U: quit
41 H: Pressing CTRL+D causes EOF on stdin which also exits para_play.