summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2019-06-01 23:21:15 +0200
committerJan Ekström <jeebjp@gmail.com>2019-09-02 01:11:04 +0300
commit94c414bd1cf8744ab979373e29d3c40aed15b86b (patch)
treefe5dd0cae780aa90bf1e002b13ef2fccffb51507 /DOCS/man
parentc8a911f35f1f451c02e1963700509446436b4f06 (diff)
downloadmpv-94c414bd1cf8744ab979373e29d3c40aed15b86b.tar.bz2
mpv-94c414bd1cf8744ab979373e29d3c40aed15b86b.tar.xz
osc: improve look of seekranges
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/osc.rst38
1 files changed, 30 insertions, 8 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 8cddaa268c..5ff77409dd 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -167,9 +167,14 @@ Configurable Options
``seekbarstyle``
Default: bar
- Sets the style of the seekbar, slider (diamond marker), knob (circle
- marker with guide), or bar (fill).
- Default pre-0.21.0 was 'slider'.
+ Sets the style of the playback position marker and overall shape
+ of the seekbar: ``bar``, ``diamond`` or ``knob``.
+
+``seekbarhandlesize``
+ Default: 0.6
+
+ Size ratio of the seek handle if ``seekbarstyle`` is set to ``dimaond``
+ or ``knob``. This is relative to the full height of the seekbar.
``seekbarkeyframes``
Default: yes
@@ -180,6 +185,28 @@ Configurable Options
useful in cases where keyframes cannot be found. Note that using exact
seeks can potentially make mouse dragging much slower.
+``seekrangestyle``
+ Default: inverted
+
+ Display seekable ranges on the seekbar. ``bar`` shows them on the full
+ height of the bar, ``line`` as a thick line and ``inverted`` as a thin
+ line that is inverted over playback position markers. ``none`` will hide
+ them. Additionally, ``slider`` will show a permanent handle inside the seekbar
+ with cached ranges marked inside. Note that these will look differently
+ based on the seekbarstyle option. Also, ``slider`` does not work with
+ ``seekbarstyle`` set to ``bar``.
+
+``seekrangeseparate``
+ Default: yes
+
+ Controls whether to show line-style seekable ranges on top of the
+ seekbar or separately if ``seekbarstyle`` is set to ``bar``.
+
+``seekrangealpha``
+ Default: 200
+
+ Alpha of the seekable ranges, 0 (opaque) to 255 (fully transparent).
+
``deadzonesize``
Default: 0.5
@@ -281,11 +308,6 @@ Configurable Options
Display timecodes with milliseconds
-``seekranges``
- Default: yes
-
- Display seekable ranges on the seekbar
-
``visibility``
Default: auto (auto hide/show on mouse move)