mirror of https://github.com/mpv-player/mpv
man: document osc seekbarstyle option
This commit is contained in:
parent
e7b45b1efa
commit
b4a147bbe2
|
@ -229,6 +229,10 @@ Configurable Options
|
|||
| Default: yes
|
||||
| Display a tooltip over the seekbar indicating time at mouse position.
|
||||
|
||||
``seekbarstyle``
|
||||
| Default: slider
|
||||
| Sets the style of the seekbar, slider (diamond marker) or bar (fill)
|
||||
|
||||
Script Commands
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ local user_opts = {
|
|||
seektooltip = true, -- display tooltip over the seekbar indicating time at mouse position
|
||||
iamaprogrammer = false, -- use native mpv values and disable OSC internal playlist management (and some functions that depend on it)
|
||||
layout = "box",
|
||||
seekbarstyle = "slider", -- seekbar style, slider (diamond marker) and bar (fill)
|
||||
seekbarstyle = "slider", -- seekbar style, slider (diamond marker) or bar (fill)
|
||||
}
|
||||
|
||||
-- read options from config and command-line
|
||||
|
|
Loading…
Reference in New Issue