Skip to content

Commit 5c09b04

Browse files
committed
Prefer mpv by default, see #2
1 parent 67ce923 commit 5c09b04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/options.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ local thumbnailer_options = {
1313
autogenerate_max_duration = 3600, -- 1 hour
1414

1515
-- 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,
16+
-- ffmpeg does not handle ordered chapters (MKVs which rely on other MKVs)!
17+
-- mpv is a bit slower, but has better support overall (eg. subtitles in the previews)
18+
prefer_mpv = true,
1819

1920
-- Explicitly disable subtitles on the mpv sub-calls
2021
mpv_no_sub = false,

0 commit comments

Comments
 (0)