summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2018-01-05 18:52:04 -0800
committerKevin Mitchell <kevmitch@gmail.com>2018-01-07 16:07:04 -0800
commitcd8daee3d37ecd759e0b6cc33e51ac66f88775c9 (patch)
treeb997c78c5a504aee657aaab4680751e1f4b42b5b /DOCS/man
parent57f43c35ecc9adb944daee58b864fcc0989e9df6 (diff)
downloadmpv-cd8daee3d37ecd759e0b6cc33e51ac66f88775c9.tar.bz2
mpv-cd8daee3d37ecd759e0b6cc33e51ac66f88775c9.tar.xz
command: default to osd-msg-bar for seeks
The previous default was osd-bar (unless the user specified --no-osd-bar, in which case case it was osd-msg). Aside from requiring some twisted logic to implement, this surprised users since osd-msg3 wasn't displayed when seeking with the keyboard (#3028), so the time seeked to was never displayed.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 54ff495bd1..c6cffd8448 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3102,8 +3102,7 @@ OSD
Whether to load the on-screen-controller (default: yes).
``--no-osd-bar``, ``--osd-bar``
- Disable display of the OSD bar. This will make some things (like seeking)
- use OSD text messages instead of the bar.
+ Disable display of the OSD bar.
You can configure this on a per-command basis in input.conf using ``osd-``
prefixes, see ``Input command prefixes``. If you want to disable the OSD
@@ -3141,16 +3140,15 @@ OSD
shown.
This is also used for the ``show-progress`` command (by default mapped to
- ``P``), or in some non-default cases when seeking.
+ ``P``), and when seeking.
``--osd-status-msg`` is a legacy equivalent (but with a minor difference).
``--osd-status-msg=<string>``
Show a custom string during playback instead of the standard status text.
This overrides the status text used for ``--osd-level=3``, when using the
- ``show-progress`` command (by default mapped to ``P``), or in some
- non-default cases when seeking. Expands properties. See
- `Property Expansion`_.
+ ``show-progress`` command (by default mapped to ``P``), and when
+ seeking. Expands properties. See `Property Expansion`_.
This option has been replaced with ``--osd-msg3``. The only difference is
that this option implicitly includes ``${osd-sym-cc}``. This option is