File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ local thumbnailer_options = {
66 -- The thumbnail directory
77 cache_directory = join_paths (default_cache_base , " mpv_thumbs_cache" ),
88
9+ ---- --------------------
10+ -- Generation options --
11+ ---- --------------------
12+
913 -- Automatically generate the thumbnails on video load, without a keypress
1014 autogenerate = true ,
1115
@@ -38,6 +42,10 @@ local thumbnailer_options = {
3842 -- Disable the built-in keybind ("T") to add your own
3943 disable_keybinds = false ,
4044
45+ ---- -----------------
46+ -- Display options --
47+ ---- -----------------
48+
4149 -- Move the thumbnail up or down
4250 -- For example:
4351 -- topbar/bottombar: 24
@@ -70,6 +78,10 @@ local thumbnailer_options = {
7078 -- Do not display the thumbnailing progress
7179 hide_progress = false ,
7280
81+ ---- -------------------
82+ -- Thumbnail options --
83+ ---- -------------------
84+
7385 -- The maximum dimensions of the thumbnails (pixels)
7486 thumbnail_width = 200 ,
7587 thumbnail_height = 200 ,
You can’t perform that action at this time.
0 commit comments