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 e951040 commit 7da1016
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"Extended\\.Cut",
"EXTENDED\\.ALTERNATE\\.CUT",
"internal\\.multi",
"EXTENDED\\.REMASTERED",
"Remastered",
"REMASTERED",
"HYBRID",
"MULTi",
"SP",
Expand Down Expand Up @@ -151,8 +154,6 @@
"HLG",
"GBR",
"SDR",
"REMASTERED",
"Remastered",
"DV"
],
"audio_codec": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@
{
"example": " The.Town.2010.BluRay.1080p.DTSHD-MA.h264.Remux.mkv",
"rule": "$title_en$.$year$.$source$.$resolution$.$audio_codec$.$video_codec$.$source$.$extension$"
},
{
"example": "Terminator.2.Judgment.Day.1991.1080p.Blu-ray.x265.DTS-HD.mk",
"rule": "$title_number_en$.$year$.$resolution$.$source$.$video_codec$.$audio_codec$.$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 @@ -6216,6 +6216,20 @@
"release_group": "MNHD-FRDS",
"container": "mkv"
}
},
{
"title": "Terminator.2.Judgment.Day.1991.EXTENDED.REMASTERED.1080p.Blu-ray.x265.10bit.DTS-HD£cXcY@FRDS.mkv",
"metadata": {
"cn_name": "",
"en_name": "Terminator 2 Judgment Day",
"year": "1991",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.265",
"audio_codec": "DTS-HD",
"release_group": "cXcY@FRDS",
"container": "mkv"
}
}
]
}

0 comments on commit 7da1016

Please sign in to comment.