feat: add format hints to audio/video duration detection

This commit is contained in:
Greyson LaLonde
2026-01-22 14:02:55 -05:00
parent 9fec81f976
commit 9be88e05ee
11 changed files with 936 additions and 43 deletions

View File

@@ -104,6 +104,8 @@ file-processing = [
"python-magic>=0.4.27",
"aiocache~=0.12.3",
"aiofiles~=24.1.0",
"tinytag~=1.10.0",
"av~=13.0.0",
]