first commit
This commit is contained in:
22
mpv/script-opts/osc.conf
Normal file
22
mpv/script-opts/osc.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# Timestamp
|
||||
# Display total time instead of remaining time
|
||||
timetotal=yes
|
||||
# Display timecodes with milliseconds
|
||||
timems=no
|
||||
|
||||
# Whether to display the chapters/playlist at the OSD when left-clicking the next/previous OSC buttons, respectively.
|
||||
playlist_osd=yes
|
||||
chapters_osd=yes
|
||||
|
||||
# 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. Default pre-0.21.0 was 3.
|
||||
minmousemove=0
|
||||
|
||||
# auto=hide/show on mouse move
|
||||
# Also supports never and always
|
||||
visibility=auto
|
||||
|
||||
# Use a Unicode minus sign instead of an ASCII hyphen when displaying the remaining playback time.
|
||||
unicodeminus=no
|
||||
Reference in New Issue
Block a user