Skip to content

Commit 6a9b591

Browse files
committed
Add some labels to options.lua
1 parent 228b2e9 commit 6a9b591

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/options.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)