mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
Revert "command: make pause display the same osd-msg-bar as seek"
This reverts commit 9812e276aa
.
This was apparently unpopular. I still think the pause OSD should be the
same as seek even if it's not visible by default, but it seems that
whether to display a given property change is currently conflated with
what to display.
The reverted behaviour can be restored by adding something like the
following to input.conf:
SPACE cycle pause; show_progress
This commit is contained in:
parent
7eb3427573
commit
8c8dcc698b
@ -3131,15 +3131,15 @@ OSD
|
|||||||
shown.
|
shown.
|
||||||
|
|
||||||
This is also used for the ``show-progress`` command (by default mapped to
|
This is also used for the ``show-progress`` command (by default mapped to
|
||||||
``P``), when toggling pause, and when seeking.
|
``P``), and when seeking.
|
||||||
|
|
||||||
``--osd-status-msg`` is a legacy equivalent (but with a minor difference).
|
``--osd-status-msg`` is a legacy equivalent (but with a minor difference).
|
||||||
|
|
||||||
``--osd-status-msg=<string>``
|
``--osd-status-msg=<string>``
|
||||||
Show a custom string during playback instead of the standard status text.
|
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
|
This overrides the status text used for ``--osd-level=3``, when using the
|
||||||
``show-progress`` command (by default mapped to ``P``), when toggling pause,
|
``show-progress`` command (by default mapped to ``P``), and when
|
||||||
and when seeking. Expands properties. See `Property Expansion`_.
|
seeking. Expands properties. See `Property Expansion`_.
|
||||||
|
|
||||||
This option has been replaced with ``--osd-msg3``. The only difference is
|
This option has been replaced with ``--osd-msg3``. The only difference is
|
||||||
that this option implicitly includes ``${osd-sym-cc}``. This option is
|
that this option implicitly includes ``${osd-sym-cc}``. This option is
|
||||||
|
@ -4324,9 +4324,7 @@ static const struct property_osd_display {
|
|||||||
{"ab-loop-b", .msg = "A-B loop: ${ab-loop-a} - ${ab-loop-b}"},
|
{"ab-loop-b", .msg = "A-B loop: ${ab-loop-a} - ${ab-loop-b}"},
|
||||||
{"audio-device", "Audio device"},
|
{"audio-device", "Audio device"},
|
||||||
// By default, don't display the following properties on OSD
|
// By default, don't display the following properties on OSD
|
||||||
{"pause",
|
{"pause", NULL},
|
||||||
.seek_msg = OSD_SEEK_INFO_TEXT,
|
|
||||||
.seek_bar = OSD_SEEK_INFO_BAR},
|
|
||||||
{"fullscreen", NULL},
|
{"fullscreen", NULL},
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user