Skip to content

Commit 3af77f0

Browse files
committed
update
1 parent 4a5772c commit 3af77f0

File tree

3 files changed

+35
-5
lines changed

3 files changed

+35
-5
lines changed

soda_resource_tools_lib/config/mt_strong_match_regex_rules.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"DDP([. ])?(7.1|5.1|2.0)?([. ])?(Atmos|Atoms)?(.&.)?(AAC)?",
9696
"DD[.+]?(7.1|5.1|2.0)",
9797
"DD 5 1",
98-
"\\d[Aa]udio",
98+
"\\d[Aa]udio[s]?",
9999
"DTSE5.1.3Audios",
100100
"[Aa]tmos",
101101
"([1-9]?)Audio([s]?)",
@@ -120,6 +120,7 @@
120120
"release_group": [
121121
"不着调字幕组",
122122
"织梦字幕组",
123+
"KRaLiMaRKo",
123124
"Nekomoe kissaten&VCB-Studio",
124125
"Billion Meta Lab & 7³ACG",
125126
"TrollUHD-ULTRAHDCLUB",
@@ -209,6 +210,7 @@
209210
"BOOP",
210211
"ROBOTS",
211212
"MNHD-FRDS",
213+
"MnHD-FRDS",
212214
"Enichi",
213215
"EXPLOIT",
214216
"ESPRESSO",

soda_resource_tools_lib/config/mt_strong_match_rules_movie.json

-4
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,6 @@
337337
{
338338
"example": "Suzume.2022.1080p.iTunes.2Audio.WEB-DL.DD5.1.H.264.mkv",
339339
"rule": "$title_en$.$year$.$resolution$.$source$.$$audio_codec$.video_codec$.$extension$"
340-
},
341-
{
342-
"example": "Air.Emergency.S16E01.Deadly.Silence.死寂(1999年里尔35公务机空难).mp4",
343-
"rule": "$title_en$.$anything$.$extension$"
344340
}
345341
]
346342
}

soda_resource_tools_lib/tests/movie_and_tv_metadata.json

+32
Original file line numberDiff line numberDiff line change
@@ -5796,6 +5796,38 @@
57965796
"release_group": "FraMeSToR",
57975797
"container": "mkv"
57985798
}
5799+
},
5800+
{
5801+
"title": "Armageddon.1998.1080p.Blu-ray.Remux.AVC.DTS-HD.MA.5.1-KRaLiMaRKo.mkv",
5802+
"metadata": {
5803+
"cn_name": "",
5804+
"en_name": "Armageddon",
5805+
"year": "1998",
5806+
"season": "",
5807+
"episode": "",
5808+
"resolution": "1080p",
5809+
"source": "BluRay.Remux",
5810+
"video_codec": "H.264",
5811+
"audio_codec": "DTS-HD.MA.5.1",
5812+
"release_group": "KRaLiMaRKo",
5813+
"container": "mkv"
5814+
}
5815+
},
5816+
{
5817+
"title": "Wreck-It.Ralph.2012.Bluray.1080p.x265.10bit.4Audios.MNHD-FRDS.mkv",
5818+
"metadata": {
5819+
"cn_name": "",
5820+
"en_name": "Wreck It Ralph",
5821+
"year": "2012",
5822+
"season": "",
5823+
"episode": "",
5824+
"resolution": "1080p",
5825+
"source": "BluRay",
5826+
"video_codec": "H.265",
5827+
"audio_codec": "4Audios",
5828+
"release_group": "MNHD-FRDS",
5829+
"container": "mkv"
5830+
}
57995831
}
58005832
]
58015833
}

0 commit comments

Comments
 (0)