forked from maoiscat/mpv-osc-modern
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodernf.conf
83 lines (56 loc) · 1.94 KB
/
modernf.conf
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#choose a layout(reduced/original/mid)
#layout=original
#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=1.5
#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=
#color of seekbar and knot,there is no # before value
#seekbarfg_color="7FFFD4"
#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=no
#display timecodes with milliseconds yes/no
#timems=false
#display total time instead of remaining time? yes/no
#timetotal=no
#how mpv logo on idle
#idlescreen=yes
#only used at init to set visibility_mode(...) auto/always/never
#visibility=always
#whether to show window controls auto/yes/no
#windowcontrols=
#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=chs
#alpha of the background box,0 (opaque) to 255 (fully transparent)
boxalpha=128
#hight of deadzone,from bottom to top
#deadzone=200