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 caa37c2 commit 867e5bb
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"internal\\.multi",
"EXTENDED\\.REMASTERED",
"Remastered",
"NORDiC\\.REMUX",
"NORDiC",
"REMASTERED",
"Repack",
"UNCUT",
Expand Down Expand Up @@ -61,7 +63,6 @@
"SweSub"
],
"country": [
"NORDiC",
"ESP",
"TW",
"KOREA",
Expand Down Expand Up @@ -272,6 +273,7 @@
"Stone",
"ADWeb",
"FraMeSToR-4P",
"HDMaNiAcS",
"CRiSC",
"CtrlHD",
"Gamma",
Expand All @@ -284,6 +286,7 @@
"Dream",
"CiNEFiLE",
"FoRM",
"LoRD",
"PTsbao",
"GOSSIP",
"GREENOTEA",
Expand Down
72 changes: 71 additions & 1 deletion soda_resource_tools_lib/tests/movie_and_tv_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6336,12 +6336,82 @@
"en_name": "Black Widow",
"year": "2021",
"resolution": "1080p",
"source": "Remux",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "TrueHD.Atmos7.1",
"release_group": "TWA",
"container": "mkv"
}
},
{
"title": "Captain.America.Civil.War.2016.1080p.BluRay.DTS.x264-HDMaNiAcS.mkv",
"metadata": {
"cn_name": "",
"en_name": "Captain America Civil War",
"year": "2016",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "DTS",
"release_group": "HDMaNiAcS",
"container": "mkv"
}
},
{
"title": "Captain.Marvel.2019.1080p.UHD.BluRay.DD.5.1.x264-LoRD.mkv",
"metadata": {
"cn_name": "",
"en_name": "Captain Marvel",
"year": "2019",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "DD.5.1",
"release_group": "LoRD",
"container": "mkv"
}
},
{
"title": "Chef.2014.1080p.BluRay.DTS.x264-CyTSuNee.mkv",
"metadata": {
"cn_name": "",
"en_name": "Chef",
"year": "2014",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "DTS",
"release_group": "CyTSuNee",
"container": "mkv"
}
},
{
"title": "Eight.Legged.Freaks.2002.NORDiC.REMUX.1080p.BluRay.AVC.DTS-HD.MA5.1-TWA.mkv",
"metadata": {
"cn_name": "",
"en_name": "Eight Legged Freaks",
"year": "2002",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "DTS-HD.MA.5.1",
"release_group": "TWA",
"container": "mkv"
}
},
{
"title": "Ghost.in.the.Shell.2017.NORDiC.1080p.BluRay.x264.DTS-HD.MA.7.1-TWA.mkv",
"metadata": {
"cn_name": "",
"en_name": "Ghost in the Shell",
"year": "2017",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.264",
"audio_codec": "DTS-HD.MA.7.1",
"release_group": "TWA",
"container": "mkv"
}
}
]
}

0 comments on commit 867e5bb

Please sign in to comment.