From 865594bd0387c5035c6bb60ab8b9e0efd171e534 Mon Sep 17 00:00:00 2001 From: Gunther Schulz Date: Mon, 29 Sep 2025 14:19:40 +0200 Subject: [PATCH] Remove unnecessary 'No attachment streams found' message - Silences noisy console output when dropping videos without embedded images - Improves user experience by removing irrelevant informational messages --- shared/utils/audio_video.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/utils/audio_video.py b/shared/utils/audio_video.py index 3ac9c77..5042976 100644 --- a/shared/utils/audio_video.py +++ b/shared/utils/audio_video.py @@ -556,7 +556,6 @@ def extract_source_images(video_path, output_dir=None): attachment_streams.append(i) if not attachment_streams: - print(f"No attachment streams found in {video_path}") return [] # Extract each attachment stream