From 8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 25 Oct 2011 07:05:47 +0300 Subject: libmenu: remove OSD menu functionality (--menu) Something like the OSD menu functionality could be useful. However the current implementation has several problems and would require a relatively large amount of work to get into good shape. As far as I know there are few users of the existing functionality. Nobody is working on the existing code and keeping it compiling at all while changing other code would require extra work. So delete the menu code and some related code elsewhere that's used by nothing else. --- DOCS/tech/slave.txt | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) (limited to 'DOCS') diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index f68d5e9c1b..3b249f75d1 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -199,17 +199,6 @@ loop [abs] Adjust/set how many times the movie should be looped. -1 means no loop, and 0 forever. -menu - Execute an OSD menu command. - up Move cursor up. - down Move cursor down. - ok Accept selection. - cancel Cancel selection. - hide Hide the OSD menu. - -set_menu - Display the menu named . - mute [value] Toggle sound output muting or set it to [value] when [value] >= 0 (1 == on, 0 == off). @@ -269,6 +258,9 @@ radio_step_channel <-1|1> radio_step_freq Tune frequency by the (positive - up, negative - down). +run + Run as shell command. + seek [type] [hr-seek] Seek to some place in the movie. type = 0 is a relative seek of +/- seconds (default). @@ -495,23 +487,6 @@ volume [abs] Increase/decrease volume or set it to if [abs] is nonzero. -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 - Run as shell command. In OSD menu console mode stdout and stdin - are through the video output driver. - - Available properties: name type min max get set step comment -- cgit v1.2.3