Restore embed-metadata/thumbnail for Jellyfin, drop wasteful faststart pass

The Merger+ffmpeg faststart postprocessor arg was overwritten by the
subsequent embed-metadata and embed-thumbnail passes anyway, making it
a pointless extra ffmpeg remux. Dropped it and restored the embeds.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 20:23:19 +02:00
parent a15123028c
commit 2bb5f35db0

View File

@@ -642,7 +642,7 @@ def start_download(
"yt-dlp", url, "yt-dlp", url,
"-f", fmt, "-f", fmt,
"--merge-output-format", "mp4", "--merge-output-format", "mp4",
"--postprocessor-args", "Merger+ffmpeg:-movflags +faststart", "--embed-metadata", "--embed-thumbnail",
"--no-part", "--no-mtime", "--no-part", "--no-mtime",
"-o", output_template, "-o", output_template,
"--newline", "--progress", "--no-colors", "--newline", "--progress", "--no-colors",