blob: fc1e9401b5e9373194d0aa5c86f0c6e91056d1d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
#show OSC when windowed? yes/no
#showwindowed=
#show OSC when fullscreen? yes/no
#showfullscreen=
#scaling of the controller when windowed
scalewindowed=1
#scaling of the controller when fullscreen
scalefullscreen=1
#scaling when rendered on a forced window
scaleforcedwindow=2
#scale the controller with the video? yes/no
#vidscale=
#duration in ms until the OSC hides if no mouse movement. enforced non-negative for the user but internally negative is 'always-on'.
# hidetimeout=500
#duration of fade out in ms 0=no fade
#fadeduration=200
#minimum amount of pixels the mouse has to move between ticks to make the OSC show up
#minmousemove=3
#use native mpv values and disable OSC internal track list management (and some functions that depend on it) yes/no
#amaprogrammer=
#default osc font
#font='mpv-osd-symbols'
#show seekrange overlay yes/no
#seekrange=
#transparency of seekranges
#seekrangealpha=128
#use keyframes when dragging the seekbar yes/no
#seekbarkeyframes=
#string compatible with property-expansion to be shown as OSC title
#title='${media-title}'
#show osc and no hide timeout on pause yes/no
#showonpause=
#display total time instead of remaining time? yes/no
#timetotal=
#only used at init to set visibility_mode(...) auto/always/never
#visibility=
#whether to show window controls auto/yes/no
windowcontrols=no
#whether to show mute button and volumne slider yes/no
#volumecontrol=
#volume bar show processd volume yes/no
#processvolume=
#eng=English chs=Chinese eng/chs
#language=
#alpha of the background box,0 (opaque) to 255 (fully transparent)
boxalpha=80
|