You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script can be customized through a config file script-opts/stats.conf placed in mpv's user directory and through the --script-opts command-line option. The configuration syntax is described in ON SCREEN CONTROLLER.
I create stats.conf and put it in .config/mpv/scripts-opts/stats.conf
stats.conf containing-
#Text style
font = "LexendDeca"
font_mono = "monospace", -- monospaced digits are sufficient
font_size = 12,
font_color = "FFFFFF",
border_size = 3,
border_color = "242d4f",
shadow_x_offset = 0.0,
shadow_y_offset = 0.0,
shadow_color = "242d4f",
alpha = "11",
i fired up mpv and nothing change, i expected the stat's font and border color to change.
Hello,
I followed this line on wiki
I create stats.conf and put it in .config/mpv/scripts-opts/stats.conf
stats.conf containing-
#Text style
font = "LexendDeca"
font_mono = "monospace", -- monospaced digits are sufficient
font_size = 12,
font_color = "FFFFFF",
border_size = 3,
border_color = "242d4f",
shadow_x_offset = 0.0,
shadow_y_offset = 0.0,
shadow_color = "242d4f",
alpha = "11",
i fired up mpv and nothing change, i expected the stat's font and border color to change.
The text was updated successfully, but these errors were encountered: