summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2018-01-25 00:50:22 +0000
committerRicardo Constantino <wiiaboo@gmail.com>2018-01-25 00:50:22 +0000
commitab868fe425a29b58851ed191b678db31f0ed5e81 (patch)
tree271cfa58a3128a1b84711468f5562cc3ae5611a1
parentf6d02457e2f83fc7414850a87c90d2ef7ed92476 (diff)
downloadmpv-ab868fe425a29b58851ed191b678db31f0ed5e81.tar.bz2
mpv-ab868fe425a29b58851ed191b678db31f0ed5e81.tar.xz
manpage: remove obsolete information on bd://
ISO files have been supported by bd:// for a while.
-rw-r--r--DOCS/man/mpv.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 97488f39b9..d7564c3b57 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -728,9 +728,8 @@ PROTOCOLS
``bd://[title][/device]`` ``--bluray-device=PATH``
- Play a Blu-ray disc. Currently, this does not accept ISO files. Instead,
- you must mount the ISO file as filesystem, and point ``--bluray-device``
- to the mounted directory directly.
+ Play a Blu-ray disc. Since libbluray 1.0.1, you can read from ISO files
+ by passing them to ``--bluray-device``.
``title`` can be: ``longest`` or ``first`` (selects the default
playlist); ``mpls/<number>`` (selects <number>.mpls playlist);
@@ -750,7 +749,7 @@ PROTOCOLS
``dvdread://...:``
Play a DVD using the old libdvdread code. This is what MPlayer and
- older mpv versions use for ``dvd://``. Use is discouraged. It's
+ older mpv versions used for ``dvd://``. Use is discouraged. It's
provided only for compatibility and for transition, and to work
around outstanding dvdnav bugs (see "DVD library choices" above).