From cd8daee3d37ecd759e0b6cc33e51ac66f88775c9 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Fri, 5 Jan 2018 18:52:04 -0800 Subject: 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. --- DOCS/man/options.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'DOCS/man') 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=`` 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 -- cgit v1.2.3