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 ce0e8e1 commit 34a5360
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,10 @@
"example": "New.Dragon.Inn.1992.1080p.BluRay.1080p.x265.2Audio.mkv",
"rule": "$title_en$.$year$.$resolution$.$source$.$resolution$.$video_codec$.$audio_codec$.$extension$"
},
{
"example": "New.Dragon.Inn.1992.1080p.BluRay.1080p.x265.mkv",
"rule": "$title_en$.$year$.$resolution$.$source$.$resolution$.$video_codec$.$extension$"
},
{
"example": "The.Blind.Side.2009.BluRay.720p.MNHD-FRDS.mkv",
"rule": "$title_en$.$year$.$source$.$resolution$.$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 @@ -6272,6 +6272,20 @@
"release_group": "MNHD-FRDS",
"container": "mkv"
}
},
{
"title": "In.the.Heat.of.the.Sun.1994.1080p.WEB-DL.1080p.x265.10bit.MNHD-FRDS.mkv",
"metadata": {
"cn_name": "",
"en_name": "In the Heat of the Sun",
"year": "1994",
"resolution": "1080p",
"source": "WEB-DL",
"video_codec": "H.265",
"audio_codec": "",
"release_group": "MNHD-FRDS",
"container": "mkv"
}
}
]
}

0 comments on commit 34a5360

Please sign in to comment.