mirror of https://github.com/mpv-player/mpv
man/osc: Fix hard wrapping in man files
This commit is contained in:
parent
0c3e4b13ac
commit
3adc6071b6
102
DOCS/man/osc.rst
102
DOCS/man/osc.rst
|
@ -148,18 +148,21 @@ Configurable Options
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
``layout``
|
``layout``
|
||||||
| Default: bottombar
|
Default: bottombar
|
||||||
| The layout for the OSC. Currently available are: box, slimbox,
|
|
||||||
|
The layout for the OSC. Currently available are: box, slimbox,
|
||||||
bottombar and topbar. Default pre-0.21.0 was 'box'.
|
bottombar and topbar. Default pre-0.21.0 was 'box'.
|
||||||
|
|
||||||
``seekbarstyle``
|
``seekbarstyle``
|
||||||
| Default: bar
|
Default: bar
|
||||||
| Sets the style of the seekbar, slider (diamond marker) or bar (fill).
|
|
||||||
|
Sets the style of the seekbar, slider (diamond marker) or bar (fill).
|
||||||
Default pre-0.21.0 was 'slider'.
|
Default pre-0.21.0 was 'slider'.
|
||||||
|
|
||||||
``deadzonesize``
|
``deadzonesize``
|
||||||
| Default: 0.5
|
Default: 0.5
|
||||||
| Size of the deadzone. The deadzone is an area that makes the mouse act
|
|
||||||
|
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
|
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
|
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
|
at the window border opposite to the OSC and the size controls how much
|
||||||
|
@ -168,75 +171,92 @@ Configurable Options
|
||||||
OSC will only show up when the mouse hovers it. Default pre-0.21.0 was 0.
|
OSC will only show up when the mouse hovers it. Default pre-0.21.0 was 0.
|
||||||
|
|
||||||
``minmousemove``
|
``minmousemove``
|
||||||
| Default: 0
|
Default: 0
|
||||||
| Minimum amount of pixels the mouse has to move between ticks to make
|
|
||||||
|
Minimum amount of pixels the mouse has to move between ticks to make
|
||||||
the OSC show up. Default pre-0.21.0 was 3.
|
the OSC show up. Default pre-0.21.0 was 3.
|
||||||
|
|
||||||
``showwindowed``
|
``showwindowed``
|
||||||
| Default: yes
|
Default: yes
|
||||||
| Enable the OSC when windowed
|
|
||||||
|
Enable the OSC when windowed
|
||||||
|
|
||||||
``showfullscreen``
|
``showfullscreen``
|
||||||
| Default: yes
|
Default: yes
|
||||||
| Enable the OSC when fullscreen
|
|
||||||
|
Enable the OSC when fullscreen
|
||||||
|
|
||||||
``scalewindowed``
|
``scalewindowed``
|
||||||
| Default: 1.5
|
Default: 1.5
|
||||||
| Scale factor of the OSC when windowed
|
|
||||||
|
Scale factor of the OSC when windowed
|
||||||
|
|
||||||
``scalefullscreen``
|
``scalefullscreen``
|
||||||
| Default: 1.5
|
Default: 1.5
|
||||||
| Scale factor of the OSC when fullscreen
|
|
||||||
|
Scale factor of the OSC when fullscreen
|
||||||
|
|
||||||
``scaleforcedwindow``
|
``scaleforcedwindow``
|
||||||
| Default: 2.0
|
Default: 2.0
|
||||||
| Scale factor of the OSC when rendered on a forced (dummy) window
|
|
||||||
|
Scale factor of the OSC when rendered on a forced (dummy) window
|
||||||
|
|
||||||
``vidscale``
|
``vidscale``
|
||||||
| Default: yes
|
Default: yes
|
||||||
| Scale the OSC with the video
|
|
||||||
| ``no`` tries to keep the OSC size constant as much as the window size allows
|
Scale the OSC with the video
|
||||||
|
``no`` tries to keep the OSC size constant as much as the window size allows
|
||||||
|
|
||||||
``valign``
|
``valign``
|
||||||
| Default: 0.8
|
Default: 0.8
|
||||||
| Vertical alignment, -1 (top) to 1 (bottom)
|
|
||||||
|
Vertical alignment, -1 (top) to 1 (bottom)
|
||||||
|
|
||||||
``halign``
|
``halign``
|
||||||
| Default: 0.0
|
Default: 0.0
|
||||||
| Horizontal alignment, -1 (left) to 1 (right)
|
|
||||||
|
Horizontal alignment, -1 (left) to 1 (right)
|
||||||
|
|
||||||
``barmargin``
|
``barmargin``
|
||||||
| Default: 0
|
Default: 0
|
||||||
| Margin from bottom (bottombar) or top (topbar), in pixels
|
|
||||||
|
Margin from bottom (bottombar) or top (topbar), in pixels
|
||||||
|
|
||||||
``boxalpha``
|
``boxalpha``
|
||||||
| Default: 80
|
Default: 80
|
||||||
| Alpha of the background box, 0 (opaque) to 255 (fully transparent)
|
|
||||||
|
Alpha of the background box, 0 (opaque) to 255 (fully transparent)
|
||||||
|
|
||||||
``hidetimeout``
|
``hidetimeout``
|
||||||
| Default: 500
|
Default: 500
|
||||||
| Duration in ms until the OSC hides if no mouse movement, must not be
|
|
||||||
|
Duration in ms until the OSC hides if no mouse movement, must not be
|
||||||
negative
|
negative
|
||||||
|
|
||||||
``fadeduration``
|
``fadeduration``
|
||||||
| Default: 200
|
Default: 200
|
||||||
| Duration of fade out in ms, 0 = no fade
|
|
||||||
|
Duration of fade out in ms, 0 = no fade
|
||||||
|
|
||||||
``tooltipborder``
|
``tooltipborder``
|
||||||
| Default: 1
|
Default: 1
|
||||||
| Size of the tooltip outline when using bottombar or topbar layouts
|
|
||||||
|
Size of the tooltip outline when using bottombar or topbar layouts
|
||||||
|
|
||||||
``timetotal``
|
``timetotal``
|
||||||
| Default: no
|
Default: no
|
||||||
| Show total time instead of time remaining
|
|
||||||
|
Show total time instead of time remaining
|
||||||
|
|
||||||
``timems``
|
``timems``
|
||||||
| Default: no
|
Default: no
|
||||||
| Display timecodes with milliseconds
|
|
||||||
|
Display timecodes with milliseconds
|
||||||
|
|
||||||
``visibility``
|
``visibility``
|
||||||
| Default: auto (auto hide/show on mouse move)
|
Default: auto (auto hide/show on mouse move)
|
||||||
| Also supports ``never`` and ``always``
|
|
||||||
|
Also supports ``never`` and ``always``
|
||||||
|
|
||||||
Script Commands
|
Script Commands
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue