summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-26 23:37:23 +0200
committerwm4 <wm4@nowhere>2015-06-26 23:37:30 +0200
commit3b3170aedb4c8a9bfa32238f3b580feea22071f8 (patch)
tree2a28ca2a755d47153ffa558e95b487ee28db358e /DOCS/man/mpv.rst
parentd9b19390ad75bcf5f2b0d5ce5d1f034bd9b6ae15 (diff)
downloadmpv-3b3170aedb4c8a9bfa32238f3b580feea22071f8.tar.bz2
mpv-3b3170aedb4c8a9bfa32238f3b580feea22071f8.tar.xz
Disable DVD and BD menu support (to be removed)
DVD/BD menu support never worked right, and are a pain to maintain. In particular, DVD menus never actually worked correctly, because highlights were not rendered correctly. Fixing this requires major effort, which I'm not interested to spend. Most importantly, the requirement to switch streams without losing the DVD/BD state caused major weirdness in the playback core. It was implemented by somehow syncing the playback state to the DVD/BD implementation (in stream_dvdnav.c etc.), and then reloading the demuxer without destroying and recreating the stream. This caused a bunch of special-cases which I'm looking forward to remove. For now, don't just remove everything related to menu support and just disable it. If someone volunteers, it can be restored (i.e. rewritten) in a reasonable way. If nobody volunteers soon, it goes.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index cc8fd26757..7f39da59f2 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -567,13 +567,9 @@ PROTOCOLS
you must mount the ISO file as filesystem, and point ``--bluray-device``
to the mounted directory directly.
-``bdnav://[title][/device]``
- Play a Blu-Ray disc, with navigation features enabled. This feature is
- permanently experimental.
-
``dvd://[title|[starttitle]-endtitle][/device]`` ``--dvd-device=PATH``
- Play a DVD. If you want dvdnav menus, use ``dvd://menu``. If no title
- is given, the longest title is auto-selected.
+ Play a DVD. DVD menus are not supported. If no title is given, the longest
+ title is auto-selected.
``dvdnav://`` is an old alias for ``dvd://`` and does exactly the same
thing.