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