feat: Add order extraction from filename and integrate into proposed name formatting

This commit is contained in:
sha
2025-12-26 20:42:52 +00:00
parent 2dce807984
commit b21308c7b8
6 changed files with 56 additions and 1 deletions
+3
View File
@@ -10,6 +10,9 @@ class DefaultExtractor:
def extract_source(self):
return None
def extract_order(self):
return None
def extract_resolution(self):
return None