comparison DOCS/tech/slave.txt @ 19607:f83205ac7cfb

Improve radio command descriptions.
author diego
date Thu, 31 Aug 2006 18:43:53 +0000
parents d5c80704c04c
children b9babb64ca2a
comparison
equal deleted inserted replaced
19606:832d6f6f805e 19607:f83205ac7cfb
211 211
212 quit [value] 212 quit [value]
213 Quit MPlayer. The optional integer [value] is used as the return code 213 Quit MPlayer. The optional integer [value] is used as the return code
214 for the mplayer process (default: 0). 214 for the mplayer process (default: 0).
215 215
216 radio_step_channel <channel>
217 Select next/previous radio channel.
218
219 radio_set_channel <channel> 216 radio_set_channel <channel>
220 Set the current radio channel. 217 Switch to <channel>. The 'channels' radio parameter needs to be set.
221 218
222 radio_set_freq <frequency in MHz> 219 radio_set_freq <frequency in MHz>
223 Set the radio tuner frequency. 220 Set the radio tuner frequency.
221
222 Select next/previous radio channel.
223 radio_step_channel <-1|1>
224 Step forwards (1) or backwards (-1) in channel list. Works only when the
225 'channels' radio parameter was set.
224 226
225 seek <value> [type] 227 seek <value> [type]
226 Seek to some place in the movie. 228 Seek to some place in the movie.
227 0 is a relative seek of +/- <value> seconds (default). 229 0 is a relative seek of +/- <value> seconds (default).
228 1 is a seek to <value> % in the movie. 230 1 is a seek to <value> % in the movie.