We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ce923 commit 5c09b04Copy full SHA for 5c09b04
1 file changed
src/options.lua
@@ -13,8 +13,9 @@ local thumbnailer_options = {
13
autogenerate_max_duration = 3600, -- 1 hour
14
15
-- Use mpv to generate thumbnail even if ffmpeg is found in PATH
16
- -- Note: mpv is a bit slower, but includes eg. subtitles in the previews!
17
- prefer_mpv = false,
+ -- ffmpeg does not handle ordered chapters (MKVs which rely on other MKVs)!
+ -- mpv is a bit slower, but has better support overall (eg. subtitles in the previews)
18
+ prefer_mpv = true,
19
20
-- Explicitly disable subtitles on the mpv sub-calls
21
mpv_no_sub = false,
0 commit comments