make the playlist selector use command_util.sh
[paraslash.git] / audiod.cmd
1 N: cycle
2 D: switch to next mode
3 S: cycle
4 H: on -> standby -> off -> on
5 ---
6 N: grab
7 D: grab the audio stream
8 L:
9 S: -- grab [grab_options]
10 H: grab ('splice') the audio stream at any position in the filter
11 H: chain and send that data back to the client. Try
12 H:      para_audioc -- grab -h
13 H: for the list of available options.
14 ---
15 N: help
16 D: display command list or help for given command
17 S: help [command]
18 H: When I was younger, so much younger than today, I never needed anybody's help
19 H: in any way. But now these days are gone, I'm not so self assured. Now I find
20 H: I've changed my mind and opened up the doors.
21 H:                                                              -- Beatles: Help
22 ---
23 N: kill
24 D: kill an active audiod task
25 S: kill task_id [task_id ...]
26 H: call sched_unregister() and the event_handler of the given task(s)
27 ---
28 N: off
29 D: deactivate para_audiod
30 S: off
31 H: Close connection to para_server and stop all decoders.
32 ---
33 N: on
34 D: activate para_audiod
35 S: on
36 H: Establish connection to para_server, retrieve para_server's current status. If
37 H: playing, start corresponding decoder. Otherwise stop all decoders.
38 ---
39 N: sb
40 D: enter standby mode
41 S: sb
42 H: Stop all decoders but leave connection to para_server open.
43 ---
44 N: stat
45 D: print status information
46 S: stat [item1 ...]
47 H: Dump given status items (all if none given) to stdout.
48 ---
49 N: tasks
50 D: list current tasks
51 S: tasks
52 H: print the list of task ids together with the status of each task
53 ---
54 N: term
55 D: terminate audiod
56 S: term
57 H: Stop all decoders, shut down connection to para_server and exit.