Skip to content

Commit 48b77dd

Browse files
committed
Hide mpv sub-call output from console
1 parent 1a0f189 commit 48b77dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/thumbnailer_server.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ function create_thumbnail_mpv(file_path, timestamp, size, output_path)
1111

1212
local mpv_command = skip_nil({
1313
"mpv",
14+
-- Hide console output
15+
"--msg-level=all=no",
1416
file_path,
1517

1618
-- Disable ytdl

0 commit comments

Comments
 (0)