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