1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-19 18:05:21 +00:00

man/osc: reorder a few options for better visibility

Also document pre-0.21.0 defaults.
This commit is contained in:
Ricardo Constantino 2016-10-23 17:21:08 +01:00
parent 61ff2408e3
commit 6e143ffec3
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531

View File

@ -147,6 +147,31 @@ Example::
Configurable Options
~~~~~~~~~~~~~~~~~~~~
``layout``
| Default: bottombar
| The layout for the OSC. Currently available are: box, slimbox,
bottombar and topbar. Default pre-0.21.0 was 'box'.
``seekbarstyle``
| Default: bar
| Sets the style of the seekbar, slider (diamond marker) or bar (fill).
Default pre-0.21.0 was 'slider'.
``deadzonesize``
| Default: 1.0
| Size of the deadzone. The deadzone is an area that makes the mouse act
like leaving the window. Movement there won't make the OSC show up and
it will hide immediately if the mouse enters it. The deadzone starts
at the window border opposite to the OSC and the size controls how much
of the window it will span. Values between 0.0 and 1.0, where 0 means the
OSC will always popup with mouse movement in the window, and 1 means the
OSC will only show up when the mouse hovers it. Default pre-0.21.0 was 0.
``minmousemove``
| Default: 0
| Minimum amount of pixels the mouse has to move between ticks to make
the OSC show up. Default pre-0.21.0 was 3.
``showwindowed``
| Default: yes
| Enable the OSC when windowed
@ -197,30 +222,6 @@ Configurable Options
| Default: 200
| Duration of fade out in ms, 0 = no fade
``deadzonesize``
| Default: 1
| Size of the deadzone. The deadzone is an area that makes the mouse act
like leaving the window. Movement there won't make the OSC show up and
it will hide immediately if the mouse enters it. The deadzone starts
at the window border opposite to the OSC and the size controls how much
of the window it will span. Values between 0 and 1, where 0 means the
OSC will always popup with mouse movement in the window, and 1 means the
OSC will only show up when the mouse hovers it.
``minmousemove``
| Default: 0
| Minimum amount of pixels the mouse has to move between ticks to make
the OSC show up
``layout``
| Default: bottombar
| The layout for the OSC. Currently available are: box, slimbox,
bottombar and topbar.
``seekbarstyle``
| Default: bar
| Sets the style of the seekbar, slider (diamond marker) or bar (fill)
``tooltipborder``
| Default: 1
| Size of the tooltip outline when using bottombar or topbar layouts