Mercurial > mplayer.hg
changeset 14691:17f07706a4a0
Document missing slave mode commands.
patch by Oded Shimon <ods15 at ods15 dot dyndns dot org>
author | diego |
---|---|
date | Sun, 13 Feb 2005 12:31:47 +0000 |
parents | 991e068119f4 |
children | f9b417d4a18a |
files | DOCS/tech/slave.txt |
diffstat | 1 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/slave.txt Sat Feb 12 17:36:41 2005 +0000 +++ b/DOCS/tech/slave.txt Sun Feb 13 12:31:47 2005 +0000 @@ -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 @@ 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.