Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jan 26, 2024
1 parent b619039 commit ebf6cea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Directors\\.Cut\\.REMUX",
"Directors\\.Cut",
"Extended\\.Cut",
"EXTENDED\\.ALTERNATE\\.CUT",
"HYBRID",
"MULTi",
"CC",
Expand Down Expand Up @@ -162,6 +163,7 @@
"DTS([\\. ])?(7\\.1|5\\.1|2\\.0)?",
"DTS-HD MA 7 1",
"DTS-HD 3\\.0",
"DTSHD-MA",
"DTS-X",
"D[Tt][Ss]",
"DTSE5\\.1\\.\\dAudios?",
Expand Down Expand Up @@ -217,6 +219,7 @@
"WhaleHu",
"FuzerHD",
"PTerWEB",
"decibeL",
"FOXKING",
"SiCFoI",
"CHD(Bits|PAD|HKTV|WEB)?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@
{
"example": "Dazed.and.Confused.1993.1080p.BluRay.REMUX.AVC-DTS-HD.MA.5.1.mkv",
"rule": "$title_en$.$year$.$resolution$.$source$.$video_codec$-$audio_codec$.$extension$"
},
{
"example": " The.Town.2010.BluRay.1080p.DTSHD-MA.h264.Remux.mkv",
"rule": "$title_en$.$year$.$source$.$resolution$.$audio_codec$.$video_codec$.$source$.$extension$"
}
]
}
14 changes: 14 additions & 0 deletions soda_resource_tools_lib/tests/movie_and_tv_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6174,6 +6174,20 @@
"release_group": "CyTSuNee",
"container": "mkv"
}
},
{
"title": "The.Town.2010.EXTENDED.ALTERNATE.CUT.BluRay.1080p.DTSHD-MA.h264.Remux-decibeL.mkv",
"metadata": {
"cn_name": "",
"en_name": "The Town",
"year": "2010",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "DTSHD-MA",
"release_group": "decibeL",
"container": "mkv"
}
}
]
}

0 comments on commit ebf6cea

Please sign in to comment.