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