Skip to content

Commit

Permalink
Add some labels to options.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAMM committed Jan 3, 2018
1 parent 228b2e9 commit 6a9b591
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ local thumbnailer_options = {
-- The thumbnail directory
cache_directory = join_paths(default_cache_base, "mpv_thumbs_cache"),

------------------------
-- Generation options --
------------------------

-- Automatically generate the thumbnails on video load, without a keypress
autogenerate = true,

Expand Down Expand Up @@ -38,6 +42,10 @@ local thumbnailer_options = {
-- Disable the built-in keybind ("T") to add your own
disable_keybinds = false,

---------------------
-- Display options --
---------------------

-- Move the thumbnail up or down
-- For example:
-- topbar/bottombar: 24
Expand Down Expand Up @@ -70,6 +78,10 @@ local thumbnailer_options = {
-- Do not display the thumbnailing progress
hide_progress = false,

-----------------------
-- Thumbnail options --
-----------------------

-- The maximum dimensions of the thumbnails (pixels)
thumbnail_width = 200,
thumbnail_height = 200,
Expand Down

0 comments on commit 6a9b591

Please sign in to comment.