mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-30 23:00:51 +00:00
fix: mkv files with "[0][0][0][0]" codec load properly
This commit is contained in:
@@ -17,7 +17,6 @@ def is_readable_video(filepath: Path | str):
|
||||
probe = ffmpeg.probe(Path(filepath))
|
||||
for stream in probe["streams"]:
|
||||
if stream.get("codec_tag_string") in [
|
||||
"[0][0][0][0]",
|
||||
"drma",
|
||||
"drms",
|
||||
"drmi",
|
||||
|
||||
Reference in New Issue
Block a user