Add {element}_font_scale and font_bold options

This commit is contained in:
Tomas Sardyha
2020-05-01 11:05:17 +02:00
parent c40d110a1c
commit 0fd5e11855
3 changed files with 45 additions and 32 deletions

View File

@@ -69,6 +69,8 @@ timeline_step=5
# display seekable buffered ranges for streaming videos, syntax `color:opacity`,
# color is an BBGGRR hex code, set to `none` to disable
timeline_cached_ranges=345433:0.5
# floating number font scale adjustment
timeline_font_scale=1
# briefly show timeline on external changes (e.g. seeking with a hotkey)
timeline_flash=yes
@@ -82,25 +84,24 @@ volume_size=40
volume_size_fullscreen=40
volume_opacity=0.8
volume_border=1
# when dragging/scrolling the slider, volume will change by increments of this value
volume_step=1
# briefly show volume slider on external changes (e.g. changed by a hotkey)
volume_font_scale=1
volume_flash=yes
# playback speed widget: drag left-right to change, click to reset
# playback speed widget: mouse drag or wheel to change, click to reset
speed=no
speed_size=35
speed_size_fullscreen=50
speed_opacity=1
# when dragging/scrolling the slider, speed will change by increments of this value
speed_step=0.1
# briefly show speed slider on external changes (e.g. changed by a hotkey)
speed_font_scale=1
speed_flash=yes
# controls all menus, such as context menu, subtitle loader/selector, etc
menu_item_height=30
menu_item_height_fullscreen=45
menu_opacity=0.8
menu_font_scale=1
# pause video on clicks shorter than this number of milliseconds, 0 to disable
pause_on_click_shorter_than=0
@@ -114,6 +115,8 @@ color_foreground=ffffff
color_foreground_text=000000
color_background=000000
color_background_text=ffffff
# use bold font weight throughout the whole UI
font_bold=no
# hide UI when mpv autohides the cursor
autohide=no
# can be: none, flash, static