mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
bb83d21b48
commit
4694a7dde8
|
@ -1,8 +1,6 @@
|
||||||
SLAVE MODE PROTOCOL
|
SLAVE MODE PROTOCOL
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
FIXME: Some of these options are still not documented, patches welcome.
|
|
||||||
|
|
||||||
Most slave mode commands are equivalent to command line options.
|
Most slave mode commands are equivalent to command line options.
|
||||||
Have a look at the man page for more detailed descriptions.
|
Have a look at the man page for more detailed descriptions.
|
||||||
|
|
||||||
|
@ -239,14 +237,18 @@ menu <command>
|
||||||
set_menu <menu_name>
|
set_menu <menu_name>
|
||||||
Display the menu named <menu_name>.
|
Display the menu named <menu_name>.
|
||||||
|
|
||||||
|
The following commands are really only useful for OSD menu console mode:
|
||||||
|
|
||||||
help
|
help
|
||||||
???
|
Displays help text, currently empty.
|
||||||
|
|
||||||
exit
|
exit
|
||||||
???
|
Exits from OSD menu console. Unlike 'quit', does not quit MPlayer.
|
||||||
|
|
||||||
hide
|
hide
|
||||||
???
|
Hides the OSD menu console. Clicking a menu command unhides it. Other
|
||||||
|
keybindings act as usual.
|
||||||
|
|
||||||
run <value>
|
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.
|
||||||
|
|
Loading…
Reference in New Issue