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 b64855b commit 47295f0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"TrueHD[\\. ]?7\\.1",
"TrueHD\\.Atmos[ ]?7\\.1",
"TrueHD\\.5\\.",
"D[Tt][Ss]-HD([\\. ])?(HR|M[Aa])?([\\. ])?(7\\.1|5\\.1|2\\.0)?([\\. ])?(\\dAudio[s]?)?",
"D[Tt][Ss]-HD([\\. ])?(HR|M[Aa])?([\\. _])?(7\\.1|5\\.1|2\\.0)?([\\. ])?(\\dAudio[s]?)?",
"DTS\\.\\dAudio[s]?",
"DTS([\\. ])?(7\\.1|5\\.1|2\\.0)?",
"DTS-HD MA 7 1",
Expand Down Expand Up @@ -283,6 +283,7 @@
"Gamma",
"sergey_krs",
"carapils",
"AROMA",
"SiGMA",
"WiKi\\.Sample",
"Japhson",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,8 @@
{
"example": "The.Bourne.Identity.2002.1080p.Blu-ray.x265.10bit.DTS£cXcY@FRDS(1.58.17).mkv",
"rule": "$title_en$.$year$.$resolution$.$source$.$video_codec$.$audio_codec$-$release_group$($mix_numbers_letters$).$extension$"
}, {
},
{
"example": "Home.Alone.3.1997.1080p.WEB.x264.mkv",
"rule": "$title_number_en$.$year$.$resolution$.$source$.$video_codec$.$extension$"
}
Expand Down
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 @@ -6482,6 +6482,20 @@
"release_group": "iNTENSO",
"container": "mkv"
}
},
{
"title": "Iron.Man.2.2010.1080p.BluRay.REMUX.AVC.DTS-HD.MA_5.1-AROMA.mkv",
"metadata": {
"cn_name": "",
"en_name": "Iron Man 2",
"year": "2010",
"resolution": "1080p",
"source": "BluRay.Remux",
"video_codec": "H.264",
"audio_codec": "DTS-HD.MA_5.1",
"release_group": "AROMA",
"container": "mkv"
}
}
]
}

0 comments on commit 47295f0

Please sign in to comment.