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