feat: Bump version to 0.2.10, update constants and enhance source dictionary

This commit is contained in:
sha
2025-12-27 04:05:04 +00:00
parent 9877be17a3
commit b2144a1014
4 changed files with 13 additions and 5 deletions
+11 -3
View File
@@ -40,9 +40,17 @@ SOURCE_DICT = {
"BDRip": ["BDRip", "BD-Rip", "BDRIP"],
"BDRemux": ["BDRemux", "BD-Remux", "BDREMUX"],
"DVDRip": ["DVDRip", "DVD-Rip", "DVDRIP"],
"HDTV": ["HDTV"],
"HDTVRip": ["HDTVRip", "HDTV"],
"BluRay": ["BluRay", "BLURAY", "Blu-ray"],
"VHSRecord": ["VHSRecord", "VHS Record", "VHS-Rip", "VHSRip", "VHS", "VHS Tape", "VHS-Tape"],
"VHSRecord": [
"VHSRecord",
"VHS Record",
"VHS-Rip",
"VHSRip",
"VHS",
"VHS Tape",
"VHS-Tape",
],
}
FRAME_CLASSES = {
@@ -127,7 +135,7 @@ MOVIE_DB_DICT = {
SPECIAL_EDITIONS = [
"Theatrical Cut",
"Director's Cut",
"Director's Cut",
"Director Cut",
"Extended Edition",
"Ultimate Extended Edition",