Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Jan 25, 2024
1 parent 71650ae commit 91f8435
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
"ROBOTS",
"MNHD-FRDS",
"MnHD-FRDS",
"MNHD-FRD",
"Enichi",
"EXPLOIT",
"ESPRESSO",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,14 @@
{
"example": "The.Great.Buddha+2017.BluRay.1080p.x265.10bit.MNHD-FRDS.mkv",
"rule": "$title_en$\\+$year$.$source$.$resolution$.$video_codec$.$extension$"
},
{
"example": "Edward.Scissorhands.25th.Anniversary.Edition.BluRay.1080p.x265.2Audios.mkv",
"rule": "$title_number_en$.$source$.$resolution$.$video_codec$.$audio_codec$.$extension$"
},
{
"example": "Edward.Scissorhands.25th.Anniversary.Edition.BluRay.1080p.x265.2Audios.mkv",
"rule": "$title_number_en$.$source$.$resolution$.$audio_codec$.$video_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 @@ -5950,6 +5950,20 @@
"release_group": "MNHD-FRDS",
"container": "mkv"
}
},
{
"title": "Edward.Scissorhands.25th.Anniversary.Remastered.Edition.BluRay.1080p.x265.10bit.2Audios.MNHD-FRD.mkv",
"metadata": {
"cn_name": "",
"en_name": "Edward Scissorhands 25th Anniversary Edition",
"year": "",
"resolution": "1080p",
"source": "BluRay",
"video_codec": "H.265",
"audio_codec": "2Audios",
"release_group": "MNHD-FRD",
"container": "mkv"
}
}
]
}

0 comments on commit 91f8435

Please sign in to comment.