From 1066dc3908e4d690ee988215f1bc1fe4ef4aad0b Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 24 Apr 2026 21:19:35 +0000 Subject: [PATCH] thumb audio pretending to be video --- copyparty/th_srv.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copyparty/th_srv.py b/copyparty/th_srv.py index eb039e3f..397f055d 100644 --- a/copyparty/th_srv.py +++ b/copyparty/th_srv.py @@ -789,6 +789,10 @@ class ThumbSrv(object): if not ret: return + if "vc" not in ret and "ac" in ret: + # audio in a video trenchcoat + return self.conv_spec(abspath, tpath, fmt, vn) + ext = abspath.rsplit(".")[-1].lower() if ext in ["h264", "h265"] or ext in self.fmt_ffi: seek: list[bytes] = []