-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce744e3
commit 027ba0d
Showing
2 changed files
with
943 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.