blob: 5f5a2a67503bda2b96ab5f7235df97e07ba8d2b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Apply tone-mapping, no to disable
# TODO: no required, see https://github.com/po5/thumbfast/issues/135
tone_mapping=no
# Enable on network playback
network=no
# Enable hardware decoding
hwdec=yes
# Spawn thumbnailer earlier for faster loads
spawn_first=yes
# Make smaller thumbnails
max_height=150
max_width=150
# Increase display size
scale_factor=1.2
|