summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-13 12:31:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-13 12:31:47 +0000
commit4694a7dde885485e2eee61a072c6b1db3697f591 (patch)
tree62290d16885b99c68cd8f00bfea835f6d4b90bf7 /DOCS
parentbb83d21b481b4fc49ab544318329452c14274830 (diff)
downloadmpv-4694a7dde885485e2eee61a072c6b1db3697f591.tar.bz2
mpv-4694a7dde885485e2eee61a072c6b1db3697f591.tar.xz
Document missing slave mode commands.
patch by Oded Shimon <ods15 at ods15 dot dyndns dot org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14692 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/slave.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt
index b4865968a7..203781ab89 100644
--- a/DOCS/tech/slave.txt
+++ b/DOCS/tech/slave.txt
@@ -1,8 +1,6 @@
SLAVE MODE PROTOCOL
-------------------
-FIXME: Some of these options are still not documented, patches welcome.
-
Most slave mode commands are equivalent to command line options.
Have a look at the man page for more detailed descriptions.
@@ -239,14 +237,18 @@ menu <command>
set_menu <menu_name>
Display the menu named <menu_name>.
+The following commands are really only useful for OSD menu console mode:
+
help
- ???
+ Displays help text, currently empty.
exit
- ???
+ Exits from OSD menu console. Unlike 'quit', does not quit MPlayer.
hide
- ???
+ Hides the OSD menu console. Clicking a menu command unhides it. Other
+ keybindings act as usual.
run <value>
- Run <value> as shell command.
+ Run <value> as shell command. In OSD menu console mode stdout and stdin
+ are through the video output driver.