summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-08-03 23:33:03 +0200
committerwm4 <wm4@nowhere>2015-08-03 23:49:14 +0200
commitf792f56440c33fae4f027518fe999daa9e8d3771 (patch)
treeabd7fb8f75a17e03a42696631543b4aa8aff2efc /DOCS
parent59d44ecef17790739211c56e7b2ca5c2682d855a (diff)
downloadmpv-f792f56440c33fae4f027518fe999daa9e8d3771.tar.bz2
mpv-f792f56440c33fae4f027518fe999daa9e8d3771.tar.xz
player: remove higher-level remains of DVD/BD menu support
Nobody wanted to restore this, so it gets the boot. If anyone still wants to volunteer to restore menu support, this would be welcome. (I might even try it myself if I feel masochistic and like wasting a lot of time for nothing.) But if it does get restored, it should be done differently. There were many stupid things about how it was done. For example, it somehow tried to pull mp_nav_events through all the layers (including needing to "buffer" them in the demuxer), which was needlessly complicated. It could be done simpler. This code was already inactive, so this commit actually changes nothing. Also keep in mind that normal DVD/BD playback still works.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst22
2 files changed, 1 insertions, 22 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 79b8327f82..979b54c278 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,7 @@ Interface changes
::
--- mpv 0.10.0 will be released ---
+ - remove disc-nav (DVD, BD) related properties and commands
- add "option-info/<name>/set-locally" property
- add --cache-backbuffer; change --cache-default default to 75MB
the new total cache size is the sum of backbuffer and the cache size
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 14c1f3f5fa..bbaa4bdb3a 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -357,18 +357,6 @@ List of Input Commands
Show the progress bar, the elapsed time and the total duration of the file
on the OSD.
-``discnav "<command>"``
- Send a menu control command to the DVD/BD menu implementation. The following
- commands are defined: ``up``, ``down``, ``left``, ``right``,
- ``menu`` (request to enter menu), ``prev`` (previous screen),
- ``select`` (activate current button), ``mouse`` (the mouse was clicked),
- ``mouse_move`` (the mouse cursor changed position).
-
- ``mouse_move`` will use the current mouse position.
-
- Note that while the menu is active, the input section ``discnav-menu`` will
- be enabled, so different key bindings can be mapped for menu mode.
-
``write-watch-later-config``
Write the resume config file that the ``quit-watch-later`` command writes,
but continue playback normally.
@@ -948,16 +936,6 @@ Property list
Current BD/DVD title number. Writing works only for ``dvdnav://`` and
``bd://`` (and aliases for these).
-``disc-menu-active``
- Return ``yes`` if the BD/DVD menu is active, or ``no`` on normal video
- playback. The property is unavailable when playing something that is not
- a BD or DVD. Use the ``discnav menu`` command to actually enter or leave
- menu mode.
-
-``disc-mouse-on-button``
- Return ``yes`` when the mouse cursor is located on a button, or ``no``
- when cursor is outside of any button for disc navigation.
-
``chapters``
Number of chapters.