This commit is contained in:
Patrick Alvin Alcala 2025-07-03 18:13:02 +08:00
parent f0d81507e7
commit 91ac899e76
134 changed files with 29248 additions and 114 deletions

11
.config/mpv/mpv_osd.conf Executable file
View file

@ -0,0 +1,11 @@
osd-bar-align-y=-1 # progress bar y alignment (-1 top, 0 centered, 1 bottom)
osd-bar-h=2 # height of osd bar as a fractional percentage of your screen height
osd-bar-w=99 # width of " " "
osd-border-color='#DD322640' # ARGB format
osd-border-size=2 # size for osd text and progress bar
osd-color='#FFFFFFFF' # ARGB format
osd-duration=1000 # hide the osd after x ms
osd-font-size=30
osd-font=Noto Sans Bold
osd-status-msg='${time-pos} / ${duration}${?percent-pos: (${percent-pos}%)}${?frame-drop-count:${!frame-drop-count==0: Dropped: ${frame-drop-count}}}\n${?chapter:Chapter: ${chapter}}'