Skip to content

Commit

Permalink
feat: thumbnailing in UI seek bar
Browse files Browse the repository at this point in the history
  • Loading branch information
noelsimbolon committed Jun 17, 2023
1 parent ce744e3 commit 027ba0d
Show file tree
Hide file tree
Showing 2 changed files with 943 additions and 0 deletions.
17 changes: 17 additions & 0 deletions script-opts/thumbfast.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is configuration file for thumbfast.lua
# The default options are listed in thumbfast.lua

# Maximum thumbnail size in pixels (scaled down to fit)
# Values are scaled when hidpi is enabled
max_height=250
max_width=250

# Spawn thumbnailer on file load for faster initial thumbnails
spawn_first=yes

# Enable on network playback
# This allows thumbnailing in videos played over network, e.g. YouTube
network=yes

# Enable hardware decoding
hwdec=yes
Loading

0 comments on commit 027ba0d

Please sign in to comment.