summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-31 18:43:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-31 18:43:53 +0000
commit04e2fc23360719c785dab928df910132e3789298 (patch)
tree51f99938ea0880c682bc829a04ce8424ba15f5ba /DOCS
parentecb187ef22b4befa1b846a6363717ee68fa16dec (diff)
downloadmpv-04e2fc23360719c785dab928df910132e3789298.tar.bz2
mpv-04e2fc23360719c785dab928df910132e3789298.tar.xz
Improve radio command descriptions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19613 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index 281b419247..17683ee545 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -213,15 +213,17 @@ quit [value]
Quit MPlayer. The optional integer [value] is used as the return code
for the mplayer process (default: 0).
-radio_step_channel <channel>
- Select next/previous radio channel.
-
radio_set_channel <channel>
- Set the current radio channel.
+ Switch to <channel>. The 'channels' radio parameter needs to be set.
radio_set_freq <frequency in MHz>
Set the radio tuner frequency.
+ Select next/previous radio channel.
+radio_step_channel <-1|1>
+ Step forwards (1) or backwards (-1) in channel list. Works only when the
+ 'channels' radio parameter was set.
+
seek <value> [type]
Seek to some place in the movie.
0 is a relative seek of +/- <value> seconds (default).