summary refs log tree commit diff
path: root/.config/mpv/script-opts
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-12-16 19:49:01 +0100
committerRobert Günzler <r@gnzler.io>2021-01-21 19:39:13 +0100
commitcb0f13135fbbae8c3d1f66bb236fd2652fd5e4b8 (patch)
tree67c0b3fd6bde5b54db33cff5bb21dde9438f7c1f /.config/mpv/script-opts
parent81bd6e5fbf3001220693d30ce4bd4ebd06a3973f (diff)
mpv: update to make use of script-dirs
Diffstat (limited to '.config/mpv/script-opts')
-rw-r--r--.config/mpv/script-opts/console.conf2
-rw-r--r--.config/mpv/script-opts/stats.conf4
-rw-r--r--.config/mpv/script-opts/uosc.conf46
3 files changed, 31 insertions, 21 deletions
diff --git a/.config/mpv/script-opts/console.conf b/.config/mpv/script-opts/console.conf
index 26581d1..ca236be 100644
--- a/.config/mpv/script-opts/console.conf
+++ b/.config/mpv/script-opts/console.conf
@@ -1,2 +1,2 @@
-font="Iosevka Sparkle"
+font="Iosevka Aile"
 font_size=18
diff --git a/.config/mpv/script-opts/stats.conf b/.config/mpv/script-opts/stats.conf
index d9f699f..064732f 100644
--- a/.config/mpv/script-opts/stats.conf
+++ b/.config/mpv/script-opts/stats.conf
@@ -1,4 +1,4 @@
-font="Iosevka Sparkle"
-font_mono="Iosevka Sparkle"
+font="Iosevka Aile"
+font_mono="Iosevka Aile"
 font_size=8
 border_size=0.6
diff --git a/.config/mpv/script-opts/uosc.conf b/.config/mpv/script-opts/uosc.conf
index 1de4c54..5984480 100644
--- a/.config/mpv/script-opts/uosc.conf
+++ b/.config/mpv/script-opts/uosc.conf
@@ -1,5 +1,5 @@
 # timeline size when fully retracted, 0 will hide it completely
-timeline_size_min=5
+timeline_size_min=2
 # timeline size when fully expanded, in pixels, 0 to disable
 timeline_size_max=40
 # same as ^ but when in fullscreen
@@ -9,18 +9,15 @@ timeline_size_max_fullscreen=60
 timeline_start_hidden=no
 # timeline opacity
 timeline_opacity=0.8
-# top (and bottom in no-border mode) border of background color to help visually
-# separate elapsed bar from a video of similar color or desktop background
+# top border of background color to help visually separate timeline from video
 timeline_border=1
 # when scrolling above timeline, wheel will seek by this amount of seconds
 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
+timeline_cached_ranges=671e69:0.6
 # floating number font scale adjustment
 timeline_font_scale=1
-# briefly show timeline on external changes (e.g. seeking with a hotkey)
-timeline_flash=yes
 
 # timeline chapters style: none, dots, lines, lines-top, lines-bottom
 chapters=lines
@@ -34,7 +31,6 @@ volume_opacity=0.8
 volume_border=1
 volume_step=1
 volume_font_scale=1
-volume_flash=yes
 
 # playback speed widget: mouse drag or wheel to change, click to reset
 speed=no
@@ -43,14 +39,25 @@ speed_size_fullscreen=68
 speed_opacity=1
 speed_step=0.1
 speed_font_scale=1
-speed_flash=yes
 
 # controls all menus, such as context menu, subtitle loader/selector, etc
 menu_item_height=36
 menu_item_height_fullscreen=50
+menu_wasd_navigation=no
+menu_hjkl_navigation=yes
 menu_opacity=0.8
 menu_font_scale=1
 
+# top bar with window controls and media title shown only in no-border mode
+top_bar_size=40
+top_bar_size_fullscreen=46
+top_bar_controls=yes
+top_bar_title=yes
+
+# window border drawn in no-border mode
+window_border_size=1
+window_border_opacity=0.8
+
 # pause video on clicks shorter than this number of milliseconds, 0 to disable
 pause_on_click_shorter_than=0
 # for how long in milliseconds to show elements they're it's being flashed
@@ -65,15 +72,14 @@ color_background=000000
 color_background_text=ffffff
 # use bold font weight throughout the whole UI
 font_bold=no
+# show total time instead of time remaining
+total_time=no
 # hide UI when mpv autohides the cursor
 autohide=no
 # can be: none, flash, static
 pause_indicator=none
-# window controls (minimize, maximize, close, title) show only in no-border
-# mode, but you can disable them completely by setting this to `no`
-window_controls=yes
-# display current media title in top window controls bar
-title=yes
+# sizes to list in stream quality menu
+stream_quality_options=4320,2160,1440,1080,720,480,360,240,144
 # load first file when calling next on a last file in a directory and vice versa
 directory_navigation_loops=no
 # file types to look for when navigating media files
@@ -116,13 +122,17 @@ font_height_to_letter_width_ratio=0.5
 #
 # Examples:
 #
-# Display skippable youtube video sponsor blocks from https://github.com/po5/mpv_sponsorblock
+# Display anime openings and endings as ranges:
 # ```
-# chapter_ranges=sponsor start<3535a5:0.5>sponsor end
+# chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}
 # ```
 #
-# Display anime openings and endings as ranges:
+# Display skippable youtube video sponsor blocks from https://github.com/po5/mpv_sponsorblock
 # ```
-# chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}
+# chapter_ranges=sponsor start<3535a5:.5>sponsor end, segment start<3535a5:0.5>segment end
 # ```
-chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}, sponsor start<3535a5:.5>sponsor end
+chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}, sponsor start<3535a5:.5>sponsor end, segment start<3535a5:0.5>segment end
+#671e69
+#968638
+#3535a5
+# chapter_ranges=^op| op$|opening<968638:0.5>.*, ^ed| ed$|^end|ending$<968638:0.5>.*|{eof}, sponsor start<3535a5:.5>sponsor end, preview$<d2f7cc:0.5>.*