From fedcf15ad8ba3274f7081510e21397992b2a2abb Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 28 Dec 2025 15:42:22 +0000 Subject: [PATCH] feat: Add mk3d media type to MEDIA_TYPES for Matroska 3D support --- renamer/constants.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renamer/constants.py b/renamer/constants.py index fe06a6c..95df75c 100644 --- a/renamer/constants.py +++ b/renamer/constants.py @@ -4,6 +4,11 @@ MEDIA_TYPES = { "meta_type": "Matroska", "mime": "video/x-matroska", }, + "mk3d": { + "description": "Matroska 3D multimedia container", + "meta_type": "Matroska", + "mime": "video/x-matroska", + }, "avi": { "description": "Audio Video Interleave", "meta_type": "AVI",