cleanup "REQUIRED_TOOLS" - section

This commit is contained in:
2025-08-05 18:53:42 +02:00
parent 3bee386259
commit 6f025b76e8

View File

@@ -11,7 +11,7 @@ from pathlib import Path
REQUIRED_TOOLS = [
"ffmpeg", "ffprobe", "mkvmerge", "mkvpropedit",
"sox", "opusenc", "mediainfo", "av1an", "HandBrakeCLI" # Added HandBrakeCLI
"sox", "opusenc", "mediainfo", "HandBrakeCLI"
]
DIR_COMPLETED = Path("completed")
DIR_ORIGINAL = Path("original")