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